Skip to content

Commit 5c11d3a

Browse files
snyk-botiphydf
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-UNDERSCORE-1080984
1 parent 2cb6a4f commit 5c11d3a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 9 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
@@ -39,7 +39,7 @@
3939
"ref-array-napi": "^1.2.0",
4040
"ref-napi": "^1.4.3",
4141
"ref-struct-napi": "^1.1.0",
42-
"underscore": "^1.10.2"
42+
"underscore": "^1.12.1"
4343
},
4444
"devDependencies": {
4545
"async": "^3.2.0",

0 commit comments

Comments
 (0)