From 78cc8d9ecfa3b582d52c8e733425101c7e8aa119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 08:44:45 +0000 Subject: [PATCH] fix: 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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45208eaf..3c500820 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@groceristar/sd-wrapper": "^4.15.0", "express": "^4.17.1", "graphql-yoga": "^1.18.3", - "jest": "^25.0.0", + "jest": "^29.0.0", "merge-graphql-schemas": "^1.7.3", "snyk": "^1.258.2", "supertest": "^4.0.2"