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 Nov 11, 2024
1 parent dcd085e commit 42959bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 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 @@ -52,7 +52,7 @@
"codemaker": "1.102.0",
"constructs": "10.3.0",
"cross-fetch": "3.1.8",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.5",
"detect-port": "1.6.1",
"execa": "5.1.1",
"extract-zip": "2.0.1",
Expand Down Expand Up @@ -161,7 +161,7 @@
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"nock": "13.5.5",
"nock": "13.5.6",
"react": "18.3.1",
"ts-jest": "29.2.5",
"tsc-files": "1.1.4",
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 @@ -49,7 +49,7 @@
"ci-info": "3.9.0",
"codemaker": "1.102.0",
"constructs": "10.3.0",
"cross-spawn": "7.0.3",
"cross-spawn": "7.0.5",
"https-proxy-agent": "5.0.1",
"ink-select-input": "4.2.2",
"ink-table": "3.1.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"jest": "29.7.0",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"nock": "13.5.5",
"nock": "13.5.6",
"open": "7.4.2",
"parse-gitignore": "1.0.1",
"pkg-up": "3.1.0",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4138,6 +4138,15 @@ [email protected], cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

[email protected]:
version "7.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"

cross-spawn@^6.0.0:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
Expand Down Expand Up @@ -9078,10 +9087,10 @@ nock@*:
json-stringify-safe "^5.0.1"
propagate "^2.0.0"

[email protected].5:
version "13.5.5"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78"
integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
[email protected].6:
version "13.5.6"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997"
integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit 42959bb

Please sign in to comment.