Skip to content

Commit 2db9565

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 47f71f7 commit 2db9565

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
@@ -56,7 +56,7 @@
5656
"colors": "^1.4.0",
5757
"cross-env": "^7.0.3",
5858
"json5": "^2.2.3",
59-
"lodash": "^4.17.21",
59+
"lodash": "^4.17.23",
6060
"minimist": "^1.2.8",
6161
"useragent": "^2.3.0",
6262
"webextension-polyfill": "^0.12.0",

0 commit comments

Comments
 (0)