From fa9b40e0236ce076d4c93f2f2e249011d6011623 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:55:59 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..2ce92a2 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.0" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4",