From 1e48c0b8dfa7d8b785ed990064275bf8f9d1d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 03:04:32 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.99.0 to 1.100.0 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.99.0 to 1.100.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 001710a8..022ee6ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4141,12 +4141,12 @@ jsii@1.97.0: yargs "^16.2.0" jsii@1.x: - version "1.99.0" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.99.0.tgz#75f6613b706abb9fbbc0721a2189246cbc07e6fa" - integrity sha512-t8fyMzjYr1WVFcSs6oCOgQM3Ikycu89HcZM61C/DRpOfSACLoKoB5oAD23zNdl/fvdDpJSXVRQ4NIDRVmQF3ug== + version "1.100.0" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.100.0.tgz#7e9dcb7d7b1b0d9874a7d25a4b1a02de6f35054e" + integrity sha512-DUTvq90XyyIRE+O/CAIHXZwBsxVy9ZkFDGkDjUknYV84VyzlMnBkdptQq0oJj8LRPTMJl2yiiPPMsJCvuv01Xg== dependencies: - "@jsii/check-node" "1.99.0" - "@jsii/spec" "^1.99.0" + "@jsii/check-node" "1.100.0" + "@jsii/spec" "^1.100.0" case "^1.6.3" chalk "^4" fast-deep-equal "^3.1.3"