Skip to content

Commit a4cf643

Browse files
chore(deps): update dependency node to v22
1 parent 4ab3cbd commit a4cf643

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "18"
29+
node-version: "22"
3030
cache: yarn
3131
cache-dependency-path: ./yarn.lock
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@docusaurus/module-type-aliases": "^3.7.0",
3333
"@docusaurus/tsconfig": "^3.0.0",
34-
"@types/node": "^20.0.0",
34+
"@types/node": "^22.0.0",
3535
"raw-loader": "^4.0.2",
3636
"typescript": "^5.1.0"
3737
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,12 +3314,12 @@
33143314
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
33153315
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
33163316

3317-
"@types/node@^20.0.0":
3318-
version "20.14.14"
3319-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
3320-
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
3317+
"@types/node@^22.0.0":
3318+
version "22.17.1"
3319+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.1.tgz#484a755050497ebc3b37ff5adb7470f2e3ea5f5b"
3320+
integrity sha512-y3tBaz+rjspDTylNjAX37jEC3TETEFGNJL6uQDxwF9/8GLLIjW1rvVHlynyuUKMnMr1Roq8jOv3vkopBjC4/VA==
33213321
dependencies:
3322-
undici-types "~5.26.4"
3322+
undici-types "~6.21.0"
33233323

33243324
"@types/parse-json@^4.0.0":
33253325
version "4.0.2"
@@ -11632,16 +11632,16 @@ unbzip2-stream@^1.4.3:
1163211632
buffer "^5.2.1"
1163311633
through "^2.3.8"
1163411634

11635-
undici-types@~5.26.4:
11636-
version "5.26.5"
11637-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
11638-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
11639-
1164011635
undici-types@~6.13.0:
1164111636
version "6.13.0"
1164211637
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
1164311638
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
1164411639

11640+
undici-types@~6.21.0:
11641+
version "6.21.0"
11642+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
11643+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
11644+
1164511645
unicode-canonical-property-names-ecmascript@^2.0.0:
1164611646
version "2.0.0"
1164711647
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)