Skip to content

Commit 13a2a9d

Browse files
authored
Updates for ansi-regex 5.0.1 and CVE-2021-3807 (#112)
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 #111
1 parent 57efcd2 commit 13a2a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"license": "ISC",
5151
"dependencies": {
5252
"string-width": "^4.2.0",
53-
"strip-ansi": "^6.0.0",
53+
"strip-ansi": "^6.0.1",
5454
"wrap-ansi": "^7.0.0"
5555
},
5656
"devDependencies": {
@@ -66,7 +66,7 @@
6666
"eslint-plugin-import": "^2.22.0",
6767
"eslint-plugin-node": "^11.1.0",
6868
"gts": "^3.0.0",
69-
"mocha": "^8.1.1",
69+
"mocha": "^9.1.3",
7070
"rimraf": "^3.0.2",
7171
"rollup": "^2.23.1",
7272
"standardx": "^7.0.0",

0 commit comments

Comments
 (0)