From 8356a6bcd3cda03f915525e9b4c4a07e30178248 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:06:23 -0500 Subject: [PATCH] chore(deps): upgrade dev dependencies (#5094) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/12525322609 ------ *Automatically created by projen via the "upgrade-dev-dependencies-k8s-31-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4e655bb65..18a628e87 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "cdk8s": "2.69.28", - "cdk8s-cli": "^2.198.289", + "cdk8s-cli": "^2.198.290", "commit-and-tag-version": "^12", "constructs": "10.3.0", "eslint": "^9", diff --git a/yarn.lock b/yarn.lock index 06179b207..2fc94351a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1407,10 +1407,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s-cli@^2.198.289: - version "2.198.289" - resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.289.tgz#287f5bf14486406dcd1bb582bb2410600ca1148e" - integrity sha512-8tvwIxcdrHw2Rk1rGOjotKikbYlM2vLaprx9MPb+9hbimRutv2tlnfbRwBBKkhXz89NQJWoHpRi6UXeT2cQw8Q== +cdk8s-cli@^2.198.290: + version "2.198.290" + resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.290.tgz#d8dff9d58b367d82003360de559d4dd9ef274f20" + integrity sha512-x+5CIWU4lufqmOKSNVO59l3m6oBTURIqxM9CA3+stWlhz3gjT73jvZVnKTHNfn5hWCBEFVz+EIdehdWgKUCUZg== dependencies: "@types/node" "^16" ajv "^8.17.1"