From b75da91b845bd41f7f5b09e8b7f7b7052a90ec03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:53:20 +0000 Subject: [PATCH] fix: graphql-lesson01/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- graphql-lesson01/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-lesson01/package.json b/graphql-lesson01/package.json index b99bba4..f94f8ec 100644 --- a/graphql-lesson01/package.json +++ b/graphql-lesson01/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",