From ba4fb9c98fcbda851d87b2509907c5c3fdeb62aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:55:54 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.100.0 to 1.101.0 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.100.0 to 1.101.0. - [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/commits) --- updated-dependencies: - dependency-name: jsii dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index d89658f0..f378f15d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4141,12 +4141,12 @@ jsii@1.97.0: yargs "^16.2.0" jsii@1.x: - version "1.100.0" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.100.0.tgz#7e9dcb7d7b1b0d9874a7d25a4b1a02de6f35054e" - integrity sha512-DUTvq90XyyIRE+O/CAIHXZwBsxVy9ZkFDGkDjUknYV84VyzlMnBkdptQq0oJj8LRPTMJl2yiiPPMsJCvuv01Xg== + version "1.101.0" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.101.0.tgz#5ce783f7963a071c456152e4e80652f251cfbc61" + integrity sha512-ZPJSTZVqlbSDkIy3ixrxdvE0JzFH9KMyNl7W0QbcMmpvlfU3uVVOOr3Zkzmmaly8vwrSMqvtw424sutmTMGuXw== dependencies: - "@jsii/check-node" "1.100.0" - "@jsii/spec" "^1.100.0" + "@jsii/check-node" "1.101.0" + "@jsii/spec" "^1.101.0" case "^1.6.3" chalk "^4" fast-deep-equal "^3.1.3"