Conversation
pulled down the latest main branch and ran npm audit: ```sh $ npm audit get-func-name <2.0.1 Severity: high Chaijs/get-func-name vulnerable to ReDoS - GHSA-4q6p-r6v2-jvc5 fix available via `npm audit fix` node_modules/get-func-name json5 <1.0.2 Severity: high Prototype Pollution in JSON5 via Parse Method - GHSA-9c47-m6qq-7p4h fix available via `npm audit fix` node_modules/json5 semver 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1 Severity: moderate semver vulnerable to Regular Expression Denial of Service - GHSA-c2qf-rxjj-qqgw semver vulnerable to Regular Expression Denial of Service - GHSA-c2qf-rxjj-qqgw fix available via `npm audit fix` node_modules/@release-it/conventional-changelog/node_modules/semver node_modules/eslint-config-airbnb-base/node_modules/semver node_modules/make-dir/node_modules/semver node_modules/semver @release-it/conventional-changelog 5.1.1 - 7.0.0 Depends on vulnerable versions of semver node_modules/@release-it/conventional-changelog 4 vulnerabilities (2 moderate, 2 high) ``` After running `npm audit fix` there are 0 vulnerabilities.
kadler
approved these changes
Oct 10, 2023
This file contains hidden or 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
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.
pulled down the latest main branch and ran npm audit:
After running
npm audit fixthere are 0 vulnerabilities.