From 9f898d74d4514a144d99ecd216a0607e1efe0089 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 03:19:00 +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-PATHTOREGEXP-7925106 --- 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..00ed957 100644 --- a/graphql-lesson03/package.json +++ b/graphql-lesson03/package.json @@ -10,7 +10,7 @@ "koa-convert": "^1.2.0", "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0", - "koa-router": "^5.4.0", + "koa-router": "^13.0.1", "nodemon": "^1.11.0" }, "devDependencies": {