Skip to content

Commit 41e23f8

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-TAR-15307072
1 parent 01f6e52 commit 41e23f8

2 files changed

Lines changed: 75 additions & 137 deletions

File tree

package-lock.json

Lines changed: 74 additions & 136 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
@@ -57,7 +57,7 @@
5757
"axios": ">=0.11.0",
5858
"compare-versions": "^6.1.0",
5959
"string-format": ">=1.0.0",
60-
"tar": ">=3.1.10, <7",
60+
"tar": ">=7.5.8",
6161
"tar-stream": ">=0.1.0",
6262
"unbzip2-stream": ">=1.0.0",
6363
"unzip-stream": ">=0.1.0"

0 commit comments

Comments
 (0)