From 5d57858ac2743b2c2b90e8363cddb3a15ca8dd4e Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:10:39 -0800 Subject: [PATCH] chore(deps): upgrade compiler dependencies (#1916) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/6849681621 ------ *Automatically created by projen via the "upgrade-compiler-dependencies-2.x" workflow* --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 1e0b967150..b831c6df44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4621,9 +4621,9 @@ jsii@1.91.0: yargs "^16.2.0" jsii@^5, jsii@~5.2.5: - version "5.2.26" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.26.tgz#44e1829f025838f051be9e8644910d04055428d3" - integrity sha512-R5R2mKKMVVs6a8nWJEtMWZXFr845visS4b4q4TK/xBQD7fmI2pylJftCJlePskwlv8W3hFlqSoQ2yp+Hbm8fZg== + version "5.2.29" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.29.tgz#d1a36915e73c2236446e5caf196d3e389634f3f3" + integrity sha512-2ApVgH/6473cyyVIxDtYGCm2yozJn0yhXYM+KYBxXsTjVXaXtkzSfD2PbPvzJ1phlR3FKAXSphFv8HIheRc/BA== dependencies: "@jsii/check-node" "1.91.0" "@jsii/spec" "^1.91.0"