Skip to content

Commit 1f26342

Browse files
chore(deps): update dependency @types/node to v18.19.121
1 parent 0c33ca4 commit 1f26342

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
@@ -48,7 +48,7 @@
4848
"@nestjs/testing": "9.1.4",
4949
"@types/express": "4.17.14",
5050
"@types/jest": "29.2.2",
51-
"@types/node": "18.11.9",
51+
"@types/node": "18.19.121",
5252
"@types/supertest": "2.0.12",
5353
"@typescript-eslint/eslint-plugin": "5.40.0",
5454
"@typescript-eslint/parser": "5.40.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,10 +1007,12 @@
10071007
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.4.tgz#54be907698f40de8a45770b48486aa3cbd3adff7"
10081008
integrity sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==
10091009

1010-
1011-
version "18.11.9"
1012-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
1013-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
1010+
1011+
version "18.19.121"
1012+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3"
1013+
integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ==
1014+
dependencies:
1015+
undici-types "~5.26.4"
10141016

10151017
"@types/parse-json@^4.0.0":
10161018
version "4.0.0"
@@ -4551,6 +4553,11 @@ [email protected]:
45514553
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
45524554
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
45534555

4556+
undici-types@~5.26.4:
4557+
version "5.26.5"
4558+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4559+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4560+
45544561
universalify@^2.0.0:
45554562
version "2.0.0"
45564563
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

0 commit comments

Comments
 (0)