Skip to content

Commit

Permalink
chore: Upgrade dependencies for @cdktf/hcl2cdk
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 Feb 5, 2024
1 parent 5b7438c commit e789020
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"license": "MPL-2.0",
"dependencies": {
"@babel/generator": "7.23.6",
"@babel/template": "7.22.15",
"@babel/types": "7.23.6",
"@babel/template": "7.23.9",
"@babel/types": "7.23.9",
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-generator": "0.0.0",
Expand All @@ -48,7 +48,7 @@
"glob": "10.3.10",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.3.7",
"jsii-rosetta": "5.3.8",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.22.4"
Expand All @@ -57,7 +57,7 @@
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.11",
"@types/node": "18.19.8",
"@types/node": "18.19.10",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
42 changes: 36 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==

"@babel/parser@^7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==

"@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
Expand Down Expand Up @@ -287,7 +292,16 @@
"@babel/helper-plugin-utils" "^7.22.5"
"@babel/helper-simple-access" "^7.22.5"

"@babel/template@7.22.15", "@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
"@babel/template@7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
dependencies:
"@babel/code-frame" "^7.23.5"
"@babel/parser" "^7.23.9"
"@babel/types" "^7.23.9"

"@babel/template@^7.18.10", "@babel/template@^7.22.15", "@babel/template@^7.3.3":
version "7.22.15"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
Expand All @@ -312,7 +326,16 @@
debug "^4.3.1"
globals "^11.1.0"

"@babel/types@7.23.6", "@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":
"@babel/types@7.23.9", "@babel/types@^7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
dependencies:
"@babel/helper-string-parser" "^7.23.4"
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@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":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
Expand Down Expand Up @@ -2357,6 +2380,13 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==

"@types/node@18.19.10":
version "18.19.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.10.tgz#4de314ab66faf6bc8ba691021a091ddcdf13a158"
integrity sha512-IZD8kAM02AW1HRDTPOlz3npFava678pr8Ie9Vp8uRhBROXAv8MXT2pCnGZZAKYdromsNQLHQcfWQ6EOatVLtqA==
dependencies:
undici-types "~5.26.4"

"@types/node@18.19.5":
version "18.19.5"
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.5.tgz#4b23a9ab8ab7dafebb57bcbaf5c3d8d04f9d8cac"
Expand Down Expand Up @@ -8099,10 +8129,10 @@ jsii-reflect@^1.94.0:
oo-ascii-tree "^1.94.0"
yargs "^16.2.0"

jsii-rosetta@5.3.7:
version "5.3.7"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.3.7.tgz#bd7a9d15e41f8c20f3eef7e82211465b0a5f7da2"
integrity sha512-x9knz6DaGPwLucSUAZNxz8EQW3WwsCBrZldWs/FBVKKbdszSH5HHvXKG7elpitqzj+7XDFH9QnKv/bLfUWy5lA==
jsii-rosetta@5.3.8:
version "5.3.8"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.3.8.tgz#32008f7e2379c0ce942f902cc1d8bc60f73eca9b"
integrity sha512-Ym/gl48grorJrl/FnGp7jG9uxceCK86dnZxRJVh7Mj8coMnAjEoWQoYyr43WtTdHCnnodpBf3iNSmmZH4tYA9Q==
dependencies:
"@jsii/check-node" "1.94.0"
"@jsii/spec" "^1.94.0"
Expand Down

0 comments on commit e789020

Please sign in to comment.