From 769b613f3cffd6f27a74778c59f762138a5f7473 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 26 Dec 2024 04:06:32 -0500 Subject: [PATCH] chore(deps): upgrade dev dependencies (#5088) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-plus/actions/runs/12501942801 ------ *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 635a926b9..cc6f5f639 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.287", + "cdk8s-cli": "^2.198.288", "commit-and-tag-version": "^12", "constructs": "10.3.0", "eslint": "^9", diff --git a/yarn.lock b/yarn.lock index d06c10be0..cc7d58767 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.287: - version "2.198.287" - resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.287.tgz#47a0edbf9084b4f66c2bb65870eb3102959c6d91" - integrity sha512-iYKj79N2n4bw5Awz/VLPcBVQBkGKzLDtZjs29kefM5Rj7ouiq+whAtiN6f20uTJn5yHyeB8+p31ExX3An6NExg== +cdk8s-cli@^2.198.288: + version "2.198.288" + resolved "https://registry.yarnpkg.com/cdk8s-cli/-/cdk8s-cli-2.198.288.tgz#3e87d07a80e1ce7cb8511dd4cf6f2d7fa806dfa4" + integrity sha512-idkqAUlsz+FBmwJqI1lK3XGg4rEtj7W/uzlZpYcWisdOk+5pCtcU5V/lwp/dh8GL9o2SNgwVsni8FtnnBbv4WA== dependencies: "@types/node" "^16" ajv "^8.17.1"