Skip to content

Commit df9372d

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

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.10",
5151
"@types/nodemailer": "6.4.17",
5252
"@types/pug": "2.0.10",
5353
"@typescript-eslint/eslint-plugin": "8.20.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.10":
692+
version "22.10.10"
693+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
694+
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
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"
@@ -5386,10 +5386,10 @@ uid@2.0.2:
53865386
dependencies:
53875387
"@lukeed/csprng" "^1.0.0"
53885388

5389-
undici-types@~6.19.8:
5390-
version "6.19.8"
5391-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5392-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5389+
undici-types@~6.20.0:
5390+
version "6.20.0"
5391+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5392+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
53935393

53945394
universalify@^2.0.0:
53955395
version "2.0.0"

0 commit comments

Comments
 (0)