Skip to content

Commit 80cf539

Browse files
Bump @types/node from 20.14.12 to 22.10.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.10.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d26e9a6 commit 80cf539

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-commonjs": "^26.0.1",
4949
"@rollup/plugin-node-resolve": "^15.2.3",
5050
"@types/jest": "^29.5.12",
51-
"@types/node": "^20.14.2",
51+
"@types/node": "^22.10.5",
5252
"@typescript-eslint/eslint-plugin": "^7.13.0",
5353
"@typescript-eslint/parser": "^7.13.0",
5454
"babel-jest": "^29.7.0",

yarn.lock

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

1976-
"@types/node@*", "@types/node@^20.14.2":
1977-
version "20.14.12"
1978-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.12.tgz#129d7c3a822cb49fc7ff661235f19cfefd422b49"
1979-
integrity sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==
1976+
"@types/node@*", "@types/node@^22.10.5":
1977+
version "22.10.5"
1978+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1979+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
19801980
dependencies:
1981-
undici-types "~5.26.4"
1981+
undici-types "~6.20.0"
19821982

19831983
"@types/node@^12.7.1":
19841984
version "12.20.55"
@@ -6942,10 +6942,10 @@ unbox-primitive@^1.1.0:
69426942
has-symbols "^1.1.0"
69436943
which-boxed-primitive "^1.1.1"
69446944

6945-
undici-types@~5.26.4:
6946-
version "5.26.5"
6947-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6948-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6945+
undici-types@~6.20.0:
6946+
version "6.20.0"
6947+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6948+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
69496949

69506950
unicode-canonical-property-names-ecmascript@^2.0.0:
69516951
version "2.0.0"

0 commit comments

Comments
 (0)