Skip to content

Commit df2a4d8

Browse files
chore(deps): update dependency @types/node to v22 (#588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 231fa18 commit df2a4d8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "18.19.60",
50+
"@types/node": "22.8.2",
5151
"@types/nodemailer": "6.4.16",
5252
"@types/pug": "2.0.10",
5353
"@typescript-eslint/eslint-plugin": "8.12.0",

yarn.lock

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

693-
"@types/node@18.19.60":
694-
version "18.19.60"
695-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.60.tgz#3fca49e78e78588ab873af85e2bc2bbb9db8cdc4"
696-
integrity sha512-cYRj7igVqgxhlHFdBHHpU2SNw3+dN2x0VTZJtLYk6y/ieuGN4XiBgtDjYVktM/yk2y/8pKMileNc6IoEzEJnUw==
693+
"@types/node@22.8.2":
694+
version "22.8.2"
695+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
696+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
697697
dependencies:
698-
undici-types "~5.26.4"
698+
undici-types "~6.19.8"
699699

700700
"@types/nodemailer@6.4.16":
701701
version "6.4.16"
@@ -5384,10 +5384,10 @@ uid@2.0.2:
53845384
dependencies:
53855385
"@lukeed/csprng" "^1.0.0"
53865386

5387-
undici-types@~5.26.4:
5388-
version "5.26.5"
5389-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5390-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5387+
undici-types@~6.19.8:
5388+
version "6.19.8"
5389+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5390+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
53915391

53925392
universalify@^2.0.0:
53935393
version "2.0.0"

0 commit comments

Comments
 (0)