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 DanielMSchmidt committed Apr 8, 2024
1 parent 73c53a4 commit 25efd21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.108.0",
"@sentry/node": "7.109.0",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
Expand Down Expand Up @@ -145,10 +145,10 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.26",
"@types/node": "18.19.30",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.2.69",
"@types/react": "18.2.74",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand Down
6 changes: 3 additions & 3 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.108.0",
"@sentry/node": "7.109.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.95.0",
Expand Down Expand Up @@ -125,10 +125,10 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.26",
"@types/node": "18.19.30",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.2.69",
"@types/react": "18.2.74",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==

"@types/react@*", "@types/react@18.2.37", "@types/react@18.2.69":
"@types/react@*", "@types/react@18.2.37", "@types/react@18.2.74":
version "18.2.37"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae"
integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==
Expand Down

0 comments on commit 25efd21

Please sign in to comment.