From 1ad3416cb971ecbf431cf6b3bd5e2cfa7c6a610b Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:19:45 +0300 Subject: [PATCH] chore(deps): upgrade runtime dependencies (#2743) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-cli/actions/runs/10897395316 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-1.x" workflow* --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e1479fe31..023c9f3b2 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "dependencies": { "@types/node": "^16", "ajv": "^8.17.1", - "cdk8s": "^1.63.115", + "cdk8s": "^1.63.116", "codemaker": "^1.103.1", "colors": "1.4.0", "constructs": "^3.4.344", diff --git a/yarn.lock b/yarn.lock index 31ade937f..8b8c96ba3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1669,10 +1669,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s@^1.63.115: - version "1.63.115" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-1.63.115.tgz#a6ecdd344bf57859ae8b7a58c7be32d52d6c91ad" - integrity sha512-tqSonH4TdnO4sHwH+xhdrVTXTyK/kn9YE3uedhu6ZwNTdfTWhBrSx3+NeLAHwdLBm85Axhr2FJWoTdlpUvSzDg== +cdk8s@^1.63.116: + version "1.63.116" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-1.63.116.tgz#22d4d97e6a08cff53344816a37faf5806329a1b6" + integrity sha512-bHBqBlEcnzHzoFyPRTTJ2JJ5M3WvV6jbvAzzcGyR6I0UaLcw7CeGknduHyO0UqbNXI1Z7ITlu53wT54VYRqX2g== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.9" @@ -6272,9 +6272,9 @@ typescript-json-schema@^0.65.1: yargs "^17.1.1" typescript@next: - version "5.7.0-dev.20240915" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20240915.tgz#aff28833009d26116378bea0ea68d36ae32d6a57" - integrity sha512-DpaEZn4KstKaVrFUxGv+zOrJVIFJJaf/lTPedsVRrnhrs/yysIhXlr40nHDNH1TznDWPit6UKYoKp/6/YPvlpQ== + version "5.7.0-dev.20240916" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.0-dev.20240916.tgz#06baa9d7d36f736a0e1d998cd9cf8bfa1a186b4f" + integrity sha512-PvqtY2wVBTIlHc0+Vs3w3UNntEzSho0uNm56c8D3mFINC/WFcEyOszkwxjSKyqVwEv62zl6xg+p7Ilt3H6yOJA== typescript@~4.9.5: version "4.9.5"