From ea7929954511bceee64472c378d6ed1624cc0d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:37:52 +0000 Subject: [PATCH] chore(deps-dev): bump jsii-rosetta from 5.7.1 to 5.7.2 Bumps [jsii-rosetta](https://github.com/aws/jsii-rosetta) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/aws/jsii-rosetta/releases) - [Changelog](https://github.com/aws/jsii-rosetta/blob/main/releases.json) - [Commits](https://github.com/aws/jsii-rosetta/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: jsii-rosetta dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/yarn.lock b/yarn.lock index 49164e5..bfa77a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1363,14 +1363,6 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@jsii/check-node@1.105.0": - version "1.105.0" - resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.105.0.tgz#92ffea17d1497ddf9b104088d65a363bbf9d2b64" - integrity sha512-7QIzioc9//TwRjLhGMllcTBfIvJ0h6OeGVUEYdXB1DpCNtMbr8Xcj5KaeKHRAF9iRjB1d0IGzKm4A8fRUzIf+Q== - dependencies: - chalk "^4.1.2" - semver "^7.6.3" - "@jsii/check-node@1.106.0": version "1.106.0" resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.106.0.tgz#5deb20b0bbe0a506c4bd9edf60b17b0a93f83834" @@ -1379,7 +1371,7 @@ chalk "^4.1.2" semver "^7.6.3" -"@jsii/spec@^1.105.0", "@jsii/spec@^1.106.0": +"@jsii/spec@^1.106.0": version "1.106.0" resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.106.0.tgz#f40010ec8cde14b7a003dd5b6a46480d9d7e222f" integrity sha512-pAIvqEGf0YLmtzFtUKWNEGkCmXMHENy7k+rzCD147wnM4jHhvEL1mEvxi99aA2VcmvLYaAYNOs/XozT+s+kLqQ== @@ -1721,7 +1713,7 @@ "@typescript-eslint/types" "8.18.1" eslint-visitor-keys "^4.2.0" -"@xmldom/xmldom@^0.9.5": +"@xmldom/xmldom@^0.9.6": version "0.9.6" resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.9.6.tgz#3eaefb585c1f920e06fb35e6dcb8d505445621c0" integrity sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw== @@ -4870,13 +4862,13 @@ jsii-reflect@^1.106.0: yargs "^16.2.0" jsii-rosetta@~5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.7.1.tgz#8b5721ff5d6ea6572f12aa97e0657222aa75c961" - integrity sha512-joxTYrpaYYUFpDYwNhf0lHyp1i6ZfXjpl2AkSCEd6vd0FvmK00tKbWu8UnY/dA7ryI1hvDkm1MTi6f4s36ZzZg== + version "5.7.2" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.7.2.tgz#1b2a9b6116ee2d8447f652ae1e6e7dd3dcf3b465" + integrity sha512-03OVxIEj7aI+yTkO0TT8Jg6PgKOYnceTka6ZN1CMScItpJJt+JA91Qr/4G/0DYQzfBwTORoctbF4uJksQIDvYQ== dependencies: - "@jsii/check-node" "1.105.0" - "@jsii/spec" "^1.105.0" - "@xmldom/xmldom" "^0.9.5" + "@jsii/check-node" "1.106.0" + "@jsii/spec" "^1.106.0" + "@xmldom/xmldom" "^0.9.6" chalk "^4" commonmark "^0.31.2" fast-glob "^3.3.2"