From 11a1f2d6752a531073f3b5cc990cab79f45610c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 02:30:29 +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-CROSSSPAWN-8303230 --- 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..6b6d494 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.3" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",