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
- https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent 19fa48b commit 309e045
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 @@ -98,7 +98,7 @@
},
"dependencies": {
"body-parser": "^1.19.0",
"check-dependencies": "^1.1.0",
"check-dependencies": "^2.0.0",
"clarinet": "^0.12.4",
"colors": "^1.4.0",
"compression": "^1.7.4",
Expand All @@ -122,7 +122,7 @@
"fuzzball": "^1.3.0",
"glob": "^7.1.6",
"grunt": "^1.2.1",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-replace-json": "^0.1.0",
"hashids": "^2.2.1",
"helmet": "^4.0.0",
Expand Down

0 comments on commit 309e045

Please sign in to comment.