Skip to content

Commit 7221b39

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 546f1bf commit 7221b39

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
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"axios": "^0.21.1",
4242
"joi": "^17.3.0",
43-
"lodash": "^4.17.20",
43+
"lodash": "^4.17.21",
4444
"minimist": "^1.2.5",
4545
"rxjs": "^6.6.3"
4646
},

0 commit comments

Comments
 (0)