Skip to content

Commit f9d5aae

Browse files
Update dependency @types/node to v22
1 parent 18dbb7a commit f9d5aae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/user-event": "14.5.2",
1414
"@types/aos": "3.0.7",
1515
"@types/jest": "28.1.8",
16-
"@types/node": "20.14.2",
16+
"@types/node": "22.10.5",
1717
"@types/react": "18.2.3",
1818
"@types/react-dom": "18.3.0",
1919
"@types/react-scroll": "1.8.10",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,12 +2048,12 @@
20482048
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83"
20492049
integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==
20502050

2051-
"@types/node@20.14.2":
2052-
version "20.14.2"
2053-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
2054-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
2051+
"@types/node@22.10.5":
2052+
version "22.10.5"
2053+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
2054+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
20552055
dependencies:
2056-
undici-types "~5.26.4"
2056+
undici-types "~6.20.0"
20572057

20582058
"@types/parse-json@^4.0.0":
20592059
version "4.0.0"
@@ -9989,10 +9989,10 @@ unbox-primitive@^1.0.2:
99899989
has-symbols "^1.0.3"
99909990
which-boxed-primitive "^1.0.2"
99919991

9992-
undici-types@~5.26.4:
9993-
version "5.26.5"
9994-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
9995-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
9992+
undici-types@~6.20.0:
9993+
version "6.20.0"
9994+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
9995+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
99969996

99979997
unicode-canonical-property-names-ecmascript@^2.0.0:
99989998
version "2.0.0"

0 commit comments

Comments
 (0)