From b080fd02c4eec4cd53d730a7c03875ea5f828dae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Apr 2025 07:47:23 +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-9679272 --- 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..e45b150 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": "^2.16.1", "koa-convert": "^1.2.0", "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0",