Skip to content

Commit 47915b7

Browse files
authored
Merge pull request #244 from increments/dependabot/npm_and_yarn/types/node-22.14.0
Bump @types/node from 22.13.10 to 22.14.0
2 parents 2b4c3a1 + 5b4324b commit 47915b7

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
@@ -26,7 +26,7 @@
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^5.0.0",
2828
"@types/jest": "^29.5.14",
29-
"@types/node": "^22.13.10",
29+
"@types/node": "^22.14.0",
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,12 +1161,12 @@
11611161
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
11621162
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
11631163

1164-
"@types/node@*", "@types/node@^22.13.10":
1165-
version "22.13.10"
1166-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
1167-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
1164+
"@types/node@*", "@types/node@^22.14.0":
1165+
version "22.14.0"
1166+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
1167+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
11681168
dependencies:
1169-
undici-types "~6.20.0"
1169+
undici-types "~6.21.0"
11701170

11711171
"@types/parse-json@^4.0.0":
11721172
version "4.0.0"
@@ -6294,10 +6294,10 @@ unbox-primitive@^1.0.2:
62946294
has-symbols "^1.0.3"
62956295
which-boxed-primitive "^1.0.2"
62966296

6297-
undici-types@~6.20.0:
6298-
version "6.20.0"
6299-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6300-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
6297+
undici-types@~6.21.0:
6298+
version "6.21.0"
6299+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
6300+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
63016301

63026302
unpipe@1.0.0, unpipe@~1.0.0:
63036303
version "1.0.0"

0 commit comments

Comments
 (0)