Skip to content

Commit 396a779

Browse files
authored
Upgrade ansi-regex package file
The older version of ansi-regex has a security vulnerability. So upgrading the package.
1 parent f23bd30 commit 396a779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"sinon": "8.1.1",
2424
"ts-node": "8.10.2",
2525
"tslint": "6.1.3",
26-
"typescript": "3.9.10"
26+
"typescript": "3.9.10",
27+
"ansi-regex": ">=5.0.1"
2728
}
2829
}

0 commit comments

Comments
 (0)