-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix: bump dependencies to avoid vulnerability alerts #183
Conversation
@@ -1,6 +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.
An adhoc scan build shows that this exclusion is no longer needed.
"@types/debug": "^4.1.7", | ||
"@types/lodash.isempty": "^4.4.6", | ||
"@types/dotenv": "^8.2.0", |
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.
Messages displayed by npm when running "npm install" indicate that this dependency is simply not needed.
"semantic-release": "18.0.0", | ||
"tsc-publish": "^0.5.2", | ||
"semantic-release": "18.0.1", | ||
"@masterodin/publisher": "^0.10.0", |
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.
Apparently tsc-publish was renamed to @masterodin/publisher.
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.
Looks good to me! 👍
## [2.17.3](v2.17.2...v2.17.3) (2021-12-13) ### Bug Fixes * bump dependencies to avoid vulnerability alerts ([#183](#183)) ([aef2c6a](aef2c6a))
🎉 This PR is included in version 2.17.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Generated SDK source code using: - Generator version 3.28.0 - Specification version 1.0.0-dev0.0.31 - Automation (cloudant-sdks) version f5cde69
This PR contains a few changes to our dependency versions to avoid vulnerability alerts.
I also removed the contents of the .cveignore file since that is no longer needed.
Checklist
npm test
passes (tip:npm run lint-fix
can correct most style issues)