Skip to content

Commit dd91818

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-LODASH-15053838
1 parent a24c421 commit dd91818

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": "koajs/path-match",
88
"dependencies": {
9-
"lodash": "^4.17.21",
9+
"lodash": "^4.17.23",
1010
"path-to-regexp": "^8.2.0"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)