-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade @elastic/elasticsearch from 8.13.1 to 8.14.0 #21
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 |
|---|---|---|
|
|
@@ -239,7 +239,7 @@ | |
| ] | ||
| }, | ||
| "dependencies": { | ||
| "@elastic/elasticsearch": "8.13.1", | ||
| "@elastic/elasticsearch": "8.14.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. While reviewing this dependency upgrade, I noticed that we are using deep imports for types from this package (e.g., |
||
| "@github/failbot": "0.8.3", | ||
| "@horizon-rs/language-guesser": "0.1.1", | ||
| "@octokit/plugin-retry": "7.1.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.
As noted in the pull request description,
package-lock.jsonhas not been updated. To ensure the security vulnerability is actually fixed, please runnpm installto update the lock file and commit the changes. Without this, the old, vulnerable version of the dependency might still be used.