From 9c009d91b9ae5855feb020bea01cd04b486d5d64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 21:12:55 +0000 Subject: [PATCH] fix: fixtures/browser/graphql-with-mjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- fixtures/browser/graphql-with-mjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/browser/graphql-with-mjs/package.json b/fixtures/browser/graphql-with-mjs/package.json index ad9cf3d89d7..a1b40e2fa38 100644 --- a/fixtures/browser/graphql-with-mjs/package.json +++ b/fixtures/browser/graphql-with-mjs/package.json @@ -5,6 +5,6 @@ "react-apollo": "2.2.1", "react": "latest", "react-dom": "latest", - "serve": "10.0.2" + "serve": "14.2.4" } }