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] Upgrade react from 17.0.0 to 17.0.2 #18

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: upgrade react from 17.0.0 to 17.0.2
Snyk has created this PR to upgrade react from 17.0.0 to 17.0.2.

See this package in npm:
react

See this project in Snyk:
https://app.snyk.io/org/hotsnow199/project/49475f8a-470a-4be7-a9c4-dc668a9c2331?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-bot committed Oct 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5a20af91f5d596e39a4c058ccd9c791664d96e9b
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react": "17.0.0",
"react": "17.0.2",
"react-dom": "17.0.0",
"react-scripts": "3.4.3"
},