Commit cea6154
authored
build: run npm audit fix (#381)
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.1 parent b9fd834 commit cea6154
1 file changed
+587
-1553
lines changed
0 commit comments