From ca3773c7d37f00fe1e1fc9ea8c6fa9dde7717ae8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 01:32:14 +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-SEMVER-3247795 --- 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..36e8394d08a09 100644 --- a/fixtures/ssr2/package.json +++ b/fixtures/ssr2/package.json @@ -14,13 +14,13 @@ "compression": "^1.7.4", "concurrently": "^5.3.0", "express": "^4.17.1", - "nodemon": "^2.0.6", + "nodemon": "^2.0.17", "react": "link:../../build/node_modules/react", "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", + "webpack": "5.1.1", "webpack-cli": "^4.2.0" }, "devDependencies": {