Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#388)
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-6252336

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
lholmquist and snyk-bot committed Apr 22, 2024
1 parent f01633a commit 67c2857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Large diffs are not rendered by default.

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.23.0"
"undici": "^5.28.3"
},
"devDependencies": {
"coveralls": "~3.1.1",
Expand Down

0 comments on commit 67c2857

Please sign in to comment.