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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 689dc5e commit 9262074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@tuzhanai/schema-manager": "^1.3.0",
"debug": "^4.3.4",
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^8.0.0"
},
"peerDependencies": {
"@types/node": "*"
Expand Down

0 comments on commit 9262074

Please sign in to comment.