From c313b7bc8786eef177215bd13f8f7dc2ebd69bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:40:34 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii from 1.86.0 to 1.86.1 Bumps [jsii](https://github.com/aws/jsii-compiler) from 1.86.0 to 1.86.1. - [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-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index dc6bdef..06559d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -606,13 +606,28 @@ chalk "^4.1.2" semver "^7.5.4" -"@jsii/spec@1.86.0", "@jsii/spec@^1.80.0", "@jsii/spec@^1.86.0": +"@jsii/check-node@1.86.1": + version "1.86.1" + resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.86.1.tgz#ceffe3e06cf8208c2b5a16e60ff55faa72cd79a2" + integrity sha512-lxcuw/TgUkh1dD01B39V47pwmF8yWUm8BiQKb0jpOY0xaE9nSlq9kRfTR7XaXu37w59jeYepI5af/GyUf9+TXw== + dependencies: + chalk "^4.1.2" + semver "^7.5.4" + +"@jsii/spec@1.86.0": version "1.86.0" resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.86.0.tgz#f8ff41b319fd00f4bcfeead2137375dc947bd882" integrity sha512-4aSVSKbE50LEJbky6bVvl4wmbZJqIJCQt+qFkUQzxbmbpM/K9iDTCD+EXMqHU1lRs33Wcu86MvDxtVCncXiNuQ== dependencies: ajv "^8.12.0" +"@jsii/spec@^1.80.0", "@jsii/spec@^1.86.0", "@jsii/spec@^1.86.1": + version "1.86.1" + resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.86.1.tgz#0f8911f5d5cfb2606628f143ac7d195b7870c890" + integrity sha512-wD0Y0pVg/1jjbZImk2FIuj+YdpwLFEsKCpoC3XKLJyNyUZPSoJzrt3phLV8HRLmH0m52kw6rh044OIowedcc9A== + dependencies: + ajv "^8.12.0" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -3624,7 +3639,7 @@ jsii-rosetta@^1.80.0, jsii-rosetta@^1.86.0: workerpool "^6.4.0" yargs "^16.2.0" -jsii@1.86.0, jsii@^1.76.0: +jsii@1.86.0: version "1.86.0" resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.86.0.tgz#c1c4e116fd57f66de836520ba1a7072cbcd2478b" integrity sha512-FIIbGLOfCvbAV/TNsEoHC/JJuQy5VSpCejlmvahG8s9D53rTOd9XKpOHwlNmV3ZQ47g2p381mnnioOl7dx7uug== @@ -3643,6 +3658,25 @@ jsii@1.86.0, jsii@^1.76.0: typescript "~3.9.10" yargs "^16.2.0" +jsii@^1.76.0: + version "1.86.1" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.86.1.tgz#ba5f7d2d948b02c4efa2543260e1eb9e108bf436" + integrity sha512-gAi/mGRdIpCYY7Na61VPE717Z6+/1HTYqgxjMC+VdLXxITbWpaQqO+DqsOnhtsIh+JyjIQM7VOSZ+5Ymf1A74A== + dependencies: + "@jsii/check-node" "1.86.1" + "@jsii/spec" "^1.86.1" + 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.6.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"