Skip to content

Commit

Permalink
chore: Upgrade dependencies for cli (#3517)
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.
This PR touches the following packages:

cdktf-cli\n -@cdktf/cli-core
  • Loading branch information
team-tf-cdk committed Mar 4, 2024
1 parent 853d40c commit ac4ef36
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
12 changes: 6 additions & 6 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.101.1",
"@sentry/node": "7.104.0",
"archiver": "5.3.2",
"cdktf": "0.0.0",
"chalk": "4.1.2",
Expand All @@ -65,7 +65,7 @@
"ink-spinner": "4.0.3",
"ink-testing-library": "2.1.0",
"ink-use-stdout-dimensions": "1.0.5",
"jsii": "5.3.19",
"jsii": "5.3.24",
"jsii-pacmak": "1.94.0",
"jsii-srcmak": "0.1.1039",
"lodash.isequal": "4.5.0",
Expand Down Expand Up @@ -145,11 +145,11 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.17",
"@types/node": "18.19.21",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
"@types/react": "18.2.56",
"@types/semver": "7.5.7",
"@types/react": "18.2.61",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
Expand All @@ -161,7 +161,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"nock": "13.5.3",
"nock": "13.5.4",
"react": "18.2.0",
"ts-jest": "29.1.2",
"tsc-files": "1.1.4",
Expand Down
12 changes: 6 additions & 6 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.101.1",
"@sentry/node": "7.104.0",
"cdktf": "0.0.0",
"ci-info": "3.9.0",
"codemaker": "1.94.0",
Expand All @@ -53,7 +53,7 @@
"https-proxy-agent": "5.0.1",
"ink-select-input": "4.2.2",
"ink-table": "3.1.0",
"jsii": "5.3.19",
"jsii": "5.3.24",
"jsii-pacmak": "1.94.0",
"minimatch": "5.1.6",
"node-fetch": "2.7.0",
Expand Down Expand Up @@ -125,11 +125,11 @@
"@types/json-schema": "7.0.15",
"@types/lodash.isequal": "4.5.8",
"@types/nock": "11.1.0",
"@types/node": "18.19.17",
"@types/node": "18.19.21",
"@types/parse-gitignore": "1.0.2",
"@types/pidusage": "2.0.5",
"@types/react": "18.2.56",
"@types/semver": "7.5.7",
"@types/react": "18.2.61",
"@types/semver": "7.5.8",
"@types/stream-buffers": "3.0.7",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.32",
Expand Down Expand Up @@ -158,7 +158,7 @@
"jsii-srcmak": "0.1.1039",
"lodash.isequal": "4.5.0",
"log4js": "6.9.1",
"nock": "13.5.3",
"nock": "13.5.4",
"open": "7.4.2",
"parse-gitignore": "1.0.1",
"pkg-up": "3.1.0",
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,15 +1797,6 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@sentry-internal/tracing@7.101.1":
version "7.101.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.101.1.tgz#9504e29c3c2c3ef5f652777e487b596cf8f78e1a"
integrity sha512-ihjWG8x4x0ozx6t+EHoXLKbsPrgzYLCpeBLWyS+M6n3hn6cmHM76c8nZw3ldhUQi5UYL3LFC/JZ50b4oSxtlrg==
dependencies:
"@sentry/core" "7.101.1"
"@sentry/types" "7.101.1"
"@sentry/utils" "7.101.1"

"@sentry-internal/tracing@7.102.1":
version "7.102.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.102.1.tgz#5c39c8f04a4a1a665fb6d368e1cd13605152f18b"
Expand All @@ -1815,13 +1806,14 @@
"@sentry/types" "7.102.1"
"@sentry/utils" "7.102.1"

"@sentry/core@7.101.1":
version "7.101.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.101.1.tgz#929841b7734129803b6dcd4d16bf0d3f53af4657"
integrity sha512-XSmXXeYT1d4O14eDF3OXPJFUgaN2qYEeIGUztqPX9nBs9/ij8y/kZOayFqlIMnfGvjOUM+63sy/2xDBOpFn6ug==
"@sentry-internal/tracing@7.104.0":
version "7.104.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.104.0.tgz#f5ec0194b7954a92c8e53247bb9b7183bec79abf"
integrity sha512-2z7OijM1J5ndJUiJJElC3iH9qb/Eb8eYm2v8oJhM8WVdc5uCKfrQuYHNgGOnmY2FOCfEUlTmMQGpDw7DJ67L5w==
dependencies:
"@sentry/types" "7.101.1"
"@sentry/utils" "7.101.1"
"@sentry/core" "7.104.0"
"@sentry/types" "7.104.0"
"@sentry/utils" "7.104.0"

"@sentry/core@7.102.1":
version "7.102.1"
Expand All @@ -1831,15 +1823,13 @@
"@sentry/types" "7.102.1"
"@sentry/utils" "7.102.1"

"@sentry/node@7.101.1":
version "7.101.1"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.101.1.tgz#d652503002be921be5ca042a3ef7457d309cdfa9"
integrity sha512-iXSxUT6Zbt/KUY0+fRcW5II6Tgp2zdTfhBW+fQuDt/UUZt7Ypvb+6n4U2oom3LJfttmD7mdjQuT4+vsNImDjTQ==
"@sentry/core@7.104.0":
version "7.104.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.104.0.tgz#2c6ce6eb6a84b8015bffb25e906407ec1d81a224"
integrity sha512-XPndD6IGQGd07/EntvYVzOWQUo/Gd7L3DwYFeEKeBv6ByWjbBNmVZFRhU0GPPsCHKyW9yMU9OO9diLSS4ijsRg==
dependencies:
"@sentry-internal/tracing" "7.101.1"
"@sentry/core" "7.101.1"
"@sentry/types" "7.101.1"
"@sentry/utils" "7.101.1"
"@sentry/types" "7.104.0"
"@sentry/utils" "7.104.0"

"@sentry/node@7.102.1":
version "7.102.1"
Expand All @@ -1851,22 +1841,25 @@
"@sentry/types" "7.102.1"
"@sentry/utils" "7.102.1"

"@sentry/types@7.101.1":
version "7.101.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.101.1.tgz#7f936022d9b373f85ebf357634bf03a9e433a3d0"
integrity sha512-bwtkQvrCZ6JGc7vqX7TEAKBgkbQFORt84FFS3JQQb8G3efTt9fZd2ReY4buteKQdlALl8h1QWVngTLmI+kyUuw==
"@sentry/node@7.104.0":
version "7.104.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.104.0.tgz#32a08349b5e94de7ff9d3fb0f12ab42317a26bed"
integrity sha512-Ixt8qg6IV8gywi4+H1cAtQeglAAww2nwLHybCxAvnu3czdF8w7ifF+o5BY1FmO5UYVCAfr8vEb+XG4CuRrFb7g==
dependencies:
"@sentry-internal/tracing" "7.104.0"
"@sentry/core" "7.104.0"
"@sentry/types" "7.104.0"
"@sentry/utils" "7.104.0"

"@sentry/types@7.102.1":
version "7.102.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.102.1.tgz#18c35f32ecbd12afb9860ca2de7bfff542d10b27"
integrity sha512-htKorf3t/D0XYtM7foTcmG+rM47rDP6XdbvCcX5gBCuCYlzpM1vqCt2rl3FLktZC6TaIpFRJw1TLfx6m+x5jdA==

"@sentry/utils@7.101.1":
version "7.101.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.101.1.tgz#97399b1e6a63a15e8f9fec5112ac4834239f1db6"
integrity sha512-Nrg0nrEI3nrOCd9SLJ/WGzxS5KMQE4cryLOvrDcHJRWpsSyGBF1hLLerk84Nsw/0myMsn7zTYU+xoq7idNsX5A==
dependencies:
"@sentry/types" "7.101.1"
"@sentry/types@7.104.0":
version "7.104.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.104.0.tgz#f4458ede188b422827de71e605e7c1faf940103e"
integrity sha512-5bs0xe0+GZR4QBm9Nrqw59o0sv3kBtCosrZDVxBru/dQbrfnB+/kVorvuM0rV3+coNITTKcKDegSZmK1d2uOGQ==

"@sentry/utils@7.102.1":
version "7.102.1"
Expand All @@ -1875,6 +1868,13 @@
dependencies:
"@sentry/types" "7.102.1"

"@sentry/utils@7.104.0":
version "7.104.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.104.0.tgz#2dec1a3cf2c0bc17e1c14cffab056d5bff15f197"
integrity sha512-ZVg+xZirI9DlOi0NegNVocswdh/8p6QkzlQzDQY2LP2CC6JQdmwi64o0S4rPH4YIHNKQJTpIjduoxeKgd1EO5g==
dependencies:
"@sentry/types" "7.104.0"

"@sigstore/bundle@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-1.1.0.tgz#17f8d813b09348b16eeed66a8cf1c3d6bd3d04f1"
Expand Down Expand Up @@ -2350,7 +2350,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.56":
"@types/react@*", "@types/react@18.2.37", "@types/react@18.2.61":
version "18.2.37"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae"
integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==
Expand Down Expand Up @@ -8930,10 +8930,10 @@ nock@*:
json-stringify-safe "^5.0.1"
propagate "^2.0.0"

nock@13.5.3:
version "13.5.3"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075"
integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==
nock@13.5.4:
version "13.5.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479"
integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down

0 comments on commit ac4ef36

Please sign in to comment.