Skip to content

Commit 2fb44cd

Browse files
Update dependency @types/node to v22
1 parent 67de957 commit 2fb44cd

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.9",
84+
"@types/node": "22.14.1",
8585
"@types/postcss-flexbugs-fixes": "5.0.3",
8686
"@types/react": "18.3.14",
8787
"@types/react-dom": "18.3.3",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2371,12 +2371,12 @@
23712371
dependencies:
23722372
undici-types "~5.25.1"
23732373

2374-
"@types/node@20.17.9":
2375-
version "20.17.9"
2376-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.9.tgz#5f141d4b7ee125cdee5faefe28de095398865bab"
2377-
integrity sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==
2374+
"@types/node@22.14.1":
2375+
version "22.14.1"
2376+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
2377+
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
23782378
dependencies:
2379-
undici-types "~6.19.2"
2379+
undici-types "~6.21.0"
23802380

23812381
"@types/normalize-package-data@^2.4.1":
23822382
version "2.4.2"
@@ -9977,10 +9977,10 @@ undici-types@~5.25.1:
99779977
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
99789978
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
99799979

9980-
undici-types@~6.19.2:
9981-
version "6.19.6"
9982-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
9983-
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
9980+
undici-types@~6.21.0:
9981+
version "6.21.0"
9982+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9983+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
99849984

99859985
unicode-canonical-property-names-ecmascript@^2.0.0:
99869986
version "2.0.0"

0 commit comments

Comments
 (0)