Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#351)
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-UNDICI-3323844
- https://snyk.io/vuln/SNYK-JS-UNDICI-3323845

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot committed May 25, 2023
1 parent 51b571e commit 649864d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -42,7 +42,7 @@
"license": "Apache-2.0",
"dependencies": {
"kubernetes-client": "9.0.0",
"undici": "^5.15.0"
"undici": "^5.19.1"
},
"devDependencies": {
"coveralls": "~3.1.1",
Expand Down

0 comments on commit 649864d

Please sign in to comment.