Skip to content

Commit f3cfa50

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tooling/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@rollup/plugin-terser": "0.4.4",
4747
"@rollup/plugin-typescript": "11.1.6",
48-
"@types/node": "22.13.10",
48+
"@types/node": "22.14.0",
4949
"@typescript-eslint/eslint-plugin": "5.62.0",
5050
"@typescript-eslint/parser": "5.62.0",
5151
"eslint": "8.57.1",

tooling/api/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@
160160
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
161161
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
162162

163-
"@types/node@22.13.10":
164-
version "22.13.10"
165-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
166-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
163+
"@types/node@22.14.0":
164+
version "22.14.0"
165+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
166+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
167167
dependencies:
168-
undici-types "~6.20.0"
168+
undici-types "~6.21.0"
169169

170170
"@types/semver@^7.3.12":
171171
version "7.5.8"
@@ -2030,10 +2030,10 @@ unbox-primitive@^1.0.2:
20302030
has-symbols "^1.0.3"
20312031
which-boxed-primitive "^1.0.2"
20322032

2033-
undici-types@~6.20.0:
2034-
version "6.20.0"
2035-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2036-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
2033+
undici-types@~6.21.0:
2034+
version "6.21.0"
2035+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2036+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
20372037

20382038
uri-js@^4.2.2:
20392039
version "4.4.1"

0 commit comments

Comments
 (0)