From 1373c79cbf23f0fb4d44b8d0a00a5303b0876b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 05:40:09 +0000 Subject: [PATCH] fix: fixtures/ssr2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- fixtures/ssr2/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/ssr2/package.json b/fixtures/ssr2/package.json index de4bbd6aaea6c..3393df34effae 100644 --- a/fixtures/ssr2/package.json +++ b/fixtures/ssr2/package.json @@ -19,8 +19,8 @@ "react-dom": "link:../../build/node_modules/react-dom", "react-error-boundary": "^3.1.3", "resolve": "1.12.0", - "rimraf": "^3.0.2", - "webpack": "4.44.2", + "rimraf": "^4.0.0", + "webpack": "5.1.1", "webpack-cli": "^4.2.0" }, "devDependencies": {