Skip to content

Commit 2f5051f

Browse files
team-tf-cdkDanielMSchmidt
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 05898fe commit 2f5051f

File tree

3 files changed

+138
-235
lines changed

3 files changed

+138
-235
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@cdktf/provider-schema": "0.0.0",
4444
"@cdktf/node-pty-prebuilt-multiarch": "0.10.1-pre.11",
4545
"@cdktf/hcl-tools": "0.0.0",
46-
"@sentry/node": "7.104.0",
46+
"@sentry/node": "7.107.0",
4747
"archiver": "5.3.2",
4848
"cdktf": "0.0.0",
4949
"chalk": "4.1.2",
@@ -56,7 +56,7 @@
5656
"detect-port": "1.5.1",
5757
"execa": "5.1.1",
5858
"extract-zip": "2.0.1",
59-
"follow-redirects": "1.15.5",
59+
"follow-redirects": "1.15.6",
6060
"fs-extra": "8.1.0",
6161
"https-proxy-agent": "5.0.1",
6262
"indent-string": "4.0.0",
@@ -145,20 +145,20 @@
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.21",
148+
"@types/node": "18.19.24",
149149
"@types/node-fetch": "2.6.11",
150150
"@types/parse-gitignore": "1.0.2",
151-
"@types/react": "18.2.61",
151+
"@types/react": "18.2.66",
152152
"@types/semver": "7.5.8",
153153
"@types/stream-buffers": "3.0.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.20.1",
157+
"esbuild": "0.20.2",
158158
"esbuild-jest": "0.5.0",
159159
"eslint": "7.32.0",
160160
"eslint-config-prettier": "8.10.0",
161-
"eslint-plugin-react": "7.33.2",
161+
"eslint-plugin-react": "7.34.1",
162162
"eslint-plugin-react-hooks": "4.6.0",
163163
"jest": "29.7.0",
164164
"nock": "13.5.4",

packages/cdktf-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@cdktf/hcl2json": "0.0.0",
4545
"@cdktf/hcl-tools": "0.0.0",
4646
"@inquirer/prompts": "2.3.1",
47-
"@sentry/node": "7.104.0",
47+
"@sentry/node": "7.107.0",
4848
"cdktf": "0.0.0",
4949
"ci-info": "3.9.0",
5050
"codemaker": "1.94.0",
@@ -125,10 +125,10 @@
125125
"@types/json-schema": "7.0.15",
126126
"@types/lodash.isequal": "4.5.8",
127127
"@types/nock": "11.1.0",
128-
"@types/node": "18.19.21",
128+
"@types/node": "18.19.24",
129129
"@types/parse-gitignore": "1.0.2",
130130
"@types/pidusage": "2.0.5",
131-
"@types/react": "18.2.61",
131+
"@types/react": "18.2.66",
132132
"@types/semver": "7.5.8",
133133
"@types/stream-buffers": "3.0.7",
134134
"@types/uuid": "8.3.4",
@@ -140,11 +140,11 @@
140140
"cli-spinners": "2.9.2",
141141
"cross-fetch": "3.1.8",
142142
"detect-port": "1.5.1",
143-
"esbuild": "0.20.1",
143+
"esbuild": "0.20.2",
144144
"esbuild-jest": "0.5.0",
145145
"eslint": "7.32.0",
146146
"eslint-config-prettier": "8.10.0",
147-
"eslint-plugin-react": "7.33.2",
147+
"eslint-plugin-react": "7.34.1",
148148
"eslint-plugin-react-hooks": "4.6.0",
149149
"execa": "5.1.1",
150150
"extract-zip": "2.0.1",

0 commit comments

Comments
 (0)