Skip to content

Commit b48a5ad

Browse files
authored
chore: bump jsii to 5.7.8 (#33716)
This brings in this fix: aws/jsii-compiler#1824 This prevents jsii from failing on cases where we return an anonymous class with methods from a method. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7fe033a commit b48a5ad

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

tools/@aws-cdk/cdk-build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"glob": "^7.2.3",
6464
"jest": "^29.7.0",
6565
"jest-junit": "^13.2.0",
66-
"jsii": "~5.7.0",
66+
"jsii": "~5.7.8",
6767
"jsii-rosetta": "~5.4.36",
6868
"jsii-pacmak": "1.106.0",
6969
"jsii-reflect": "1.106.0",

yarn.lock

+22-7
Original file line numberDiff line numberDiff line change
@@ -4047,13 +4047,28 @@
40474047
chalk "^4.1.2"
40484048
semver "^7.6.3"
40494049

4050+
4051+
version "1.108.0"
4052+
resolved "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.108.0.tgz#d223d97178c84ed470195d532364e59bd66be17b"
4053+
integrity sha512-wa8AGH31Cl0x1jU/KtM6JB32IurBmK1YiX5ZnCndifRCehLnS8DmJCPYrzJbKD4xqmHigaq6696fAnM/L7qIsw==
4054+
dependencies:
4055+
chalk "^4.1.2"
4056+
semver "^7.6.3"
4057+
40504058
"@jsii/[email protected]", "@jsii/spec@^1.106.0":
40514059
version "1.106.0"
40524060
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.106.0.tgz#f40010ec8cde14b7a003dd5b6a46480d9d7e222f"
40534061
integrity sha512-pAIvqEGf0YLmtzFtUKWNEGkCmXMHENy7k+rzCD147wnM4jHhvEL1mEvxi99aA2VcmvLYaAYNOs/XozT+s+kLqQ==
40544062
dependencies:
40554063
ajv "^8.17.1"
40564064

4065+
"@jsii/spec@^1.108.0":
4066+
version "1.108.0"
4067+
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.108.0.tgz#fbcf6785ac7dc62f79aca535a18ecdfa2a8198aa"
4068+
integrity sha512-YtebmBRy19UT1pKmxqlTqfW1OcFFjuU2zxxi+QFfM8KG1ahBlpcuz+3DE9gG1qTASIJJJI0fd8PaAiZ5gE40sQ==
4069+
dependencies:
4070+
ajv "^8.17.1"
4071+
40574072
40584073
version "8.1.9"
40594074
resolved "https://registry.npmjs.org/@lerna/create/-/create-8.1.9.tgz#6ab7b8514a9a200a4bacb7fa6cf6f01d82d3a154"
@@ -11407,18 +11422,18 @@ jsii@~5.4.0:
1140711422
typescript "~5.4"
1140811423
yargs "^17.7.2"
1140911424

11410-
jsii@~5.7.0:
11411-
version "5.7.4"
11412-
resolved "https://registry.npmjs.org/jsii/-/jsii-5.7.4.tgz#4d7e7f5d7257789767b7dacab832e0fe7d9cec51"
11413-
integrity sha512-L2JWl4ETXjXCe25t8vg0lFQ0ycqtMuGDd0j0kSxKNFO/g19c3mW5wcClPZF1YD1fG5VIHG4t9ZGJ8ZU8H7tZMg==
11425+
jsii@~5.7.8:
11426+
version "5.7.8"
11427+
resolved "https://registry.npmjs.org/jsii/-/jsii-5.7.8.tgz#b4000bfd1b0681ab17a1e410ce3c9b0f9ac7ea0f"
11428+
integrity sha512-ctDfPIFGdrmClySlHZpurqNENr7exe/XjRVej8sVl9ctyQhInjYn5NaIVZ+il/q8G8/MQvfcFB6LmIAGSdmxGQ==
1141411429
dependencies:
11415-
"@jsii/check-node" "1.106.0"
11416-
"@jsii/spec" "^1.106.0"
11430+
"@jsii/check-node" "1.108.0"
11431+
"@jsii/spec" "^1.108.0"
1141711432
case "^1.6.3"
1141811433
chalk "^4"
1141911434
fast-deep-equal "^3.1.3"
1142011435
log4js "^6.9.1"
11421-
semver "^7.6.3"
11436+
semver "^7.7.1"
1142211437
semver-intersect "^1.5.0"
1142311438
sort-json "^2.0.1"
1142411439
spdx-license-list "^6.9.0"

0 commit comments

Comments
 (0)