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 16, 2024
1 parent 415add6 commit 64199f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 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 @@ -24,7 +24,7 @@
"dependencies": {
"debug": "*",
"methods": "~1.1.0",
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^8.0.0"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec --exit"
Expand Down

0 comments on commit 64199f5

Please sign in to comment.