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 Dec 30, 2024
1 parent c1ca5b3 commit 1fc10e2
Show file tree
Hide file tree
Showing 3 changed files with 874 additions and 147 deletions.
14 changes: 7 additions & 7 deletions packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@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.120.1",
"@sentry/node": "7.120.2",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cli-spinners": "2.9.2",
"codemaker": "1.102.0",
"constructs": "10.3.0",
"cross-fetch": "3.1.8",
"cross-fetch": "3.2.0",
"cross-spawn": "7.0.6",
"detect-port": "1.6.1",
"execa": "5.1.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"xstate": "4.38.3",
"yargs": "17.7.2",
"yoga-layout-prebuilt": "1.10.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -145,20 +145,20 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.67",
"@types/node": "18.19.68",
"@types/node-fetch": "2.6.12",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.3.14",
"@types/react": "18.3.18",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"nock": "13.5.6",
Expand Down
14 changes: 7 additions & 7 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.120.1",
"@sentry/node": "7.120.2",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.102.0",
Expand All @@ -64,7 +64,7 @@
"xml-js": "1.6.11",
"yargs": "17.7.2",
"yoga-layout-prebuilt": "1.10.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -126,10 +126,10 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.67",
"@types/node": "18.19.68",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.3.14",
"@types/react": "18.3.18",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand All @@ -139,13 +139,13 @@
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cli-spinners": "2.9.2",
"cross-fetch": "3.1.8",
"cross-fetch": "3.2.0",
"detect-port": "1.6.1",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "4.6.2",
"execa": "5.1.1",
"extract-zip": "2.0.1",
Expand Down
Loading

0 comments on commit 1fc10e2

Please sign in to comment.