Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: deps/npm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TAR-6476909
  • Loading branch information
snyk-bot committed Mar 23, 2024
commit 10bf68be1bc21edabaac11db2ac4d2e908c434fa
4 changes: 2 additions & 2 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"lodash.uniq": "~4.2.1",
"lodash.without": "~4.1.2",
"mkdirp": "~0.5.1",
"node-gyp": "~3.3.1",
"node-gyp": "~7.0.0",
"nopt": "~3.0.6",
"normalize-git-url": "~3.0.2",
"normalize-package-data": "~2.3.5",
Expand Down Expand Up @@ -92,7 +92,7 @@
"slide": "~1.1.6",
"sorted-object": "~2.0.0",
"strip-ansi": "~3.0.1",
"tar": "~2.2.1",
"tar": "~6.2.1",
"text-table": "~0.2.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",
Expand Down