-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 1 vulnerabilities #274
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: master
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 |
|---|---|---|
|
|
@@ -89,7 +89,7 @@ | |
| "@typeform/embed": "^0.12.0", | ||
| "@types/rc-slider": "^8.6.5", | ||
| "@types/socket.io-client": "^1.4.32", | ||
| "airtable": "^0.5.8", | ||
| "airtable": "^0.9.0", | ||
| "apollo-boost": "^0.4.4", | ||
| "apollo-link-batch-http": "^1.2.12", | ||
| "apollo-link-context": "^1.0.18", | ||
|
|
@@ -201,7 +201,7 @@ | |
| "react-error-overlay": "^1.0.10", | ||
| "react-icons": "^2.2.7", | ||
| "react-input-autosize": "^2.2.1", | ||
| "react-instantsearch": "^5.7.0", | ||
| "react-instantsearch": "^6.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This upgrade of |
||
| "react-loadable": "^3.3.1", | ||
| "react-markdown": "^4.3.1", | ||
| "react-media": "^1.9.2", | ||
|
|
||
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
airtablefrom^0.5.8to^0.9.0is a significant version jump that introduces breaking changes, as noted in the PR's metadata. The application code using this library will likely need to be updated. It is crucial to consult theairtablepackage's release notes and migration guides to adapt to the new APIs and prevent runtime failures.