Skip to content

Commit

Permalink
fix: package.json & package-lock.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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent c6ec800 commit 68a6c15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"isstream": "^0.1.2",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"path-to-regexp": "^3.1.0",
"path-to-regexp": "^8.0.0",
"qs": "^6.11.0",
"serve-static": "^1.14.1"
},
Expand Down

0 comments on commit 68a6c15

Please sign in to comment.