Skip to content

Commit

Permalink
chore: Upgrade dependencies for util
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 Apr 15, 2024
1 parent 81a9593 commit 153a4b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/@cdktf/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"license": "MPL-2.0",
"dependencies": {
"@sentry/node": "7.109.0",
"@sentry/node": "7.110.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.30",
"@types/node": "18.19.31",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "18.19.30",
"@types/node": "18.19.31",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@cdktf/commons": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"@types/node": "18.19.30",
"@types/node": "18.19.31",
"codemaker": "1.95.0",
"fs-extra": "8.1.0",
"glob": "10.3.12",
Expand Down

0 comments on commit 153a4b2

Please sign in to comment.