From 2b95e46682a8e22cc053214b6b5b43e5e7affe09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:10:42 +0000 Subject: [PATCH] chore(deps-dev): bump jsii from 5.6.14 to 5.6.15 Bumps [jsii](https://github.com/aws/jsii-compiler) from 5.6.14 to 5.6.15. - [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.6.14...v5.6.15) --- updated-dependencies: - dependency-name: jsii dependency-version: 5.6.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index f878334a..7bc68d61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4347,12 +4347,12 @@ jsii-rosetta@~5.6.0: yargs "^17.7.2" jsii@~5.6.0: - version "5.6.14" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.6.14.tgz#c944613620254728ac5f2a79946ecabd51041658" - integrity sha512-BwVszwJv/fEP94p5qsRvTstGgmAUmtLRsPgYjQEerr1veAanLosyzPI7W4O8jsgsh90TDBqY4O6cU88weQ6fKw== + version "5.6.15" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.6.15.tgz#d334449f1da555b729ba5c39d5405cef7676f62a" + integrity sha512-mdGWEO9O9wBo2r9ncXsTtctiY5Ym4NK0kbzY5GMzBLuINSgtUNsfp+3LteUK83jvEuxw55hbPCfj63UJTvPeIg== dependencies: - "@jsii/check-node" "1.110.0" - "@jsii/spec" "^1.110.0" + "@jsii/check-node" "1.111.0" + "@jsii/spec" "^1.111.0" case "^1.6.3" chalk "^4" fast-deep-equal "^3.1.3" @@ -4360,7 +4360,7 @@ jsii@~5.6.0: semver "^7.7.1" semver-intersect "^1.5.0" sort-json "^2.0.1" - spdx-license-list "^6.9.0" + spdx-license-list "^6.10.0" typescript "~5.6" yargs "^17.7.2" @@ -5627,10 +5627,10 @@ spdx-license-ids@^3.0.0: resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz#e44ed19ed318dd1e5888f93325cee800f0f51b89" integrity sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw== -spdx-license-list@^6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/spdx-license-list/-/spdx-license-list-6.9.0.tgz#5543abb3a15f985a12808f642a622d2721c372ad" - integrity sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA== +spdx-license-list@^6.10.0, spdx-license-list@^6.9.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/spdx-license-list/-/spdx-license-list-6.10.0.tgz#738249443db42f5fd6780c7c40daecefed7a3adf" + integrity sha512-wF3RhDFoqdu14d1Prv6c8aNU0FSRuSFJpNjWeygIZcNZEwPxp7I5/Hwo8j6lSkBKWAIkSQrKefrC5N0lvOP0Gw== split2@^3.2.2: version "3.2.2"