-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade express from 4.17.1 to 4.22.1 #767
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 |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "aws-serverless-express": "^3.3.6", | ||
| "aws-xray-sdk": "^2.3.3", | ||
| "elasticsearch": "^15.5.0", | ||
| "express": "^4.17.1", | ||
| "express": "^4.22.1", | ||
|
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. Since this project uses TypeScript, it's a best practice to include type definitions for your dependencies. This improves code quality, enables better static analysis, and enhances developer experience with autocompletion. While updating You can do this by running: npm install --save-dev @types/express |
||
| "http-aws-es": "^6.0.0", | ||
| "jimp": "^0.6.4", | ||
| "jsonwebtoken": "^8.5.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.
The
package.jsonis updated to version4.22.1, but thepackage-lock.jsonstill reflects the old version4.17.1. This can lead to inconsistent dependency installation across environments and may prevent the security fixes from being applied. Please runnpm installto update thepackage-lock.jsonand commit the changes.