Skip to content

Commit b93107b

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@tsconfig/node16": "1.0.4",
22-
"@types/node": "22.13.17",
22+
"@types/node": "22.14.0",
2323
"@typescript-eslint/eslint-plugin": "7.18.0",
2424
"@typescript-eslint/parser": "7.18.0",
2525
"eslint": "8.57.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
9090
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
9191

92-
"@types/node@22.13.17":
93-
version "22.13.17"
94-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
95-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
92+
"@types/node@22.14.0":
93+
version "22.14.0"
94+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
95+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
9696
dependencies:
97-
undici-types "~6.20.0"
97+
undici-types "~6.21.0"
9898

9999
"@typescript-eslint/eslint-plugin@7.18.0":
100100
version "7.18.0"
@@ -1856,10 +1856,10 @@ unbox-primitive@^1.1.0:
18561856
has-symbols "^1.1.0"
18571857
which-boxed-primitive "^1.1.1"
18581858

1859-
undici-types@~6.20.0:
1860-
version "6.20.0"
1861-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1862-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1859+
undici-types@~6.21.0:
1860+
version "6.21.0"
1861+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1862+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
18631863

18641864
uri-js@^4.2.2:
18651865
version "4.4.1"

0 commit comments

Comments
 (0)