Skip to content

Commit

Permalink
updated k8s-client lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhak committed Jan 27, 2024
1 parent 3957d01 commit fb8ab7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"commander": "^10.0.1",
"express-openapi-validate": "^0.6.1",
"fast-glob": "^3.2.12",
"k8s-super-client": "^2.1.3",
"k8s-super-client": "^2.1.4",
"kubernetes-types": "^1.26.0",
"node-emoji": "^1.11.0",
"openapi-schema-validator": "^12.1.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"the-lodash": "^2.1.2",
"the-logger": "^2.1.1",
"the-promise": "^2.1.3",
"k8s-super-client": "^2.1.3",
"k8s-super-client": "^2.1.4",
"@kubevious/state-registry": "^1.0.19",
"@kubevious/kubik": "^1.0.33",
"@kubevious/entity-meta": "^1.0.81"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1418,10 +1418,10 @@ jsprim@^1.2.2:
json-schema "0.4.0"
verror "1.10.0"

k8s-super-client@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/k8s-super-client/-/k8s-super-client-2.1.3.tgz#ba1e3644c524f6089a7041aba4251c5ffc651d17"
integrity sha512-UuCezOU3wTOFWV251yQrlY7kBaqDPgSjBgoNiQUikAK5KPdVblNKwn5Bb/E0o679UZMWzHqET2VaqGI24Y7AMQ==
k8s-super-client@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/k8s-super-client/-/k8s-super-client-2.1.4.tgz#d20bb360b8135013184914c5fc885868ca74e2e8"
integrity sha512-7CHgi+bq9Z+R510phNTcmnXShXCjBcPxCsAOUK/3P7Rj+7gRSjQVrv1wpNfGQkb65l3Y1nMWZg2bknPdcxuFhA==
dependencies:
"@kubernetes/client-node" "^0.18.1"
"@types/ndjson" "^2.0.0"
Expand Down

0 comments on commit fb8ab7d

Please sign in to comment.