Skip to content

Commit dacffdf

Browse files
authored
chore: Upgrade dependencies for @cdktf/hcl2cdk
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 38fa7a0 commit dacffdf

File tree

2 files changed

+40
-24
lines changed

2 files changed

+40
-24
lines changed

packages/@cdktf/hcl2cdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"license": "MPL-2.0",
3636
"dependencies": {
3737
"@babel/generator": "7.23.6",
38-
"@babel/template": "7.22.15",
39-
"@babel/types": "7.23.6",
38+
"@babel/template": "7.23.9",
39+
"@babel/types": "7.23.9",
4040
"@cdktf/commons": "0.0.0",
4141
"@cdktf/hcl2json": "0.0.0",
4242
"@cdktf/provider-generator": "0.0.0",
@@ -48,7 +48,7 @@
4848
"glob": "10.3.10",
4949
"graphology": "0.25.4",
5050
"graphology-types": "0.24.7",
51-
"jsii-rosetta": "5.3.7",
51+
"jsii-rosetta": "5.3.8",
5252
"prettier": "2.8.8",
5353
"reserved-words": "0.1.2",
5454
"zod": "3.22.4"
@@ -57,7 +57,7 @@
5757
"@types/deep-equal": "1.0.4",
5858
"@types/glob": "8.1.0",
5959
"@types/jest": "29.5.11",
60-
"@types/node": "18.19.8",
60+
"@types/node": "18.19.10",
6161
"@types/reserved-words": "0.1.4",
6262
"execa": "5.1.1",
6363
"fs-extra": "11.2.0",

yarn.lock

+36-20
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
181181
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
182182

183+
"@babel/parser@^7.23.9":
184+
version "7.23.9"
185+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
186+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
187+
183188
"@babel/plugin-syntax-async-generators@^7.8.4":
184189
version "7.8.4"
185190
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -287,7 +292,16 @@
287292
"@babel/helper-plugin-utils" "^7.22.5"
288293
"@babel/helper-simple-access" "^7.22.5"
289294

290-
"@babel/[email protected]", "@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
295+
296+
version "7.23.9"
297+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
298+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
299+
dependencies:
300+
"@babel/code-frame" "^7.23.5"
301+
"@babel/parser" "^7.23.9"
302+
"@babel/types" "^7.23.9"
303+
304+
"@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
291305
version "7.22.15"
292306
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
293307
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
@@ -312,7 +326,16 @@
312326
debug "^4.3.1"
313327
globals "^11.1.0"
314328

315-
"@babel/[email protected]", "@babel/types@^7.0.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.3.3":
329+
"@babel/[email protected]", "@babel/types@^7.23.9":
330+
version "7.23.9"
331+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
332+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
333+
dependencies:
334+
"@babel/helper-string-parser" "^7.23.4"
335+
"@babel/helper-validator-identifier" "^7.22.20"
336+
to-fast-properties "^2.0.0"
337+
338+
"@babel/types@^7.0.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.3.3":
316339
version "7.23.6"
317340
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
318341
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
@@ -2357,6 +2380,13 @@
23572380
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
23582381
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==
23592382

2383+
2384+
version "18.19.10"
2385+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.10.tgz#4de314ab66faf6bc8ba691021a091ddcdf13a158"
2386+
integrity sha512-IZD8kAM02AW1HRDTPOlz3npFava678pr8Ie9Vp8uRhBROXAv8MXT2pCnGZZAKYdromsNQLHQcfWQ6EOatVLtqA==
2387+
dependencies:
2388+
undici-types "~5.26.4"
2389+
23602390
23612391
version "18.19.5"
23622392
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.5.tgz#4b23a9ab8ab7dafebb57bcbaf5c3d8d04f9d8cac"
@@ -8094,10 +8124,10 @@ jsii-reflect@^1.94.0:
80948124
oo-ascii-tree "^1.94.0"
80958125
yargs "^16.2.0"
80968126

8097-
8098-
version "5.3.7"
8099-
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.3.7.tgz#bd7a9d15e41f8c20f3eef7e82211465b0a5f7da2"
8100-
integrity sha512-x9knz6DaGPwLucSUAZNxz8EQW3WwsCBrZldWs/FBVKKbdszSH5HHvXKG7elpitqzj+7XDFH9QnKv/bLfUWy5lA==
8127+
8128+
version "5.3.8"
8129+
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.3.8.tgz#32008f7e2379c0ce942f902cc1d8bc60f73eca9b"
8130+
integrity sha512-Ym/gl48grorJrl/FnGp7jG9uxceCK86dnZxRJVh7Mj8coMnAjEoWQoYyr43WtTdHCnnodpBf3iNSmmZH4tYA9Q==
81018131
dependencies:
81028132
"@jsii/check-node" "1.94.0"
81038133
"@jsii/spec" "^1.94.0"
@@ -11893,20 +11923,6 @@ [email protected]:
1189311923
semver "^7.5.3"
1189411924
yargs-parser "^21.0.1"
1189511925

11896-
11897-
version "29.1.2"
11898-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
11899-
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
11900-
dependencies:
11901-
bs-logger "0.x"
11902-
fast-json-stable-stringify "2.x"
11903-
jest-util "^29.0.0"
11904-
json5 "^2.2.3"
11905-
lodash.memoize "4.x"
11906-
make-error "1.x"
11907-
semver "^7.5.3"
11908-
yargs-parser "^21.0.1"
11909-
1191011926
1191111927
version "10.9.1"
1191211928
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"

0 commit comments

Comments
 (0)