-
Notifications
You must be signed in to change notification settings - Fork 27
[Snyk] Security upgrade react-scripts from 3.4.1 to 5.0.0 #244
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
base: development
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| "react-loader-spinner": "^3.1.14", | ||
| "react-paginate": "^6.3.2", | ||
| "react-router-dom": "^5.2.0", | ||
| "react-scripts": "3.4.1", | ||
| "react-scripts": "5.0.0", | ||
|
||
| "react-share": "^4.1.0", | ||
| "react-tiny-link": "^3.4.0", | ||
| "styled-components": "^5.1.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading react-scripts to 5.0.0 requires React 17 or higher, but the current project uses React 16.13.1 (line 12). This version mismatch will cause the application to fail. You need to upgrade react and react-dom to at least version 17.0.0 or 18.0.0 to be compatible with react-scripts 5.0.0.