From 59522a37d5cf4211f4a37d882eca6c4e860135b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:31:42 +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-DEBUG-3227433 --- graphql-lesson03/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql-lesson03/package.json b/graphql-lesson03/package.json index e3ab651..1ceb14b 100644 --- a/graphql-lesson03/package.json +++ b/graphql-lesson03/package.json @@ -6,11 +6,11 @@ "@types/node": "^6.0.47", "body-parser": "^1.15.2", "graphql": "^0.8.2", - "koa": "^1.2.4", + "koa": "^2.0.0", "koa-convert": "^1.2.0", "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0", - "koa-router": "^5.4.0", + "koa-router": "^7.3.0", "nodemon": "^1.11.0" }, "devDependencies": {