Skip to content

Commit ba735c7

Browse files
chore(deps): update node.js to v22
1 parent 6335beb commit ba735c7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/ejs": "3.1.5",
5252
"@types/express": "5.0.1",
5353
"@types/mjml": "4.7.4",
54-
"@types/node": "20.17.30",
54+
"@types/node": "22.14.0",
5555
"@types/nodemailer": "6.4.17",
5656
"@types/pug": "2.0.10",
5757
"@typescript-eslint/eslint-plugin": "8.29.0",
@@ -86,6 +86,6 @@
8686
"printWidth": 120
8787
},
8888
"engines": {
89-
"node": ">=20 <21"
89+
"node": ">=20 <23"
9090
}
9191
}

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -805,12 +805,12 @@
805805
dependencies:
806806
undici-types "~6.20.0"
807807

808-
"@types/node@20.17.30":
809-
version "20.17.30"
810-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.30.tgz#1d93f656d3b869dbef7b796568ac457606ba58d0"
811-
integrity sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==
808+
"@types/node@22.14.0":
809+
version "22.14.0"
810+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
811+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
812812
dependencies:
813-
undici-types "~6.19.2"
813+
undici-types "~6.21.0"
814814

815815
816816
version "6.4.17"
@@ -5460,16 +5460,16 @@ [email protected]:
54605460
dependencies:
54615461
"@lukeed/csprng" "^1.0.0"
54625462

5463-
undici-types@~6.19.2:
5464-
version "6.19.8"
5465-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5466-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5467-
54685463
undici-types@~6.20.0:
54695464
version "6.20.0"
54705465
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
54715466
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
54725467

5468+
undici-types@~6.21.0:
5469+
version "6.21.0"
5470+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5471+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5472+
54735473
universalify@^2.0.0:
54745474
version "2.0.1"
54755475
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"

0 commit comments

Comments
 (0)