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 4.0.0 to 5.0.0 #54

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: explorer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSON5-3182856
snyk-bot committed Dec 26, 2022

Unverified

This user has not yet uploaded their public signing key.
commit 6bb32cf34a967c36bce5909fedd5c8803f4e2300
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"react-countup": "^4.3.3",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-scripts": "^5.0.0",
"react-select": "^3.1.0",
"superstruct": "github:solana-labs/superstruct",
"typescript": "^4.0.5"