From 4c8e2ca702d4d5df7d27da46c463d79f0a327947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:04:08 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.101.0 to 1.102.0 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.101.0 to 1.102.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 | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 6ef4142..d620177 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3631,7 +3631,7 @@ jsii-rosetta@1.x, jsii-rosetta@^1.80.0: workerpool "^6.5.1" yargs "^16.2.0" -jsii@1.101.0, jsii@1.x: +jsii@1.101.0: version "1.101.0" resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.101.0.tgz#5ce783f7963a071c456152e4e80652f251cfbc61" integrity sha512-ZPJSTZVqlbSDkIy3ixrxdvE0JzFH9KMyNl7W0QbcMmpvlfU3uVVOOr3Zkzmmaly8vwrSMqvtw424sutmTMGuXw== @@ -3650,6 +3650,25 @@ jsii@1.101.0, jsii@1.x: typescript "~3.9.10" yargs "^16.2.0" +jsii@1.x: + version "1.102.0" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.102.0.tgz#7d0f01497c84ffe52be7d4a5a075387a2596cf16" + integrity sha512-XwNFkuC1dU6CiA7toiffUPuRj86hThk9T617ZGyKrrdwQ3Q0VbS+nHv4oq1WcmG0O+2EaZMgyfbNTFurHDkquA== + dependencies: + "@jsii/check-node" "1.102.0" + "@jsii/spec" "^1.102.0" + case "^1.6.3" + chalk "^4" + fast-deep-equal "^3.1.3" + fs-extra "^10.1.0" + log4js "^6.9.1" + semver "^7.6.3" + semver-intersect "^1.5.0" + sort-json "^2.0.1" + spdx-license-list "^6.9.0" + typescript "~3.9.10" + yargs "^16.2.0" + json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"