Skip to content

Commit 9bcd0b1

Browse files
committed
fix: fixtures/ssr2/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
1 parent afe6521 commit 9bcd0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/ssr2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-error-boundary": "^3.1.3",
2121
"resolve": "1.12.0",
2222
"rimraf": "^3.0.2",
23-
"webpack": "4.44.2",
23+
"webpack": "5.0.0",
2424
"webpack-cli": "^4.2.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)