From 6d52dc4e60d17f28e6a736233cd34f71bd2756b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:26:04 +0000 Subject: [PATCH] fix: bench/hot-module-reloading/css-stress-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- bench/hot-module-reloading/css-stress-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/hot-module-reloading/css-stress-test/package.json b/bench/hot-module-reloading/css-stress-test/package.json index c6415347a8dc80..9a1387e3e417c4 100644 --- a/bench/hot-module-reloading/css-stress-test/package.json +++ b/bench/hot-module-reloading/css-stress-test/package.json @@ -11,7 +11,7 @@ "bun-framework-next": "latest", "left-pad": "^1.3.0", "next": "^12", - "parcel": "2.0.0-beta.3", + "parcel": "2.0.0", "path-browserify": "^1.0.1", "percentile": "^1.5.0", "puppeteer": "^10.4.0",