From 9acb5c801150443a3880cc58578ed2737b7dee5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 02:16:09 +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-BRACES-6838727 --- 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..ea35096 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.0" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",