Skip to content

Commit 9e18a51

Browse files
committed
fix: example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-72405 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:eslint:20180222
1 parent a06b02f commit 9e18a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prop-types": "^15.6.2",
99
"react": "^16.4.1",
1010
"react-dom": "^16.4.1",
11-
"react-scripts": "^1.1.4",
11+
"react-scripts": "^2.1.3",
1212
"react-syntax-highlighter": "^8.0.1",
1313
"react-editext": "link:.."
1414
},

0 commit comments

Comments
 (0)