-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Snyk Update] New fixes for 1 vulnerable dependency path #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 Latest report for node-modules/humanize-ms: https://snyk.io/test/github/node-modules/humanize-ms
@snyk-bot, thanks for your PR! By analyzing the history of the files in this pull request, we identified @dead-horse and @fengmk2 to be potential reviewers. |
fengmk2
pushed a commit
that referenced
this pull request
Dec 12, 2024
[skip ci] ## 1.0.0 (2024-12-12) ### ⚠ BREAKING CHANGES * drop Node.js < 14 support eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new function `ms` for converting human-readable time formats into milliseconds. - Added multiple GitHub Actions workflows for CI, testing, and publishing automation. - Updated TypeScript configuration for improved type safety. - **Bug Fixes** - Removed outdated configuration files that could lead to linting errors or CI issues. - **Documentation** - Updated `README.md` with new CI/CD references, installation instructions, and contributor acknowledgments. - Added a license section with the MIT License. - **Chores** - Updated `package.json` with new dependencies and scripts for linting and testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * **index.js:** warn when result is undefined ([b89dae5](b89dae5)) * refactor with TypeScript ([#5](#5)) ([14964af](14964af)) ### Bug Fixes * package.json to reduce vulnerabilities ([#3](#3)) ([3b6f1ba](3b6f1ba))
fengmk2
pushed a commit
that referenced
this pull request
Dec 12, 2024
[skip ci] * drop Node.js < 14 support eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> - **New Features** - Introduced a new function `ms` for converting human-readable time formats into milliseconds. - Added multiple GitHub Actions workflows for CI, testing, and publishing automation. - Updated TypeScript configuration for improved type safety. - **Bug Fixes** - Removed outdated configuration files that could lead to linting errors or CI issues. - **Documentation** - Updated `README.md` with new CI/CD references, installation instructions, and contributor acknowledgments. - Added a license section with the MIT License. - **Chores** - Updated `package.json` with new dependencies and scripts for linting and testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * **index.js:** warn when result is undefined ([b89dae5](b89dae5)) * refactor with TypeScript ([#5](#5)) ([14964af](14964af)) * package.json to reduce vulnerabilities ([#3](#3)) ([3b6f1ba](3b6f1ba))
fengmk2
pushed a commit
that referenced
this pull request
Dec 12, 2024
[skip ci] * drop Node.js < 14 support eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> - **New Features** - Introduced a new function `ms` for converting human-readable time formats into milliseconds. - Added multiple GitHub Actions workflows for CI, testing, and publishing automation. - Updated TypeScript configuration for improved type safety. - **Bug Fixes** - Removed outdated configuration files that could lead to linting errors or CI issues. - **Documentation** - Updated `README.md` with new CI/CD references, installation instructions, and contributor acknowledgments. - Added a license section with the MIT License. - **Chores** - Updated `package.json` with new dependencies and scripts for linting and testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * **index.js:** warn when result is undefined ([b89dae5](b89dae5)) * refactor with TypeScript ([#5](#5)) ([14964af](14964af)) * package.json to reduce vulnerabilities ([#3](#3)) ([3b6f1ba](3b6f1ba))
fengmk2
pushed a commit
that referenced
this pull request
Dec 12, 2024
[skip ci] ## 1.0.0 (2024-12-12) ### ⚠ BREAKING CHANGES * drop Node.js < 14 support eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new function `ms` for converting human-readable time formats into milliseconds. - Added multiple GitHub Actions workflows for CI, testing, and publishing automation. - Updated TypeScript configuration for improved type safety. - **Bug Fixes** - Removed outdated configuration files that could lead to linting errors or CI issues. - **Documentation** - Updated `README.md` with new CI/CD references, installation instructions, and contributor acknowledgments. - Added a license section with the MIT License. - **Chores** - Updated `package.json` with new dependencies and scripts for linting and testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * **index.js:** warn when result is undefined ([b89dae5](b89dae5)) * refactor with TypeScript ([#5](#5)) ([14964af](14964af)) ### Bug Fixes * package.json to reduce vulnerabilities ([#3](#3)) ([3b6f1ba](3b6f1ba))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request fixes vulnerable dependencies you couldn’t previously address.
The PR includes:
package.json
to upgrade the vulnerable dependencies to a fixed version.Vulnerabilities that will be fixed
With an upgrade:
You can read more about Snyk's upgrade and patch logic in Snyk's documentation.
Note that this pull request only addresses vulnerabilities that previously had no fixes. See the Snyk test report to review and remediate the full list of vulnerable dependencies.
Check the changes in this PR to ensure they won't cause issues with your project.
Stay secure,
The Snyk team