Skip to content

Commit a29f852

Browse files
chore(deps): update dependency @types/node to v22.13.0 (#2547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73d0def commit a29f852

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql-jit": "0.8.7",
4040
"@types/express": "5.0.0",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.12.0",
42+
"@types/node": "22.13.0",
4343
"@types/ramda": "0.30.2",
4444
"@typescript-eslint/eslint-plugin": "8.22.0",
4545
"@typescript-eslint/parser": "8.22.0",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"pagefind": "1.3.0",
3535
"@theguild/tailwind-config": "0.6.2",
36-
"@types/node": "22.12.0",
36+
"@types/node": "22.13.0",
3737
"@types/react": "19.0.8",
3838
"cross-env": "7.0.3",
3939
"postcss-import": "16.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5555,10 +5555,10 @@
55555555
dependencies:
55565556
"@types/unist" "*"
55575557

5558-
"@types/node@*", "@types/node@22.12.0", "@types/node@>=13.7.0":
5559-
version "22.12.0"
5560-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
5561-
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
5558+
"@types/node@*", "@types/node@22.13.0", "@types/node@>=13.7.0":
5559+
version "22.13.0"
5560+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
5561+
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
55625562
dependencies:
55635563
undici-types "~6.20.0"
55645564

0 commit comments

Comments
 (0)