Skip to content

Commit e2ad699

Browse files
Update dependency @types/node to v22
1 parent 3a4a8f2 commit e2ad699

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@typedorm/common": "1.15.3",
4848
"@typedorm/core": "1.15.3",
4949
"@types/jest": "29.4.0",
50-
"@types/node": "18.14.2",
50+
"@types/node": "22.10.2",
5151
"@typescript-eslint/eslint-plugin": "6.0.0",
5252
"@typescript-eslint/parser": "6.0.0",
5353
"aws-sdk": "2.1323.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,10 +1569,12 @@
15691569
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f"
15701570
integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==
15711571

1572-
"@types/node@18.14.2":
1573-
version "18.14.2"
1574-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
1575-
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==
1572+
"@types/node@22.10.2":
1573+
version "22.10.2"
1574+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
1575+
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
1576+
dependencies:
1577+
undici-types "~6.20.0"
15761578

15771579
"@types/prettier@^2.1.5":
15781580
version "2.7.2"
@@ -3914,6 +3916,11 @@ uid@2.0.2:
39143916
dependencies:
39153917
"@lukeed/csprng" "^1.0.0"
39163918

3919+
undici-types@~6.20.0:
3920+
version "6.20.0"
3921+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3922+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3923+
39173924
update-browserslist-db@^1.0.10:
39183925
version "1.0.10"
39193926
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"

0 commit comments

Comments
 (0)