Skip to content

Commit

Permalink
chore: Upgrade dependencies for cli
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 github-actions[bot] committed Jun 17, 2024
1 parent 016c13b commit 30b3429
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 162 deletions.
4 changes: 2 additions & 2 deletions packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@cdktf/provider-schema": "0.0.0",
"@cdktf/node-pty-prebuilt-multiarch": "0.10.1-pre.11",
"@cdktf/hcl-tools": "0.0.0",
"@sentry/node": "7.116.0",
"@sentry/node": "7.117.0",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
Expand Down Expand Up @@ -163,7 +163,7 @@
"jest": "29.7.0",
"nock": "13.5.4",
"react": "18.3.1",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"tsc-files": "1.1.4",
"typescript": "5.2.2",
"utility-types": "3.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cdktf/hcl2json": "0.0.0",
"@cdktf/hcl-tools": "0.0.0",
"@inquirer/prompts": "2.3.1",
"@sentry/node": "7.116.0",
"@sentry/node": "7.117.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.98.0",
Expand Down Expand Up @@ -167,7 +167,7 @@
"sscaff": "1.2.274",
"stream-buffers": "3.0.2",
"strip-ansi": "6.0.1",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"tsc-files": "1.1.4",
"typescript": "5.0.4",
"utility-types": "3.11.0",
Expand Down
Loading

0 comments on commit 30b3429

Please sign in to comment.