Skip to content

Commit 4454a0f

Browse files
chore(deps): update dependency @types/node to v22.10.8 (#2536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4bde7c commit 4454a0f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.10.7",
42+
"@types/node": "22.10.8",
4343
"@types/ramda": "0.30.2",
4444
"@typescript-eslint/eslint-plugin": "8.21.0",
4545
"@typescript-eslint/parser": "8.21.0",

website/package.json

Lines changed: 1 addition & 1 deletion
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.10.7",
36+
"@types/node": "22.10.8",
3737
"@types/react": "19.0.7",
3838
"cross-env": "7.0.3",
3939
"postcss-import": "16.1.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5554,10 +5554,10 @@
55545554
dependencies:
55555555
"@types/unist" "*"
55565556

5557-
"@types/node@*", "@types/[email protected].7", "@types/node@>=13.7.0":
5558-
version "22.10.7"
5559-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
5560-
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
5557+
"@types/node@*", "@types/[email protected].8", "@types/node@>=13.7.0":
5558+
version "22.10.8"
5559+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.8.tgz#e7e2602c83d27d483c056302d76b86321c4e8697"
5560+
integrity sha512-rk+QvAEGsbX/ZPiiyel6hJHNUS9cnSbPWVaZLvE+Er3tLqQFzWMz9JOfWW7XUmKvRPfxJfbl3qYWve+RGXncFw==
55615561
dependencies:
55625562
undici-types "~6.20.0"
55635563

@@ -5646,16 +5646,16 @@
56465646
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
56475647
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
56485648

5649-
"@types/unist@*", "@types/unist@^2.0.0":
5650-
version "2.0.11"
5651-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
5652-
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
5653-
5654-
"@types/unist@^3.0.0":
5649+
"@types/unist@*", "@types/unist@^3.0.0":
56555650
version "3.0.3"
56565651
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
56575652
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
56585653

5654+
"@types/unist@^2.0.0":
5655+
version "2.0.11"
5656+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
5657+
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
5658+
56595659
"@types/yargs-parser@*":
56605660
version "21.0.3"
56615661
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"

0 commit comments

Comments
 (0)