Skip to content

Commit

Permalink
chore: Upgrade dependencies for @cdktf/hcl2json
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 593fc10 commit aff76b3
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/node": "18.11.19",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
"@types/fs-extra": "^11.0.3",
"@types/jest": "^29.5.7",
"@types/node": "18.18.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit aff76b3

Please sign in to comment.