From 388d04b08f18ba9ad1bbd77fbae3c58bd8a67bdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jan 2024 06:20:54 +0000 Subject: [PATCH] fix: examples/codesandbox/getting-started/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- examples/codesandbox/getting-started/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/codesandbox/getting-started/package.json b/examples/codesandbox/getting-started/package.json index abde16b51..8a48e57d4 100644 --- a/examples/codesandbox/getting-started/package.json +++ b/examples/codesandbox/getting-started/package.json @@ -8,6 +8,6 @@ "react": "16.14.0", "react-dom": "16.14.0", "react-map-gl": "4.1.16", - "react-scripts": "2.1.8" + "react-scripts": "5.0.0" } }