Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Oct 24, 2023
1 parent 8855608 commit 6b0a9ee
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 351 deletions.
192 changes: 33 additions & 159 deletions admission-controller/init/package-lock.json

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

12 changes: 6 additions & 6 deletions admission-controller/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"@kubernetes/client-node": "^0.19.0",
"async-retry": "^1.3.3",
"node-forge": "^1.3.1",
"pino": "^8.16.0"
"pino": "^8.16.1"
},
"devDependencies": {
"@types/async-retry": "^1.4.6",
"@types/node": "^20.1.7",
"@types/node-forge": "^1.3.6",
"typescript": "^4.6.3"
"@types/async-retry": "^1.4.7",
"@types/node": "^20.8.8",
"@types/node-forge": "^1.3.8",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 6b0a9ee

Please sign in to comment.