Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#729)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TAR-6476909

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot committed Apr 25, 2024
1 parent 207f4d9 commit e46b535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mkdirp": "^1.0.3",
"openshift-rest-client": "~8.0.1",
"parse-gitignore": "^1.0.1",
"tar": "~6.2.0",
"tar": "~6.2.1",
"yargs": "^17.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit e46b535

Please sign in to comment.