Skip to content

Commit

Permalink
Upgrade Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rally25rs committed Dec 6, 2023
1 parent 4db2eea commit 0fcffdb
Show file tree
Hide file tree
Showing 4 changed files with 2,051 additions and 3,831 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/k8s-when-ready-client/package.json
Expand Up @@ -11,10 +11,10 @@
"build": "docker build ."
},
"dependencies": {
"yargs": "^15.0.2"
"yargs": "^17.7.2"
},
"devDependencies": {
"jest": "^24.9.0"
"jest": "^29.7.0"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down
6 changes: 3 additions & 3 deletions packages/k8s-when-ready-server/package.json
Expand Up @@ -11,11 +11,11 @@
"build": "docker build ."
},
"dependencies": {
"@kubernetes/client-node": "^0.11.0",
"express": "^4.17.1"
"@kubernetes/client-node": "^0.20.0",
"express": "^4.18.2"
},
"devDependencies": {
"jest": "^24.9.0"
"jest": "^29.7.0"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down

0 comments on commit 0fcffdb

Please sign in to comment.