Skip to content

Commit 62c87ff

Browse files
team-tf-cdkgithub-actions[bot]
authored andcommitted
chore: Upgrade dependencies for util
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent d5dc27f commit 62c87ff

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

packages/@cdktf/hcl2cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@babel/generator": "7.26.5",
3838
"@babel/template": "7.25.9",
39-
"@babel/types": "7.26.5",
39+
"@babel/types": "7.26.7",
4040
"@cdktf/commons": "0.0.0",
4141
"@cdktf/hcl2json": "0.0.0",
4242
"@cdktf/provider-generator": "0.0.0",
@@ -46,7 +46,7 @@
4646
"cdktf": "0.0.0",
4747
"deep-equal": "2.2.3",
4848
"glob": "10.4.5",
49-
"graphology": "0.25.4",
49+
"graphology": "0.26.0",
5050
"graphology-types": "0.24.7",
5151
"jsii-rosetta": "5.4.30",
5252
"prettier": "2.8.8",
@@ -57,7 +57,7 @@
5757
"@types/deep-equal": "1.0.4",
5858
"@types/glob": "8.1.0",
5959
"@types/jest": "29.5.14",
60-
"@types/node": "18.19.71",
60+
"@types/node": "18.19.74",
6161
"@types/reserved-words": "0.1.4",
6262
"execa": "5.1.1",
6363
"fs-extra": "11.3.0",

packages/@cdktf/hcl2json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@types/fs-extra": "11.0.4",
4242
"@types/jest": "29.5.14",
43-
"@types/node": "18.19.71",
43+
"@types/node": "18.19.74",
4444
"jest": "29.7.0",
4545
"ts-jest": "29.2.5",
4646
"typescript": "5.2.2"

packages/@cdktf/provider-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@cdktf/commons": "0.0.0",
3838
"@cdktf/provider-schema": "0.0.0",
39-
"@types/node": "18.19.71",
39+
"@types/node": "18.19.74",
4040
"codemaker": "1.102.0",
4141
"fs-extra": "8.1.0",
4242
"glob": "10.4.5"

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@
365365
debug "^4.3.1"
366366
globals "^11.1.0"
367367

368-
"@babel/[email protected].5", "@babel/types@^7.26.5":
369-
version "7.26.5"
370-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
371-
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
368+
"@babel/[email protected].7":
369+
version "7.26.7"
370+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
371+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
372372
dependencies:
373373
"@babel/helper-string-parser" "^7.25.9"
374374
"@babel/helper-validator-identifier" "^7.25.9"
@@ -390,6 +390,14 @@
390390
"@babel/helper-string-parser" "^7.25.9"
391391
"@babel/helper-validator-identifier" "^7.25.9"
392392

393+
"@babel/types@^7.26.5":
394+
version "7.26.5"
395+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
396+
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
397+
dependencies:
398+
"@babel/helper-string-parser" "^7.25.9"
399+
"@babel/helper-validator-identifier" "^7.25.9"
400+
393401
"@bcoe/v8-coverage@^0.2.3":
394402
version "0.2.3"
395403
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -6323,13 +6331,12 @@ [email protected]:
63236331
resolved "https://registry.yarnpkg.com/graphology-types/-/graphology-types-0.24.7.tgz#7d630a800061666bfa70066310f56612e08b7bee"
63246332
integrity sha512-tdcqOOpwArNjEr0gNQKCXwaNCWnQJrog14nJNQPeemcLnXQUUGrsCWpWkVKt46zLjcS6/KGoayeJfHHyPDlvwA==
63256333

6326-
graphology@0.25.4:
6327-
version "0.25.4"
6328-
resolved "https://registry.yarnpkg.com/graphology/-/graphology-0.25.4.tgz#e528a64555ac1f392a9d965321ada5b2b843efe1"
6329-
integrity sha512-33g0Ol9nkWdD6ulw687viS8YJQBxqG5LWII6FI6nul0pq6iM2t5EKquOTFDbyTblRB3O9I+7KX4xI8u5ffekAQ==
6334+
graphology@0.26.0:
6335+
version "0.26.0"
6336+
resolved "https://registry.yarnpkg.com/graphology/-/graphology-0.26.0.tgz#7f866a831feaa364af750f141a7bf40489533336"
6337+
integrity sha512-8SSImzgUUYC89Z042s+0r/vMibY7GX/Emz4LDO5e7jYXhuoWfHISPFJYjpRLUSJGq6UQ6xlenvX1p/hJdfXuXg==
63306338
dependencies:
63316339
events "^3.3.0"
6332-
obliterator "^2.0.2"
63336340

63346341
handlebars@^4.7.7:
63356342
version "4.7.8"
@@ -9970,11 +9977,6 @@ object.values@^1.2.1:
99709977
define-properties "^1.2.1"
99719978
es-object-atoms "^1.0.0"
99729979

9973-
obliterator@^2.0.2:
9974-
version "2.0.4"
9975-
resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-2.0.4.tgz#fa650e019b2d075d745e44f1effeb13a2adbe816"
9976-
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
9977-
99789980
once@^1.3.0, once@^1.3.1, once@^1.4.0:
99799981
version "1.4.0"
99809982
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"

0 commit comments

Comments
 (0)