From 1d7c766b6eeaaa73fb7be66257f48ae390e10cf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 22:45:33 +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-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45208ea..0ff0371 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": "^27.0.0", "merge-graphql-schemas": "^1.7.3", "snyk": "^1.258.2", "supertest": "^4.0.2"