Skip to content

Commit f5b5c7c

Browse files
Update dependency @types/node to v22
1 parent 9f7ba2d commit f5b5c7c

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
@@ -81,7 +81,7 @@
8181
"@testing-library/react": "14.3.1",
8282
"@types/jest": "29.5.14",
8383
"@types/loadable__component": "5.13.9",
84-
"@types/node": "20.17.2",
84+
"@types/node": "22.10.0",
8585
"@types/postcss-flexbugs-fixes": "5.0.3",
8686
"@types/react": "18.3.12",
8787
"@types/react-dom": "18.3.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2389,12 +2389,12 @@
23892389
dependencies:
23902390
undici-types "~5.25.1"
23912391

2392-
"@types/node@20.17.2":
2393-
version "20.17.2"
2394-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.2.tgz#3ca40ef7d776c85a1db3df23cbb5bfb3c384a92e"
2395-
integrity sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg==
2392+
"@types/node@22.10.0":
2393+
version "22.10.0"
2394+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81"
2395+
integrity sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==
23962396
dependencies:
2397-
undici-types "~6.19.2"
2397+
undici-types "~6.20.0"
23982398

23992399
"@types/normalize-package-data@^2.4.1":
24002400
version "2.4.2"
@@ -10001,10 +10001,10 @@ undici-types@~5.25.1:
1000110001
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
1000210002
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
1000310003

10004-
undici-types@~6.19.2:
10005-
version "6.19.6"
10006-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
10007-
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
10004+
undici-types@~6.20.0:
10005+
version "6.20.0"
10006+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
10007+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1000810008

1000910009
unicode-canonical-property-names-ecmascript@^2.0.0:
1001010010
version "2.0.0"

0 commit comments

Comments
 (0)