Skip to content

Commit 9e1cfa8

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-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724
1 parent 26e5a35 commit 9e1cfa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -20,7 +20,7 @@
2020
"dotenv": "8.2.0",
2121
"eslint-plugin-jest": "^24.1.3",
2222
"helmet": "3.23.3",
23-
"lodash": "^4.17.20",
23+
"lodash": "^4.17.21",
2424
"vue": "^2.6.12",
2525
"vue-cookies": "1.7.4",
2626
"vue-country-region-select": "2.0.14",

0 commit comments

Comments
 (0)