Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#580)
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-1536528
- https://snyk.io/vuln/SNYK-JS-TAR-1536531
  • Loading branch information
snyk-bot committed Aug 5, 2021
1 parent ce71a89 commit f9773a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 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 @@ -54,7 +54,7 @@
"mkdirp": "^1.0.3",
"openshift-rest-client": "~5.1.0",
"parse-gitignore": "^1.0.1",
"tar": "~6.1.0",
"tar": "~6.1.2",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit f9773a5

Please sign in to comment.