Skip to content

Commit

Permalink
Updates for ansi-regex 5.0.1 and CVE-2021-3807
Browse files Browse the repository at this point in the history
This updates strip-ansi and mocha to pick up
ansi-regex 5.0.1 for CVE-2021-3807 [1][2].

[1] https://nvd.nist.gov/vuln/detail/CVE-2021-3807
[2] GHSA-93q8-gq69-wqmw

Closes yargs#111
  • Loading branch information
mriedem committed Oct 21, 2021
1 parent 57efcd2 commit b8d6a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
Expand All @@ -66,7 +66,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"gts": "^3.0.0",
"mocha": "^8.1.1",
"mocha": "^9.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.23.1",
"standardx": "^7.0.0",
Expand Down

0 comments on commit b8d6a4e

Please sign in to comment.