Skip to content

Commit 075ca47

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-6476909
1 parent 542d5ad commit 075ca47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -42,7 +42,7 @@
4242
"listr2": "^8.0.2",
4343
"semver": "^7.6.0",
4444
"stream-buffers": "^3.0.2",
45-
"tar": "^6.2.0",
45+
"tar": "^6.2.1",
4646
"uuid": "^9.0.1",
4747
"winston": "^3.11.0",
4848
"yaml": "^2.4.0",

0 commit comments

Comments
 (0)