From 1fb46bba8cd325f5efe781352d00f2e25c5da1e5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 14 Aug 2023 06:05:42 +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/5852408734 ------ *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 0092c214..185b10a7 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.41.0", + "cdk8s": "2.42.0", "constructs": "10.2.69", "eslint": "^8", "eslint-import-resolver-node": "^0.3.9", diff --git a/yarn.lock b/yarn.lock index 0e2f9d21..677807f4 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.41.0: - version "2.41.0" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.41.0.tgz#3f66c005c970aad02d334d0433a09e47c8569b56" - integrity sha512-DdHr+wzwRSThqVmZQGkWCfHUu1GvPYLQjzkHYm8JRKVGPJPVgceLMtsKKT7qyG4fY4KknE/p4r4tC7lesORXSg== +cdk8s@2.42.0: + version "2.42.0" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.42.0.tgz#8d503c28d1d521ef53721894e4caefbddea13433" + integrity sha512-7d/JN6vviTnSy3Z7BfWQKCQbj5H4Z84yxF80vrvCGb2/SejdGBhH+RAY1kLUwBzySeaVYt4fhKUhs+A/DsyA5g== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.2"