Skip to content

Commit 68a6c15

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
1 parent c6ec800 commit 68a6c15

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"isstream": "^0.1.2",
7272
"kleur": "^4.1.4",
7373
"lodash": "^4.17.21",
74-
"path-to-regexp": "^3.1.0",
74+
"path-to-regexp": "^8.0.0",
7575
"qs": "^6.11.0",
7676
"serve-static": "^1.14.1"
7777
},

0 commit comments

Comments
 (0)