-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade aws-sdk from 2.817.0 to 2.1693.0 #714
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 |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| "dependencies": { | ||
| "@types/bcrypt": "^3.0.0", | ||
| "@types/jsonwebtoken": "^8.3.2", | ||
| "aws-sdk": "^2.492.0", | ||
| "aws-sdk": "^2.1693.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 this upgrade within v2 of the AWS SDK is important for security, it's worth noting that AWS SDK for JavaScript v2 is in maintenance mode. AWS recommends migrating to v3 for new and existing projects to receive the latest features and updates. You should consider creating a plan to migrate to AWS SDK v3 to ensure the long-term health of this project. You can find more information in the AWS SDK for JavaScript v3 Developer Guide. |
||
| "bcrypt": "^5.0.0", | ||
| "body-parser": "^1.19.0", | ||
| "email-validator": "^2.0.4", | ||
|
|
||
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.
This PR updates the
aws-sdkdependency inpackage.json, but thepackage-lock.jsonfile has not been updated. Without updating the lock file, the dependency upgrade will not take effect in CI/CD environments or for other developers who clone the repository. Please runnpm installto updatepackage-lock.jsonand commit the changes.