Skip to content

Commit ed5896c

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@types/jest-axe": "3.5.9",
123123
"@types/jest-expect-message": "1.1.0",
124124
"@types/next-pwa": "5.6.9",
125-
"@types/node": "20.10.8",
125+
"@types/node": "22.10.5",
126126
"@types/nprogress": "0.2.3",
127127
"@types/react": "18.2.79",
128128
"@types/react-dom": "18.2.25",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -5322,18 +5322,18 @@
53225322
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85"
53235323
integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==
53245324

5325-
5326-
version "20.10.8"
5327-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.8.tgz#f1e223cbde9e25696661d167a5b93a9b2a5d57c7"
5328-
integrity sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==
5329-
dependencies:
5330-
undici-types "~5.26.4"
5331-
53325325
53335326
version "20.5.1"
53345327
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
53355328
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
53365329

5330+
5331+
version "22.10.5"
5332+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
5333+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
5334+
dependencies:
5335+
undici-types "~6.20.0"
5336+
53375337
"@types/node@^18.0.0":
53385338
version "18.18.6"
53395339
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
@@ -15749,10 +15749,10 @@ unbox-primitive@^1.0.2:
1574915749
has-symbols "^1.0.3"
1575015750
which-boxed-primitive "^1.0.2"
1575115751

15752-
undici-types@~5.26.4:
15753-
version "5.26.5"
15754-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
15755-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
15752+
undici-types@~6.20.0:
15753+
version "6.20.0"
15754+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
15755+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1575615756

1575715757
unicode-canonical-property-names-ecmascript@^2.0.0:
1575815758
version "2.0.0"

0 commit comments

Comments
 (0)