From 67759491c0da7cea406e5dad28e9020e79f39593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 05:53:16 +0000 Subject: [PATCH] fix: examples/react-fast-refresh-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- examples/react-fast-refresh-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-fast-refresh-test/package.json b/examples/react-fast-refresh-test/package.json index 24b2082ee38e7e..be7ca948846fcb 100644 --- a/examples/react-fast-refresh-test/package.json +++ b/examples/react-fast-refresh-test/package.json @@ -8,7 +8,7 @@ "antd": "^4.16.1", "left-pad": "^1.3.0", "next": "^11.0.0", - "parcel": "2.0.0-beta.3", + "parcel": "2.3.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.2",