Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot committed Sep 13, 2021
1 parent f199a93 commit 1484180
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 @@ -138,7 +138,7 @@
"babylon": "^6.14.1",
"base64-js": "^1.1.2",
"bser": "^1.0.2",
"chalk": "^1.1.1",
"chalk": "^2.0.0",
"commander": "^2.9.0",
"connect": "^2.8.3",
"core-js": "^2.2.2",
Expand All @@ -153,7 +153,7 @@
"image-size": "^0.3.5",
"immutable": "~3.7.6",
"imurmurhash": "^0.1.4",
"inquirer": "^0.12.0",
"inquirer": "^3.2.0",
"jest-haste-map": "18.0.0",
"joi": "^6.6.1",
"json-stable-stringify": "^1.0.1",
Expand Down

0 comments on commit 1484180

Please sign in to comment.