From 222d58b86f0bfb513af893aa07d2388dd7cf93d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:20:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45208eaf..ccc31799 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@groceristar/groceristar-fetch": "^2.2.7", "@groceristar/sd-wrapper": "^4.15.0", "express": "^4.17.1", - "graphql-yoga": "^1.18.3", + "graphql-yoga": "^2.0.0", "jest": "^25.0.0", "merge-graphql-schemas": "^1.7.3", "snyk": "^1.258.2",