Skip to content

Commit 55ddc25

Browse files
authored
Update @types/node to version 25.0.9
1 parent 05584a0 commit 55ddc25

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@nestjs/cli": "9.5.0",
75-
"@types/node": "^18.15.11",
75+
"@types/node": "^25.0.9",
7676
"@types/passport-http": "^0.3.9",
7777
"@types/password": "^0.1.0",
7878
"@types/supertest": "^2.0.12",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,11 +1875,18 @@
18751875
dependencies:
18761876
"@types/node" "*"
18771877

1878-
"@types/node@*", "@types/node@^18.15.11":
1878+
"@types/node@*":
18791879
version "18.15.11"
18801880
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
18811881
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
18821882

1883+
"@types/node@^25.0.9":
1884+
version "25.0.9"
1885+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
1886+
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
1887+
dependencies:
1888+
undici-types "~7.16.0"
1889+
18831890
"@types/parse-json@^4.0.0":
18841891
version "4.0.0"
18851892
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
@@ -6671,6 +6678,11 @@ unbox-primitive@^1.0.2:
66716678
has-symbols "^1.0.3"
66726679
which-boxed-primitive "^1.0.2"
66736680

6681+
undici-types@~7.16.0:
6682+
version "7.16.0"
6683+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
6684+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
6685+
66746686
universalify@^2.0.0:
66756687
version "2.0.0"
66766688
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

0 commit comments

Comments
 (0)