Skip to content

Commit b87ae32

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

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": "20.17.11",
48+
"@types/node": "22.10.5",
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@20.17.11":
164-
version "20.17.11"
165-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.11.tgz#2c05215fc37316b1596df7fbdba52151eaf83c50"
166-
integrity sha512-Ept5glCK35R8yeyIeYlRIZtX6SLRyqMhOFTgj5SOkMpLTdw3SEHI9fHx60xaUZ+V1aJxQJODE+7/j5ocZydYTg==
163+
"@types/node@22.10.5":
164+
version "22.10.5"
165+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
166+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
167167
dependencies:
168-
undici-types "~6.19.2"
168+
undici-types "~6.20.0"
169169

170170
"@types/semver@^7.3.12":
171171
version "7.5.8"
@@ -1965,10 +1965,10 @@ unbox-primitive@^1.0.2:
19651965
has-symbols "^1.0.3"
19661966
which-boxed-primitive "^1.0.2"
19671967

1968-
undici-types@~6.19.2:
1969-
version "6.19.8"
1970-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
1971-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
1968+
undici-types@~6.20.0:
1969+
version "6.20.0"
1970+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1971+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
19721972

19731973
uri-js@^4.2.2:
19741974
version "4.4.1"

0 commit comments

Comments
 (0)