Skip to content

Commit 2dc3bf1

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

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.9.4",
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.9.4":
1573+
version "22.9.4"
1574+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2"
1575+
integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==
1576+
dependencies:
1577+
undici-types "~6.19.8"
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.19.8:
3920+
version "6.19.8"
3921+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3922+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
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)