From 2625da41d03a2b097b5d3c30dbf1251329b3a69b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 22:02:25 +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-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- 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..b5ad46f 100644 --- a/graphql-lesson03/package.json +++ b/graphql-lesson03/package.json @@ -11,7 +11,7 @@ "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0", "koa-router": "^5.4.0", - "nodemon": "^1.11.0" + "nodemon": "^2.0.17" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",