From d05bab834cdedccbf22cd6305e8c3f49794487ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 05:13:53 +0000 Subject: [PATCH] fix: test/fixtures/mjs-support/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- test/fixtures/mjs-support/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/mjs-support/package.json b/test/fixtures/mjs-support/package.json index 8f30df60713..a43430dee72 100644 --- a/test/fixtures/mjs-support/package.json +++ b/test/fixtures/mjs-support/package.json @@ -3,6 +3,6 @@ "graphql": "^14.0.2", "react": "latest", "react-dom": "latest", - "serve": "^10.0.2" + "serve": "^14.2.4" } }