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 25, 2023
1 parent a95c51a commit de4f45c
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 @@ -110,7 +110,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 Down Expand Up @@ -138,7 +138,7 @@
"glob": "^7.1.6",
"graceful-fs": "^4.2.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",
"hbs": "^4.0.4",
Expand Down

0 comments on commit de4f45c

Please sign in to comment.