Skip to content

Commit ba2579b

Browse files
committed
fix: packages/verdaccio-file-locking/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639
1 parent 55d2603 commit ba2579b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/verdaccio-file-locking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"dependencies": {
1111
"lockfile": "1.0.4",
12-
"lodash": "4.17.10"
12+
"lodash": "4.17.11"
1313
},
1414
"devDependencies": {
1515
"@verdaccio/types": "4.2.0"

0 commit comments

Comments
 (0)