From 0f4c3675cb12b0bde0fad59d1ab1ea6bd064533f Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:05:42 -0500 Subject: [PATCH] chore(deps): upgrade dev dependencies (#5162) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/12732093038 ------ *Automatically created by projen via the "upgrade-dev-dependencies-k8s-29-main" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e318a2a5f..41d417732 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "cdk8s": "2.69.33", - "cdk8s-cli": "^2.198.297", + "cdk8s-cli": "^2.198.298", "commit-and-tag-version": "^12", "constructs": "10.3.0", "eslint": "^9", diff --git a/yarn.lock b/yarn.lock index 9ded5ebce..0cbc9b03b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1447,10 +1447,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s-cli@^2.198.297: - version "2.198.297" - resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.297.tgz#6581b7616d3665ee513f98d18a4f4bb8f8842ed7" - integrity sha512-dTZSsvsbat6ToxArRdGuHWgzApW4HltvlLo+OZ3t2HyW61GPx0YC+pnugoMKChp12xNGWeiuBzXk6KoGrkLIVw== +cdk8s-cli@^2.198.298: + version "2.198.298" + resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.298.tgz#dd9cae8c223d4c539b75e98abaec560d0dbb43fd" + integrity sha512-KE/d06NSajf04gWn1k0CAVFNTAls9qZQ2fLsdysFpiPIsod0L0G9v7qyZcl8nqzqUHPvUlDZDIQBqddiEKhk2w== dependencies: "@types/node" "^16" ajv "^8.17.1"