Skip to content

Commit c96de4c

Browse files
chore(deps): update dependency @types/node to v22.13.5
1 parent 39e1b54 commit c96de4c

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.4",
131+
"@types/node": "22.13.5",
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.4",
31+
"@types/node": "22.13.5",
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.4",
57+
"@types/node": "22.13.5",
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.4",
50+
"@types/node": "22.13.5",
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.4",
173+
"@types/node": "22.13.5",
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.4",
41+
"@types/node": "22.13.5",
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.4",
57+
"@types/node": "22.13.5",
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
@@ -7169,12 +7169,12 @@ __metadata:
71697169
languageName: node
71707170
linkType: hard
71717171

7172-
"@types/node@npm:*, @types/node@npm:22.13.4, @types/node@npm:^22.0.0":
7173-
version: 22.13.4
7174-
resolution: "@types/node@npm:22.13.4"
7172+
"@types/node@npm:*, @types/node@npm:22.13.5, @types/node@npm:^22.0.0":
7173+
version: 22.13.5
7174+
resolution: "@types/node@npm:22.13.5"
71757175
dependencies:
71767176
undici-types: "npm:~6.20.0"
7177-
checksum: 10c0/3a234fa7766a3efc382cf81f66f474c26cdab2f54f43f757634c81c0444eb2160c2dabbde9741e4983078a318a88515b65416b5f1ab5478548579d7b3ead1d95
7177+
checksum: 10c0/a2e7ed7bb0690e439004779baedeb05159c5cc41ef6d81c7a6ebea5303fde4033669e1c0e41ff7453b45fd2fea8dbd55fddfcd052950c7fcae3167c970bca725
71787178
languageName: node
71797179
linkType: hard
71807180

@@ -7911,7 +7911,7 @@ __metadata:
79117911
version: 0.0.0-use.local
79127912
resolution: "@your-org/common-i18n@workspace:packages/common-i18n"
79137913
dependencies:
7914-
"@types/node": "npm:22.13.4"
7914+
"@types/node": "npm:22.13.5"
79157915
"@your-org/eslint-config-bases": "workspace:^"
79167916
cross-env: "npm:7.0.3"
79177917
eslint: "npm:8.57.1"
@@ -7928,7 +7928,7 @@ __metadata:
79287928
"@testing-library/dom": "npm:10.4.0"
79297929
"@testing-library/react": "npm:16.2.0"
79307930
"@testing-library/user-event": "npm:14.6.1"
7931-
"@types/node": "npm:22.13.4"
7931+
"@types/node": "npm:22.13.5"
79327932
"@types/react": "npm:18.3.18"
79337933
"@types/react-dom": "npm:18.3.5"
79347934
"@vitejs/plugin-react": "npm:4.3.3"
@@ -7963,7 +7963,7 @@ __metadata:
79637963
"@pothos/plugin-prisma": "npm:3.65.3"
79647964
"@prisma/client": "npm:5.22.0"
79657965
"@soluble/dsn-parser": "npm:1.9.2"
7966-
"@types/node": "npm:22.13.4"
7966+
"@types/node": "npm:22.13.5"
79677967
"@vitest/coverage-v8": "npm:2.1.8"
79687968
"@vitest/ui": "npm:2.1.8"
79697969
"@your-org/eslint-config-bases": "workspace:^"
@@ -8006,7 +8006,7 @@ __metadata:
80068006
"@testing-library/jest-dom": "npm:6.6.3"
80078007
"@testing-library/react": "npm:16.2.0"
80088008
"@types/jest": "npm:29.5.14"
8009-
"@types/node": "npm:22.13.4"
8009+
"@types/node": "npm:22.13.5"
80108010
"@types/react": "npm:18.3.18"
80118011
"@types/react-dom": "npm:18.3.5"
80128012
"@typescript-eslint/eslint-plugin": "npm:^8.14.0"
@@ -8082,7 +8082,7 @@ __metadata:
80828082
resolution: "@your-org/ts-utils@workspace:packages/ts-utils"
80838083
dependencies:
80848084
"@size-limit/file": "npm:11.1.6"
8085-
"@types/node": "npm:22.13.4"
8085+
"@types/node": "npm:22.13.5"
80868086
"@vitest/coverage-v8": "npm:2.1.8"
80878087
"@your-org/eslint-config-bases": "workspace:^"
80888088
cross-env: "npm:7.0.3"
@@ -8119,7 +8119,7 @@ __metadata:
81198119
"@testing-library/jest-dom": "npm:6.6.3"
81208120
"@testing-library/react": "npm:16.2.0"
81218121
"@testing-library/user-event": "npm:14.6.1"
8122-
"@types/node": "npm:22.13.4"
8122+
"@types/node": "npm:22.13.5"
81238123
"@types/react": "npm:18.3.18"
81248124
"@types/react-dom": "npm:18.3.5"
81258125
"@vitejs/plugin-react-swc": "npm:3.7.1"
@@ -15561,7 +15561,7 @@ __metadata:
1556115561
"@testing-library/user-event": "npm:14.6.1"
1556215562
"@types/cors": "npm:2.8.17"
1556315563
"@types/is-ci": "npm:3.0.4"
15564-
"@types/node": "npm:22.13.4"
15564+
"@types/node": "npm:22.13.5"
1556515565
"@types/react": "npm:18.3.18"
1556615566
"@types/react-dom": "npm:18.3.5"
1556715567
"@types/react-test-renderer": "npm:19.0.0"

0 commit comments

Comments
 (0)