From e5254e1d896365b8fdb5cdcf24684d2922609152 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 4 Sep 2023 05:27:43 -0400 Subject: [PATCH] chore(deps): upgrade dev dependencies (#1078) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-image/actions/runs/6071324200 ------ *Automatically created by projen via the "upgrade-dev-dependencies-main" workflow* --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index cb83a894..b96df809 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", - "cdk8s": "2.64.2", + "cdk8s": "2.64.3", "constructs": "10.2.70", "eslint": "^8", "eslint-import-resolver-node": "^0.3.9", diff --git a/yarn.lock b/yarn.lock index 21acdc3f..094d7d04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1341,14 +1341,14 @@ array-ify@^1.0.0: integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== array-includes@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" - integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== + version "3.1.7" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" + integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" is-string "^1.0.7" array-timsort@^1.0.3: @@ -1715,10 +1715,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk8s@2.64.2: - version "2.64.2" - resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.64.2.tgz#f53cedbe09e12e9170a56e563b34da42c58bd1bc" - integrity sha512-dpMFuWePDM0jZyvACZnOhekIA3mrSnx6KP9VsUg2QhcVIYMekN6HW4DfORu35Fms01V9Wg/eL/qhzIwHVeXdsA== +cdk8s@2.64.3: + version "2.64.3" + resolved "https://registry.yarnpkg.com/cdk8s/-/cdk8s-2.64.3.tgz#c304fbb948bce8cc0f268e0a864b4f9227eeb01a" + integrity sha512-CNl+c47La06EH9uYNF8AKRie6ptxjCt6aRLFFDs2Vm203d+PPqLEmgv8FE29t/DQFVQXeT7kMqp/PMAiojPrPw== dependencies: fast-json-patch "^3.1.1" follow-redirects "^1.15.2"