Skip to content

Commit ffd49c3

Browse files
chore(deps): update node.js to v22
1 parent 20b94c3 commit ffd49c3

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-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.27",
54+
"@types/node": "22.13.14",
5555
"@types/nodemailer": "6.4.17",
5656
"@types/pug": "2.0.10",
5757
"@typescript-eslint/eslint-plugin": "8.28.0",
@@ -86,6 +86,6 @@
8686
"printWidth": 120
8787
},
8888
"engines": {
89-
"node": ">=20 <21"
89+
"node": ">=20 <23"
9090
}
9191
}

yarn.lock

+5-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.27":
809-
version "20.17.27"
810-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.27.tgz#dbf0f9e6f905e9004045742f94e8413e20bad776"
811-
integrity sha512-U58sbKhDrthHlxHRJw7ZLiLDZGmAUOZUbpw0S6nL27sYUdhvgBLCRu/keSd6qcTsfArd1sRFCCBxzWATGr/0UA==
808+
"@types/node@22.13.14":
809+
version "22.13.14"
810+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.14.tgz#70d84ec91013dcd2ba2de35532a5a14c2b4cc912"
811+
integrity sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==
812812
dependencies:
813-
undici-types "~6.19.2"
813+
undici-types "~6.20.0"
814814

815815
816816
version "6.4.17"
@@ -5460,11 +5460,6 @@ [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"

0 commit comments

Comments
 (0)