Skip to content

Commit b9d40de

Browse files
chore(deps): update node.js to v22
1 parent 0656182 commit b9d40de

File tree

2 files changed

+4
-26
lines changed

2 files changed

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

yarn.lock

+2-24
Original file line numberDiff line numberDiff line change
@@ -814,20 +814,13 @@
814814
dependencies:
815815
"@types/mjml-core" "*"
816816

817-
"@types/node@*":
817+
"@types/node@*", "@types/[email protected]":
818818
version "22.15.2"
819819
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.2.tgz#1db55aa64618ee93a58c8912f74beefe44aca905"
820820
integrity sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==
821821
dependencies:
822822
undici-types "~6.21.0"
823823

824-
825-
version "20.17.31"
826-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.31.tgz#7dd6ce2d88462bcd795ec5aa5e41fe79af965eef"
827-
integrity sha512-quODOCNXQAbNf1Q7V+fI8WyErOCh0D5Yd31vHnKu4GkSztGQ7rlltAaqXhHhLl33tlVyUXs2386MkANSwgDn6A==
828-
dependencies:
829-
undici-types "~6.19.2"
830-
831824
832825
version "6.4.17"
833826
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.17.tgz#5c82a42aee16a3dd6ea31446a1bd6a447f1ac1a4"
@@ -4909,17 +4902,7 @@ schema-utils@^3.1.1:
49094902
ajv "^6.12.5"
49104903
ajv-keywords "^3.5.2"
49114904

4912-
schema-utils@^4.3.0:
4913-
version "4.3.2"
4914-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
4915-
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
4916-
dependencies:
4917-
"@types/json-schema" "^7.0.9"
4918-
ajv "^8.9.0"
4919-
ajv-formats "^2.1.1"
4920-
ajv-keywords "^5.1.0"
4921-
4922-
schema-utils@^4.3.2:
4905+
schema-utils@^4.3.0, schema-utils@^4.3.2:
49234906
version "4.3.2"
49244907
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
49254908
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
@@ -5523,11 +5506,6 @@ uint8array-extras@^1.4.0:
55235506
resolved "https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.4.0.tgz#e42a678a6dd335ec2d21661333ed42f44ae7cc74"
55245507
integrity sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==
55255508

5526-
undici-types@~6.19.2:
5527-
version "6.19.8"
5528-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5529-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5530-
55315509
undici-types@~6.21.0:
55325510
version "6.21.0"
55335511
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"

0 commit comments

Comments
 (0)