Skip to content

Commit 7ef8e23

Browse files
chore(deps): update dependency @types/node to v22.14.0 (#1336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 459d1fb commit 7ef8e23

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@semantic-release/git": "10.0.1",
2929
"@types/express": "5.0.1",
3030
"@types/jest": "27.5.2",
31-
"@types/node": "22.13.17",
31+
"@types/node": "22.14.0",
3232
"@types/supertest": "6.0.3",
3333
"@typescript-eslint/eslint-plugin": "5.62.0",
3434
"@typescript-eslint/parser": "5.62.0",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nestjs/schematics": "9.0.4",
4343
"@nestjs/testing": "8.4.7",
4444
"@types/jest": "27.5.2",
45-
"@types/node": "22.13.17",
45+
"@types/node": "22.14.0",
4646
"jest": "26.6.3",
4747
"proxyquire": "2.1.3",
4848
"reflect-metadata": "0.2.2",

packages/core/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,12 @@
876876
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
877877
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
878878

879-
"@types/node@22.13.17":
880-
version "22.13.17"
881-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
882-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
879+
"@types/node@22.14.0":
880+
version "22.14.0"
881+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
882+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
883883
dependencies:
884-
undici-types "~6.20.0"
884+
undici-types "~6.21.0"
885885

886886
"@types/normalize-package-data@^2.4.0":
887887
version "2.4.0"
@@ -5216,10 +5216,10 @@ [email protected]:
52165216
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
52175217
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
52185218

5219-
undici-types@~6.20.0:
5220-
version "6.20.0"
5221-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5222-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
5219+
undici-types@~6.21.0:
5220+
version "6.21.0"
5221+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5222+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
52235223

52245224
union-value@^1.0.0:
52255225
version "1.0.1"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2012,12 +2012,12 @@
20122012
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.6.tgz#cb734a7c191472ae6a2b3a502b4dfffcea974113"
20132013
integrity sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA==
20142014

2015-
"@types/node@22.13.17":
2016-
version "22.13.17"
2017-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
2018-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
2015+
"@types/node@22.14.0":
2016+
version "22.14.0"
2017+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
2018+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
20192019
dependencies:
2020-
undici-types "~6.20.0"
2020+
undici-types "~6.21.0"
20212021

20222022
"@types/normalize-package-data@^2.4.0":
20232023
version "2.4.0"
@@ -12537,10 +12537,10 @@ unbox-primitive@^1.0.2:
1253712537
has-symbols "^1.0.3"
1253812538
which-boxed-primitive "^1.0.2"
1253912539

12540-
undici-types@~6.20.0:
12541-
version "6.20.0"
12542-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
12543-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
12540+
undici-types@~6.21.0:
12541+
version "6.21.0"
12542+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
12543+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1254412544

1254512545
union-value@^1.0.0:
1254612546
version "1.0.1"

0 commit comments

Comments
 (0)