Skip to content

Commit a910962

Browse files
snyk-botabose
authored andcommitted
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 - https://snyk.io/vuln/SNYK-JS-LODASH-15869625
1 parent 789d99b commit a910962

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

package-lock.json

Lines changed: 25 additions & 28 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
@@ -113,7 +113,7 @@
113113
"jshint": "^2.13.5",
114114
"jszip": "^3.8.0",
115115
"less": "^4.1.3",
116-
"lodash": "^4.17.23",
116+
"lodash": "^4.18.1",
117117
"lru-cache": "^10.2.0",
118118
"marked": "^4.0.18",
119119
"mime-db": "^1.52.0",

0 commit comments

Comments
 (0)