From a32aa1262e266133bd707f5e6f0499b5e23a7663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 14:47:17 +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 219fac12c17..d9c4bbb7c98 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" } }