From aed21e37aa052ba013d5fe3791a06e6b0cb7d370 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 22:02:08 +0000 Subject: [PATCH] fix: graphql-lesson02/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-lesson02/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-lesson02/package.json b/graphql-lesson02/package.json index 4174dfd..30d67c8 100644 --- a/graphql-lesson02/package.json +++ b/graphql-lesson02/package.json @@ -14,7 +14,7 @@ "express-graphql": "^0.6.1", "express-session": "^1.14.2", "graphql": "^0.8.1", - "nodemon": "^1.11.0" + "nodemon": "^2.0.17" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",