Skip to content

Commit ec611f5

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-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873
1 parent afe6521 commit ec611f5

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)