Skip to content

Commit d042f62

Browse files
Bump @types/node from 22.10.5 to 22.10.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.5 to 22.10.7. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bba268d commit d042f62

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@svgr/webpack": "8.1.0",
2828
"@types/aria-query": "5.0.4",
2929
"@types/jest": "29.5.14",
30-
"@types/node": "^22.10.5",
30+
"@types/node": "^22.10.7",
3131
"@types/react": "19.0.4",
3232
"@types/react-dom": "19.0.2",
3333
"@types/styled-components": "5.1.34",

yarn.lock

+4-16
Original file line numberDiff line numberDiff line change
@@ -1663,17 +1663,10 @@
16631663
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
16641664
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
16651665

1666-
"@types/node@*":
1667-
version "20.10.4"
1668-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.4.tgz#b246fd84d55d5b1b71bf51f964bd514409347198"
1669-
integrity sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==
1670-
dependencies:
1671-
undici-types "~5.26.4"
1672-
1673-
"@types/node@^22.10.5":
1674-
version "22.10.5"
1675-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1676-
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
1666+
"@types/node@*", "@types/node@^22.10.7":
1667+
version "22.10.7"
1668+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
1669+
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
16771670
dependencies:
16781671
undici-types "~6.20.0"
16791672

@@ -5147,11 +5140,6 @@ unbox-primitive@^1.1.0:
51475140
has-symbols "^1.1.0"
51485141
which-boxed-primitive "^1.1.1"
51495142

5150-
undici-types@~5.26.4:
5151-
version "5.26.5"
5152-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5153-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5154-
51555143
undici-types@~6.20.0:
51565144
version "6.20.0"
51575145
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)