From 8822def12d75acd5f14d7bca979e00b47984175e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 15:25:38 +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-BRACES-6838727 --- 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..d5e2242 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.0" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",