Skip to content

Commit 7f4e4b1

Browse files
committed
fix: fixtures/nesting/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
1 parent afe6521 commit 7f4e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/nesting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"react-scripts": "3.4.1",
6+
"react-scripts": "5.0.0",
77
"redux": "^4.0.5"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)