Skip to content

Commit

Permalink
build: fix vln CVE-2021-23337 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMor25 authored May 8, 2024
1 parent 239ba36 commit 9a4650f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
36 changes: 12 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"debug": "4.3.1",
"dedent": "^0.7.0",
"endpoint-utils": "^1.0.2",
"lodash": "^4.17.4",
"lodash": "^4.17.21",
"mustache": "^2.3.0",
"node-ipc": "9.2.1",
"os-family": "^1.0.0",
Expand Down Expand Up @@ -63,5 +63,8 @@
"testcafe": "*",
"tmp": "0.0.28"
},
"types": "./ts-defs/index.d.ts"
"types": "./ts-defs/index.d.ts",
"overrides": {
"lodash": "^4.17.21"
}
}

0 comments on commit 9a4650f

Please sign in to comment.