Skip to content
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

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

padamstx
Copy link
Member

@padamstx padamstx commented Dec 13, 2021

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)
  • tests are included
  • documentation is changed or added

@@ -1,6 +1,2 @@
[
{
Copy link
Member Author

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",
Copy link
Member Author

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",
Copy link
Member Author

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.

@padamstx padamstx requested a review from dpopp07 December 13, 2021 22:09
Copy link
Member

@dpopp07 dpopp07 left a 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! 👍

@padamstx padamstx self-assigned this Dec 13, 2021
@padamstx padamstx merged commit aef2c6a into main Dec 13, 2021
ibm-devx-sdk pushed a commit that referenced this pull request Dec 13, 2021
## [2.17.3](v2.17.2...v2.17.3) (2021-12-13)

### Bug Fixes

* bump dependencies to avoid vulnerability alerts ([#183](#183)) ([aef2c6a](aef2c6a))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 2.17.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@padamstx padamstx deleted the fix-vulnerabilities branch April 28, 2022 15:44
JurajNyiri pushed a commit to JurajNyiri/node-sdk-core that referenced this pull request Aug 22, 2024
Generated SDK source code using:
- Generator version 3.28.0
- Specification version 1.0.0-dev0.0.31
- Automation (cloudant-sdks) version f5cde69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants