Skip to content

Commit c289558

Browse files
chore(deps): update node.js to v22
1 parent 5a50767 commit c289558

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/bcrypt": "5.0.2",
4848
"@types/ejs": "3.1.5",
4949
"@types/express": "5.0.0",
50-
"@types/node": "22.8.2",
50+
"@types/node": "22.10.4",
5151
"@types/nodemailer": "6.4.17",
5252
"@types/pug": "2.0.10",
5353
"@typescript-eslint/eslint-plugin": "8.19.0",
@@ -82,6 +82,6 @@
8282
"printWidth": 120
8383
},
8484
"engines": {
85-
"node": ">=18.18 <19"
85+
"node": ">=18.18 <23"
8686
}
8787
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,12 @@
688688
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
689689
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
690690

691-
"@types/node@22.8.2":
692-
version "22.8.2"
693-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
694-
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
691+
"@types/node@22.10.4":
692+
version "22.10.4"
693+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1"
694+
integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==
695695
dependencies:
696-
undici-types "~6.19.8"
696+
undici-types "~6.20.0"
697697

698698
"@types/nodemailer@6.4.17":
699699
version "6.4.17"
@@ -5381,10 +5381,10 @@ uid@2.0.2:
53815381
dependencies:
53825382
"@lukeed/csprng" "^1.0.0"
53835383

5384-
undici-types@~6.19.8:
5385-
version "6.19.8"
5386-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5387-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5384+
undici-types@~6.20.0:
5385+
version "6.20.0"
5386+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5387+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
53885388

53895389
universalify@^2.0.0:
53905390
version "2.0.0"

0 commit comments

Comments
 (0)