From 9890a496cfadfca6eac49ac01a10396ea093d636 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:22:05 +0000 Subject: [PATCH] fix: graphql-lesson03/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- graphql-lesson03/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-lesson03/package.json b/graphql-lesson03/package.json index e3ab651..b5ad46f 100644 --- a/graphql-lesson03/package.json +++ b/graphql-lesson03/package.json @@ -11,7 +11,7 @@ "koa-graphql": "^0.6.0", "koa-mount": "^1.3.0", "koa-router": "^5.4.0", - "nodemon": "^1.11.0" + "nodemon": "^2.0.17" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",