Skip to content

Commit 187bcd0

Browse files
team-tf-cdkgithub-actions[bot]
authored andcommitted
chore: Upgrade dependencies for cli
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent eceb406 commit 187bcd0

File tree

3 files changed

+199
-142
lines changed

3 files changed

+199
-142
lines changed

packages/@cdktf/cli-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"open": "7.4.2",
7676
"parse-gitignore": "1.0.1",
7777
"pkg-up": "3.1.0",
78-
"semver": "7.6.3",
78+
"semver": "7.7.1",
7979
"sscaff": "1.2.274",
8080
"stream-buffers": "3.0.3",
8181
"strip-ansi": "6.0.1",
@@ -85,7 +85,7 @@
8585
"xstate": "4.38.3",
8686
"yargs": "17.7.2",
8787
"yoga-layout-prebuilt": "1.10.0",
88-
"zod": "3.24.1"
88+
"zod": "3.24.2"
8989
},
9090
"eslintConfig": {
9191
"parser": "@typescript-eslint/parser",
@@ -145,7 +145,7 @@
145145
"@types/json-schema": "7.0.15",
146146
"@types/lodash.isequal": "4.5.8",
147147
"@types/nock": "11.1.0",
148-
"@types/node": "18.19.71",
148+
"@types/node": "18.19.76",
149149
"@types/node-fetch": "2.6.12",
150150
"@types/parse-gitignore": "1.0.2",
151151
"@types/react": "18.3.18",
@@ -154,7 +154,7 @@
154154
"@types/uuid": "8.3.4",
155155
"@typescript-eslint/eslint-plugin": "4.33.0",
156156
"@typescript-eslint/parser": "4.33.0",
157-
"esbuild": "0.24.2",
157+
"esbuild": "0.25.0",
158158
"esbuild-jest": "0.5.0",
159159
"eslint": "7.32.0",
160160
"eslint-config-prettier": "8.10.0",
@@ -163,7 +163,7 @@
163163
"jest": "29.7.0",
164164
"nock": "13.5.6",
165165
"react": "18.3.1",
166-
"ts-jest": "29.2.5",
166+
"ts-jest": "29.2.6",
167167
"tsc-files": "1.1.4",
168168
"typescript": "5.2.2",
169169
"utility-types": "3.11.0"

packages/cdktf-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"xml-js": "1.6.11",
6565
"yargs": "17.7.2",
6666
"yoga-layout-prebuilt": "1.10.0",
67-
"zod": "3.24.1"
67+
"zod": "3.24.2"
6868
},
6969
"eslintConfig": {
7070
"parser": "@typescript-eslint/parser",
@@ -126,7 +126,7 @@
126126
"@types/json-schema": "7.0.15",
127127
"@types/lodash.isequal": "4.5.8",
128128
"@types/nock": "11.1.0",
129-
"@types/node": "18.19.71",
129+
"@types/node": "18.19.76",
130130
"@types/parse-gitignore": "1.0.2",
131131
"@types/pidusage": "2.0.5",
132132
"@types/react": "18.3.18",
@@ -141,7 +141,7 @@
141141
"cli-spinners": "2.9.2",
142142
"cross-fetch": "3.2.0",
143143
"detect-port": "1.6.1",
144-
"esbuild": "0.24.2",
144+
"esbuild": "0.25.0",
145145
"esbuild-jest": "0.5.0",
146146
"eslint": "7.32.0",
147147
"eslint-config-prettier": "8.10.0",
@@ -163,11 +163,11 @@
163163
"parse-gitignore": "1.0.1",
164164
"pkg-up": "3.1.0",
165165
"react": "18.3.1",
166-
"semver": "7.6.3",
166+
"semver": "7.7.1",
167167
"sscaff": "1.2.274",
168168
"stream-buffers": "3.0.3",
169169
"strip-ansi": "6.0.1",
170-
"ts-jest": "29.2.5",
170+
"ts-jest": "29.2.6",
171171
"tsc-files": "1.1.4",
172172
"typescript": "5.0.4",
173173
"utility-types": "3.11.0",

0 commit comments

Comments
 (0)