Skip to content

Commit 6db3887

Browse files
chore(deps): update dependency @types/node to v22.13.1 (#6212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb61be9 commit 6db3887

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

apps/nextjs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@testing-library/user-event": "14.6.1",
129129
"@types/cors": "2.8.17",
130130
"@types/is-ci": "3.0.4",
131-
"@types/node": "22.13.0",
131+
"@types/node": "22.13.1",
132132
"@types/react": "18.3.18",
133133
"@types/react-dom": "18.3.5",
134134
"@types/react-test-renderer": "19.0.0",

packages/common-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --project ./tsconfig.json --noEmit"
2929
},
3030
"devDependencies": {
31-
"@types/node": "22.13.0",
31+
"@types/node": "22.13.1",
3232
"@your-org/eslint-config-bases": "workspace:^",
3333
"cross-env": "7.0.3",
3434
"eslint": "8.57.1",

packages/core-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/dom": "10.4.0",
5555
"@testing-library/react": "16.2.0",
5656
"@testing-library/user-event": "14.6.1",
57-
"@types/node": "22.13.0",
57+
"@types/node": "22.13.1",
5858
"@types/react": "18.3.18",
5959
"@types/react-dom": "18.3.5",
6060
"@vitejs/plugin-react": "4.3.3",

packages/db-main-prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@pothos/plugin-prisma": "3.65.3",
4848
"@prisma/client": "5.22.0",
4949
"@soluble/dsn-parser": "1.9.2",
50-
"@types/node": "22.13.0",
50+
"@types/node": "22.13.1",
5151
"@vitest/coverage-v8": "2.1.8",
5252
"@vitest/ui": "2.1.8",
5353
"@your-org/eslint-config-bases": "workspace:^",

packages/eslint-config-bases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"@testing-library/jest-dom": "6.6.3",
171171
"@testing-library/react": "16.2.0",
172172
"@types/jest": "29.5.14",
173-
"@types/node": "22.13.0",
173+
"@types/node": "22.13.1",
174174
"@types/react": "18.3.18",
175175
"@types/react-dom": "18.3.5",
176176
"es-check": "8.0.1",

packages/ts-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@size-limit/file": "11.1.6",
41-
"@types/node": "22.13.0",
41+
"@types/node": "22.13.1",
4242
"@vitest/coverage-v8": "2.1.8",
4343
"@your-org/eslint-config-bases": "workspace:^",
4444
"cross-env": "7.0.3",

packages/ui-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/jest-dom": "6.6.3",
5555
"@testing-library/react": "16.2.0",
5656
"@testing-library/user-event": "14.6.1",
57-
"@types/node": "22.13.0",
57+
"@types/node": "22.13.1",
5858
"@types/react": "18.3.18",
5959
"@types/react-dom": "18.3.5",
6060
"@vitejs/plugin-react-swc": "3.7.1",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -7240,12 +7240,12 @@ __metadata:
72407240
languageName: node
72417241
linkType: hard
72427242

7243-
"@types/node@npm:*, @types/node@npm:22.13.0, @types/node@npm:^22.0.0":
7244-
version: 22.13.0
7245-
resolution: "@types/node@npm:22.13.0"
7243+
"@types/node@npm:*, @types/node@npm:22.13.1, @types/node@npm:^22.0.0":
7244+
version: 22.13.1
7245+
resolution: "@types/node@npm:22.13.1"
72467246
dependencies:
72477247
undici-types: "npm:~6.20.0"
7248-
checksum: 10c0/9cf6358b2863ae7bf9588ca1cc3d87f6a6289c3880e95a046a188760666870e2c12502df8b0a473bec8aa8ffee85e025d60382a6104b10f197120793235b2c22
7248+
checksum: 10c0/d4e56d41d8bd53de93da2651c0a0234e330bd7b1b6d071b1a94bd3b5ee2d9f387519e739c52a15c1faa4fb9d97e825b848421af4b2e50e6518011e7adb4a34b7
72497249
languageName: node
72507250
linkType: hard
72517251

@@ -8015,7 +8015,7 @@ __metadata:
80158015
version: 0.0.0-use.local
80168016
resolution: "@your-org/common-i18n@workspace:packages/common-i18n"
80178017
dependencies:
8018-
"@types/node": "npm:22.13.0"
8018+
"@types/node": "npm:22.13.1"
80198019
"@your-org/eslint-config-bases": "workspace:^"
80208020
cross-env: "npm:7.0.3"
80218021
eslint: "npm:8.57.1"
@@ -8032,7 +8032,7 @@ __metadata:
80328032
"@testing-library/dom": "npm:10.4.0"
80338033
"@testing-library/react": "npm:16.2.0"
80348034
"@testing-library/user-event": "npm:14.6.1"
8035-
"@types/node": "npm:22.13.0"
8035+
"@types/node": "npm:22.13.1"
80368036
"@types/react": "npm:18.3.18"
80378037
"@types/react-dom": "npm:18.3.5"
80388038
"@vitejs/plugin-react": "npm:4.3.3"
@@ -8067,7 +8067,7 @@ __metadata:
80678067
"@pothos/plugin-prisma": "npm:3.65.3"
80688068
"@prisma/client": "npm:5.22.0"
80698069
"@soluble/dsn-parser": "npm:1.9.2"
8070-
"@types/node": "npm:22.13.0"
8070+
"@types/node": "npm:22.13.1"
80718071
"@vitest/coverage-v8": "npm:2.1.8"
80728072
"@vitest/ui": "npm:2.1.8"
80738073
"@your-org/eslint-config-bases": "workspace:^"
@@ -8110,7 +8110,7 @@ __metadata:
81108110
"@testing-library/jest-dom": "npm:6.6.3"
81118111
"@testing-library/react": "npm:16.2.0"
81128112
"@types/jest": "npm:29.5.14"
8113-
"@types/node": "npm:22.13.0"
8113+
"@types/node": "npm:22.13.1"
81148114
"@types/react": "npm:18.3.18"
81158115
"@types/react-dom": "npm:18.3.5"
81168116
"@typescript-eslint/eslint-plugin": "npm:^8.14.0"
@@ -8186,7 +8186,7 @@ __metadata:
81868186
resolution: "@your-org/ts-utils@workspace:packages/ts-utils"
81878187
dependencies:
81888188
"@size-limit/file": "npm:11.1.6"
8189-
"@types/node": "npm:22.13.0"
8189+
"@types/node": "npm:22.13.1"
81908190
"@vitest/coverage-v8": "npm:2.1.8"
81918191
"@your-org/eslint-config-bases": "workspace:^"
81928192
cross-env: "npm:7.0.3"
@@ -8223,7 +8223,7 @@ __metadata:
82238223
"@testing-library/jest-dom": "npm:6.6.3"
82248224
"@testing-library/react": "npm:16.2.0"
82258225
"@testing-library/user-event": "npm:14.6.1"
8226-
"@types/node": "npm:22.13.0"
8226+
"@types/node": "npm:22.13.1"
82278227
"@types/react": "npm:18.3.18"
82288228
"@types/react-dom": "npm:18.3.5"
82298229
"@vitejs/plugin-react-swc": "npm:3.7.1"
@@ -15709,7 +15709,7 @@ __metadata:
1570915709
"@testing-library/user-event": "npm:14.6.1"
1571015710
"@types/cors": "npm:2.8.17"
1571115711
"@types/is-ci": "npm:3.0.4"
15712-
"@types/node": "npm:22.13.0"
15712+
"@types/node": "npm:22.13.1"
1571315713
"@types/react": "npm:18.3.18"
1571415714
"@types/react-dom": "npm:18.3.5"
1571515715
"@types/react-test-renderer": "npm:19.0.0"

0 commit comments

Comments
 (0)