Skip to content

Commit

Permalink
chore: Upgrade dependencies for @cdktf/provider-generator
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 DanielMSchmidt committed Nov 3, 2023
1 parent d5edcf2 commit eb69580
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
20 changes: 10 additions & 10 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.11.19",
"codemaker": "^1.87.0",
"deepmerge": "^4.2.2",
"@types/node": "18.18.8",
"codemaker": "^1.91.0",
"deepmerge": "^4.3.1",
"fs-extra": "^8.1.0",
"jsii-srcmak": "^0.1.951"
"jsii-srcmak": "^0.1.954"
},
"devDependencies": {
"@types/deepmerge": "^2.2.0",
"@types/fs-extra": "^8.1.2",
"@types/fs-extra": "^8.1.4",
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.0",
"@types/reserved-words": "^0.1.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"@types/jest": "^29.5.7",
"@types/reserved-words": "^0.1.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
}
}
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,13 @@
dependencies:
"@types/node" "*"

"@types/fs-extra@^8.1.4":
version "8.1.4"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.1.4.tgz#8171df1d16a80d69fc9c3aab07d7961349a5cb8b"
integrity sha512-OMcQKnlrkrOI0TaZ/MgVDA8LYFl7CykzFsjMj9l5x3un2nFxCY20ZFlnqrM0lcqlbs0Yro2HbnZlmopyRaoJ5w==
dependencies:
"@types/node" "*"

"@types/glob@*":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
Expand Down Expand Up @@ -2457,6 +2464,11 @@
resolved "https://registry.yarnpkg.com/@types/reserved-words/-/reserved-words-0.1.0.tgz#a9d5318bb4ac4466862b93fc702542b75d2cd3ac"
integrity sha512-ls6lSkkhEFm8XSVQjHj47pJoCL9sVK91mwIONw0Iwjqkmy98ForMFYa5+/vb6sytTaK0HSwkzKKYzREPTUhhhg==

"@types/reserved-words@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@types/reserved-words/-/reserved-words-0.1.3.tgz#b13a952e0094649d74dd2048310cad377c3644d8"
integrity sha512-K3DjwDhQzD/Ab+DoZ3KEltaiFKMQdrMZLzrMnYHWrRHneaN0wB/fCzVmcTaQ6Imzu5Dm6u6I9U0Kt+gOsAX9Bw==

"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
Expand Down Expand Up @@ -8158,6 +8170,17 @@ jsii-srcmak@^0.1.951:
ncp "^2.0.0"
yargs "^15.4.1"

jsii-srcmak@^0.1.954:
version "0.1.954"
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.954.tgz#05958577b527a4f04a65f55fa23d1a242c3bcffc"
integrity sha512-5OP3m/9VWoRZsB1iFasosv5QBVWQTcyWk7Di5yRJd8alWZzrLBMQ7MgQR3JYahBB5FGw4VD/BO76DtwF2smw8A==
dependencies:
fs-extra "^9.1.0"
jsii "~5.2.23"
jsii-pacmak "^1.91.0"
ncp "^2.0.0"
yargs "^15.4.1"

[email protected]:
version "1.87.0"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.87.0.tgz#a57c6b286a82ca032bf4d3ff48d92c0161a8666c"
Expand Down Expand Up @@ -8215,7 +8238,7 @@ jsii@^5.1.10, jsii@~5.1.10, jsii@~5.1.5:
typescript "~5.1.6"
yargs "^17.7.2"

jsii@^5.2.23:
jsii@^5.2.23, jsii@~5.2.23:
version "5.2.23"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.23.tgz#29e9e08cc38c642e1f915b094c1552b93e9db5e2"
integrity sha512-OrQU4r4187z93ORCgjtMYKTomygNmIE8zMFqGohBjD4sCLqgzSB70O2KBTas8Hplz5iZULdxP3+6a8P3kr1MnQ==
Expand Down

0 comments on commit eb69580

Please sign in to comment.