From 20efbe53387c532d04ca40a251929360604eb284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:51:56 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.97.0 to 1.98.0 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.97.0 to 1.98.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 69b68c02..348e3f42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4090,7 +4090,7 @@ jsii-rosetta@^1.80.0, jsii-rosetta@^1.97.0: workerpool "^6.5.1" yargs "^16.2.0" -jsii@1.97.0, jsii@^1.77.0: +jsii@1.97.0: version "1.97.0" resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.97.0.tgz#5ceee9f1b4715b82e37ec5a24b509336d8ebef83" integrity sha512-C3GA2Q50DkHnFozg7HKel7ZaBMCUKb/dzgH2ykfrbuJ/C/KebkPkqY/XRf95zGB42mzagPfawSLDFQiGGueQ9w== @@ -4109,6 +4109,25 @@ jsii@1.97.0, jsii@^1.77.0: typescript "~3.9.10" yargs "^16.2.0" +jsii@^1.77.0: + version "1.98.0" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.98.0.tgz#884f414670885c201bc9e14151e5d3f162ddf97d" + integrity sha512-P/Q/mlcbZsJqZDE4zJ+GyLLZRyMPqlx+Fb/p6oDei9JA+fBmBX5Adbw4B8+VClZqvr8I0PxHxLk06n+EVQn3cQ== + dependencies: + "@jsii/check-node" "1.98.0" + "@jsii/spec" "^1.98.0" + case "^1.6.3" + chalk "^4" + fast-deep-equal "^3.1.3" + fs-extra "^10.1.0" + log4js "^6.9.1" + semver "^7.5.4" + semver-intersect "^1.4.0" + sort-json "^2.0.1" + spdx-license-list "^6.8.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"