From be519a2023edf4fd79281e06a356b4634c3bcfb2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Aug 2023 06:05:48 +0000 Subject: [PATCH] feat(deps): upgrade runtime dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/5839756079 ------ *Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow* Signed-off-by: github-actions --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 871859f0..16688d55 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", - "cdk8s": "2.39.0", + "cdk8s": "2.40.0", "constructs": "10.2.69", "eslint": "^8", "eslint-import-resolver-node": "^0.3.9", diff --git a/yarn.lock b/yarn.lock index 89241d43..0ed36d99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1713,10 +1713,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s@2.39.0: - version "2.39.0" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.39.0.tgz#960f715b3e0c33f9e7ee7e3e4cb3858f225bb9bc" - integrity sha512-4jcvW7v0OmTCYkmVnwhHAFzAAJDMS1gM4ep4O6TIAkZ2bxU0cSxk4qj3PKkodlKPbdjC8zsAMfQCG8m9IgNbeg== +cdk8s@2.40.0: + version "2.40.0" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.40.0.tgz#126d347932161c58012ebfa16b53ade11ae2120e" + integrity sha512-G9L3Toh7/hsmtRWkoGXE8zLNWRgXD3LmkVn9Uhby9ZVb7sPITC0PxUjSOolAtQFRtxUwsV/znKNjLeQuQmnW8Q== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.2"