-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(deps): update dependency mathjs to v15 [security] #4282
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: main
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 |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| "dependencies": { | ||
| "@google-cloud/language": "^6.1.0", | ||
| "@google-cloud/storage": "^7.0.0", | ||
| "mathjs": "^13.0.0", | ||
| "mathjs": "^15.2.0", | ||
|
Contributor
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. The update to |
||
| "yargs": "^17.0.0" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
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.
The update to
mathjsv15 introduces a requirement for Node.js >= 18.0.0. However, theenginesfield in this file (line 7) still specifies>=16.0.0, which is incompatible with this update. This mismatch will cause installation or runtime issues for users on Node.js 16. Please update theenginesfield to reflect the new requirement of the updated dependency.