Skip to content

Commit

Permalink
chore: Upgrade dependencies for cdktf-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 Jan 15, 2024
1 parent 44ca450 commit deb0193
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 462 deletions.
80 changes: 40 additions & 40 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"@cdktf/hcl2cdk": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/hcl-tools": "0.0.0",
"@inquirer/prompts": "2.3.0",
"@sentry/node": "7.64.0",
"@inquirer/prompts": "2.3.1",
"@sentry/node": "7.93.0",
"cdktf": "0.0.0",
"ci-info": "3.8.0",
"codemaker": "1.93.0",
"ci-info": "3.9.0",
"codemaker": "1.94.0",
"constructs": "10.1.167",
"cross-spawn": "7.0.3",
"https-proxy-agent": "5.0.1",
"ink-select-input": "4.2.1",
"ink-table": "3.0.0",
"jsii": "5.3.2",
"jsii-pacmak": "1.93.0",
"minimatch": "5.1.0",
"node-fetch": "2.6.7",
"ink-select-input": "4.2.2",
"ink-table": "3.1.0",
"jsii": "5.3.6",
"jsii-pacmak": "1.94.0",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
"pidtree": "0.6.0",
"pidusage": "3.0.2",
"tunnel-agent": "0.6.0",
"xml-js": "1.6.11",
"yargs": "17.6.2",
"yargs": "17.7.2",
"yoga-layout-prebuilt": "1.10.0",
"zod": "3.22.4"
},
Expand Down Expand Up @@ -115,36 +115,36 @@
"@cdktf/provider-generator": "0.0.0",
"@skorfmann/ink-confirm-input": "3.0.0",
"@skorfmann/terraform-cloud": "1.15.0",
"@types/archiver": "5.3.1",
"@types/cli-table": "0.3.1",
"@types/cross-spawn": "6.0.2",
"@types/detect-port": "1.3.2",
"@types/fs-extra": "8.1.2",
"@types/ink-spinner": "3.0.1",
"@types/jest": "29.5.0",
"@types/json-schema": "7.0.11",
"@types/lodash.isequal": "4.5.6",
"@types/archiver": "5.3.4",
"@types/cli-table": "0.3.4",
"@types/cross-spawn": "6.0.6",
"@types/detect-port": "1.3.5",
"@types/fs-extra": "8.1.5",
"@types/ink-spinner": "3.0.4",
"@types/jest": "29.5.11",
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.11.19",
"@types/parse-gitignore": "1.0.0",
"@types/pidusage": "2.0.2",
"@types/react": "18.0.25",
"@types/semver": "7.3.13",
"@types/stream-buffers": "3.0.4",
"@types/node": "18.19.7",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.2.48",
"@types/semver": "7.5.6",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.13",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-spinners": "2.7.0",
"cross-fetch": "3.1.5",
"cli-spinners": "2.9.2",
"cross-fetch": "3.1.8",
"detect-port": "1.5.1",
"esbuild": "0.15.15",
"esbuild": "0.19.11",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.11",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "5.1.1",
"extract-zip": "2.0.1",
Expand All @@ -154,22 +154,22 @@
"ink-spinner": "4.0.3",
"ink-testing-library": "2.1.0",
"ink-use-stdout-dimensions": "1.0.5",
"jest": "29.5.0",
"jsii-srcmak": "0.1.999",
"jest": "29.7.0",
"jsii-srcmak": "0.1.1005",
"lodash.isequal": "4.5.0",
"log4js": "6.7.0",
"nock": "13.2.9",
"log4js": "6.9.1",
"nock": "13.5.0",
"open": "7.4.2",
"parse-gitignore": "1.0.1",
"pkg-up": "3.1.0",
"react": "18.2.0",
"semver": "7.5.3",
"semver": "7.5.4",
"sscaff": "1.2.274",
"stream-buffers": "3.0.2",
"strip-ansi": "6.0.1",
"ts-jest": "29.0.5",
"tsc-files": "1.1.3",
"typescript": "5.0.2",
"ts-jest": "29.1.1",
"tsc-files": "1.1.4",
"typescript": "5.0.4",
"utility-types": "3.10.0",
"uuid": "8.3.2"
}
Expand Down
Loading

0 comments on commit deb0193

Please sign in to comment.