Skip to content

Commit 95d1154

Browse files
chore(deps): update dependency node to v22
1 parent 12e7c95 commit 95d1154

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.13.13"
3319+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
3320+
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
33213321
dependencies:
3322-
undici-types "~5.26.4"
3322+
undici-types "~6.20.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.20.0:
11641+
version "6.20.0"
11642+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
11643+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
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)