Skip to content

Commit

Permalink
chore: Upgrade dependencies for cdktf
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
team-tf-cdk authored and mutahhir committed Nov 23, 2023
1 parent 3bd1b8d commit 9dc9868
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@types/jest": "^29.5.8",
"@types/json-stable-stringify": "^1.0.36",
"@types/minimatch": "^5.1.2",
"@types/node": "18.18.9",
"@types/node": "18.18.10",
"@types/semver": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand All @@ -116,15 +116,15 @@
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-no-instanceof": "1.0.1",
"jest": "^29.7.0",
"jsii": "^5.2.29",
"jsii": "^5.2.32",
"jsii-docgen": "^9.2.2",
"jsii-pacmak": "^1.91.0",
"jsii-pacmak": "^1.92.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
"archiver": "5.3.2",
"json-stable-stringify": "^1.0.2",
"json-stable-stringify": "^1.1.0",
"semver": "^7.5.4"
},
"bundledDependencies": [
Expand Down
129 changes: 125 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,14 @@
chalk "^4.1.2"
semver "^7.5.4"

"@jsii/[email protected]":
version "1.92.0"
resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.92.0.tgz#e05908d2c0875a728db14d73bb30459a73bd008e"
integrity sha512-MQnFvDIn/VOz4FzchobZ4dfrl6qfuZIlYviNbGXhPMSeJ92BVB2F+NEyem9Sg/Csy2ehhtO1FGaUj4mO9/7Ntg==
dependencies:
chalk "^4.1.2"
semver "^7.5.4"

"@jsii/[email protected]", "@jsii/spec@^1.87.0":
version "1.87.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.87.0.tgz#99b9dd12ed92120e79e645538620db0526a7ad7b"
Expand All @@ -1507,6 +1515,13 @@
dependencies:
ajv "^8.12.0"

"@jsii/[email protected]", "@jsii/spec@^1.92.0":
version "1.92.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.92.0.tgz#8fcd72a0ced63e83e72a010a499518d603f00198"
integrity sha512-6jbwQ2uCVOUq6eddKQG/cPzuUsdJwaszQstTZtruhhjWNuoC4CjT5eHlzjeBqtxQZpGiKkRRwPHb1bCEGgffxA==
dependencies:
ajv "^8.12.0"

"@jsii/spec@^1.85.0":
version "1.86.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.86.0.tgz#f8ff41b319fd00f4bcfeead2137375dc947bd882"
Expand Down Expand Up @@ -5721,6 +5736,17 @@ fast-glob@^3.3.1:
merge2 "^1.3.0"
micromatch "^4.0.4"

fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
"@nodelib/fs.walk" "^1.2.3"
glob-parent "^5.1.2"
merge2 "^1.3.0"
micromatch "^4.0.4"

[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
Expand Down Expand Up @@ -8621,6 +8647,25 @@ jsii-pacmak@^1.91.0:
xmlbuilder "^15.1.1"
yargs "^16.2.0"

jsii-pacmak@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.92.0.tgz#ecab000c95ae65c031b568151eb9b67080aa84db"
integrity sha512-LIwXYTYjX5APnb6qzu5TDMEkSJXq5ntE71fT5Lpj3KMpOGGOrYlCAuP1lxpf1oWfIZeuyC4orRafuE7AECEa/A==
dependencies:
"@jsii/check-node" "1.92.0"
"@jsii/spec" "^1.92.0"
clone "^2.1.2"
codemaker "^1.92.0"
commonmark "^0.30.0"
escape-string-regexp "^4.0.0"
fs-extra "^10.1.0"
jsii-reflect "^1.92.0"
jsii-rosetta "^1.92.0"
semver "^7.5.4"
spdx-license-list "^6.8.0"
xmlbuilder "^15.1.1"
yargs "^16.2.0"

jsii-reflect@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.87.0.tgz#4302bdf1662ca09baa72fcf9216b987d1392e855"
Expand All @@ -8645,6 +8690,18 @@ jsii-reflect@^1.89.0, jsii-reflect@^1.91.0:
oo-ascii-tree "^1.91.0"
yargs "^16.2.0"

jsii-reflect@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.92.0.tgz#d6d29b01b40560f7a6b2400646410688543856b5"
integrity sha512-9ZLaygpYXG7UBqcUtgINd4pDL43l2gdUwOqWUrMz5beVOgp1ccvbihVPW6LtWGcTDfC+A2oNzjEP6roUvWvDDw==
dependencies:
"@jsii/check-node" "1.92.0"
"@jsii/spec" "^1.92.0"
chalk "^4"
fs-extra "^10.1.0"
oo-ascii-tree "^1.92.0"
yargs "^16.2.0"

jsii-rosetta@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.87.0.tgz#56662445fed810c8b54324cb7387dfdf614aca49"
Expand Down Expand Up @@ -8681,6 +8738,24 @@ jsii-rosetta@^1.91.0:
workerpool "^6.5.1"
yargs "^16.2.0"

jsii-rosetta@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.92.0.tgz#7475faa5b2746e38d29366ea6aa1a9554647e365"
integrity sha512-TKrCq3FToJ3rgCUzDEOWHIoYEs4CvtyXNNE2dPkX5YYv3+18vP8qiftGpyHGcgyslx2E7gm1g/8uPkAxeAEP+A==
dependencies:
"@jsii/check-node" "1.92.0"
"@jsii/spec" "1.92.0"
"@xmldom/xmldom" "^0.8.10"
commonmark "^0.30.0"
fast-glob "^3.3.2"
jsii "1.92.0"
semver "^7.5.4"
semver-intersect "^1.4.0"
stream-json "^1.8.0"
typescript "~3.9.10"
workerpool "^6.5.1"
yargs "^16.2.0"

jsii-rosetta@^5.1.9:
version "5.1.9"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.1.9.tgz#7307a562f0b51aa6922b137bb51ab9e6da172bbd"
Expand Down Expand Up @@ -8771,6 +8846,25 @@ [email protected]:
typescript "~3.9.10"
yargs "^16.2.0"

[email protected]:
version "1.92.0"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.92.0.tgz#dc89cf48b2cf681fe9c6a77ee2d94911178348ae"
integrity sha512-UHuPVMkUXBcbnSAsylQSea7BFNkr6hkx6NhGGoZ5Xnb3fZV7wwr9DHnE14yQJUIsrCL8WcqhCU79QTbWmnKpag==
dependencies:
"@jsii/check-node" "1.92.0"
"@jsii/spec" "^1.92.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"

jsii@^5.1.10, jsii@~5.1.10, jsii@~5.1.5:
version "5.1.10"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.1.10.tgz#e9973ea816362cb0791775a6ef1f43ebc5ed5702"
Expand Down Expand Up @@ -8809,6 +8903,25 @@ jsii@^5.2.29:
typescript "~5.2"
yargs "^17.7.2"

jsii@^5.2.32:
version "5.2.32"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.32.tgz#4e07ce3ac92c7ca752e693d2df2f3b6c120ae117"
integrity sha512-91g2+havdNomPRVmkkhv7SDxb66t8UybdkWkDH7ESK1SenZZ5VrAievYDSNQG16tBO0YBn1mTCy4G1pbFhPvfQ==
dependencies:
"@jsii/check-node" "1.92.0"
"@jsii/spec" "^1.92.0"
case "^1.6.3"
chalk "^4"
downlevel-dts "^0.11.0"
fast-deep-equal "^3.1.3"
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 "~5.2"
yargs "^17.7.2"

jsii@~5.2.23:
version "5.2.23"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.23.tgz#29e9e08cc38c642e1f915b094c1552b93e9db5e2"
Expand Down Expand Up @@ -8877,12 +8990,15 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==

json-stable-stringify@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz#e06f23128e0bbe342dc996ed5a19e28b57b580e0"
integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==
json-stable-stringify@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.1.0.tgz#43d39c7c8da34bfaf785a61a56808b0def9f747d"
integrity sha512-zfA+5SuwYN2VWqN1/5HZaDzQKLJHaBVMZIIM+wuYjdptkaQsqzDdqjqf+lZZJUuJq1aanHiY8LhH8LmH+qBYJA==
dependencies:
call-bind "^1.0.5"
isarray "^2.0.5"
jsonify "^0.0.1"
object-keys "^1.1.1"

json-stringify-nice@^1.1.4:
version "1.1.4"
Expand Down Expand Up @@ -10350,6 +10466,11 @@ oo-ascii-tree@^1.91.0:
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.91.0.tgz#3add7a82988966b04ac522c74ad7dccbb15bc5cf"
integrity sha512-pH4FFNLTO8VG+vNUm4AHmhLNjoSfQlO1UKIrzBGdeScppY785D93GVMH1XkCwbuO7pd9rrh6El5WF3a5QNvaww==

oo-ascii-tree@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.92.0.tgz#9d9fcc1b8c6e8b5a79b8e64f8a8143ff59945d77"
integrity sha512-rLSPbnakn5Wb3dOIVtrmn8jfHKqWv7bROpyBiw6DExq+dOG7qC49EIs89hBhyHkvLolX0oC+0a/RMPAyHEZ+1w==

open@^7.4.2:
version "7.4.2"
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
Expand Down

0 comments on commit 9dc9868

Please sign in to comment.