From 77deb5e8ffbc2cd40a81961d93b77cf5af969033 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 05:32:17 +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-LOADERUTILS-3043105 --- examples/react-fast-refresh-test/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react-fast-refresh-test/package.json b/examples/react-fast-refresh-test/package.json index 24b2082ee38e7e..dbd91cdc5063ee 100644 --- a/examples/react-fast-refresh-test/package.json +++ b/examples/react-fast-refresh-test/package.json @@ -7,8 +7,8 @@ "@vitejs/plugin-react-refresh": "^1.3.3", "antd": "^4.16.1", "left-pad": "^1.3.0", - "next": "^11.0.0", - "parcel": "2.0.0-beta.3", + "next": "^12.0.9", + "parcel": "2.0.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.2",