Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade react-scripts from 1.1.4 to 2.0.3 #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
snyk-bot committed Nov 10, 2024
commit fe1522db3e64f2faa7a2944300c492ee814b540e
19,076 changes: 11,986 additions & 7,090 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-gravatar": "^2.6.3",
"react-scripts": "1.1.4"
"react-scripts": "2.0.3"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",