From c19f033da3956bb6dd7cdb4fbf6c6858392f6e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:30:40 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.95.0 to 1.96.0 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.95.0 to 1.96.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 | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index e5842542..08855e37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -747,13 +747,28 @@ chalk "^4.1.2" semver "^7.5.4" -"@jsii/spec@1.95.0", "@jsii/spec@^1.80.0", "@jsii/spec@^1.95.0": +"@jsii/check-node@1.96.0": + version "1.96.0" + resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.96.0.tgz#f144caa92d0c47aac3b3aa315860847892d0b04e" + integrity sha512-1EZudLi9wMg6d8JYu8t5s0B+WhyAJvOezhdmFv+PTrTc1Eze7NRY7uZuvBRRkBvqvOWlKkCfBByyeZJnLcxNMA== + dependencies: + chalk "^4.1.2" + semver "^7.5.4" + +"@jsii/spec@1.95.0": version "1.95.0" resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.95.0.tgz#b523504c5e4d3d5d941f58121caab24cfdf257ee" integrity sha512-gQtNQHAvSYIsuOEt/Et256SNFJJhG4mpm4k6bwJ5BX2ibEAN4t0amAKjYslrYLhJo8iSGcMedh/YC9hOReL2Iw== dependencies: ajv "^8.12.0" +"@jsii/spec@^1.80.0", "@jsii/spec@^1.95.0", "@jsii/spec@^1.96.0": + version "1.96.0" + resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.96.0.tgz#5816f425878b8532584275f756f19e85a211bb04" + integrity sha512-53GvfnEqT84OWnytLhFR5geMcjFpY/mKxmfLDf7mXNEMUW8oEwmWTGhdM+egQLut02Z64jbzXLm06JAPxJMw/w== + dependencies: + ajv "^8.12.0" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" @@ -3815,7 +3830,7 @@ jsii-rosetta@^1.80.0, jsii-rosetta@^1.95.0: workerpool "^6.5.1" yargs "^16.2.0" -jsii@1.95.0, jsii@1.x: +jsii@1.95.0: version "1.95.0" resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.95.0.tgz#d79194863a9f6800a695edfdb3e4c0d1f1beb840" integrity sha512-GvBqcZrhKZ5WV6u44w88aFym8G4Xkw9QRZuAAGYHOFJWiK/fyqeRPPgPkEBqfE+xs412JvGVdejUodKLlhEP9w== @@ -3834,6 +3849,25 @@ jsii@1.95.0, jsii@1.x: typescript "~3.9.10" yargs "^16.2.0" +jsii@1.x: + version "1.96.0" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.96.0.tgz#1ebc4d189094f9baddb726dfe11bf50c03d2338e" + integrity sha512-4FToa9bAW8NEX1vGtdsL5TcNCgjqEHGwK8ZijeHCDznXsr+ISejc+WdFGUmfjqHpdyy/M6m0E/SU5r+VTP7J4Q== + dependencies: + "@jsii/check-node" "1.96.0" + "@jsii/spec" "^1.96.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"