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 2, 2024
1 parent b0d733a commit f70a420
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.65",
"@types/node": "18.19.67",
"@types/node-fetch": "2.6.12",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.65",
"@types/node": "18.19.67",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.3.12",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,13 @@
dependencies:
undici-types "~5.26.4"

"@types/[email protected]":
version "18.19.67"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67.tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d"
integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down

0 comments on commit f70a420

Please sign in to comment.