From 24640738a3052ee80947391f865443cc3f379992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:51:26 +0000 Subject: [PATCH] chore(deps-dev): bump jsii from 5.7.2 to 5.7.3 Bumps [jsii](https://github.com/aws/jsii-compiler) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/aws/jsii-compiler/releases) - [Changelog](https://github.com/aws/jsii-compiler/blob/main/releases.json) - [Commits](https://github.com/aws/jsii-compiler/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: jsii dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 92342e0..402abb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3735,12 +3735,12 @@ jsii-rosetta@~5.7.1: yargs "^17.7.2" jsii@~5.7.0, jsii@~5.7.2: - version "5.7.2" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.7.2.tgz#19d2d5c48b4b09a5fed1c0b5c4cde25bfe6ea57b" - integrity sha512-kt0ePwNLcDRx7iu0DkKM3Xr+DCjds9XIS5jtvyr/beUG0Ke2EUsGJH7ERpTwBs5EKLMmHyCt3n72vRtZeacaSg== + version "5.7.3" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.7.3.tgz#5f35be6529cf316cd903692112ad8321aa710ab4" + integrity sha512-YhXN1vNHDHbGMkER9CpCFyleeOA4SuFS+J8U0LCyKOAqtmw8DkbBiHP/6kYyJBd/Wl0Z7CdapMoL7UDAQBWUuA== dependencies: - "@jsii/check-node" "1.105.0" - "@jsii/spec" "^1.105.0" + "@jsii/check-node" "1.106.0" + "@jsii/spec" "^1.106.0" case "^1.6.3" chalk "^4" fast-deep-equal "^3.1.3"