From cf8062380ac6db0a16b5d84b3152eff9a2181c3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 09:05:51 +0000 Subject: [PATCH] fix: graphql-lesson03/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOA-10944994 --- graphql-lesson03/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-lesson03/package.json b/graphql-lesson03/package.json index e3ab651..6c29756 100644 --- a/graphql-lesson03/package.json +++ b/graphql-lesson03/package.json @@ -6,7 +6,7 @@ "@types/node": "^6.0.47", "body-parser": "^1.15.2", "graphql": "^0.8.2", - "koa": "^1.2.4", + "koa": "^3.0.1", "koa-convert": "^1.2.0", "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0",