From f39c15b881a536afc22bd35d1c868e648b1e29f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 00:06:09 +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-SEMVER-3247795 --- 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..b2d441a8dd711d 100644 --- a/examples/react-fast-refresh-test/package.json +++ b/examples/react-fast-refresh-test/package.json @@ -7,7 +7,7 @@ "@vitejs/plugin-react-refresh": "^1.3.3", "antd": "^4.16.1", "left-pad": "^1.3.0", - "next": "^11.0.0", + "next": "^12.0.8", "parcel": "2.0.0-beta.3", "react": "^17.0.2", "react-bootstrap": "^1.6.1",