Skip to content

Commit 29d83ba

Browse files
chore(deps): update dependency @types/node to v22
1 parent b293bc2 commit 29d83ba

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/graphql-relay": "^0.6.0",
6363
"@types/invariant": "^2.2.34",
6464
"@types/jest": "^26.0.15",
65-
"@types/node": "^14.14.7",
65+
"@types/node": "^22.10.5",
6666
"@types/react-dom": "^16.9.9",
6767
"@typescript-eslint/eslint-plugin": "^4.7.0",
6868
"@typescript-eslint/parser": "^4.7.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,10 +1554,12 @@
15541554
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
15551555
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
15561556

1557-
"@types/node@*", "@types/node@^14.14.7":
1558-
version "14.14.7"
1559-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
1560-
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
1557+
"@types/node@*", "@types/node@^22.10.5":
1558+
version "22.10.5"
1559+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1560+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
1561+
dependencies:
1562+
undici-types "~6.20.0"
15611563

15621564
"@types/normalize-package-data@^2.4.0":
15631565
version "2.4.0"
@@ -8199,6 +8201,11 @@ uglify-js@^3.1.4:
81998201
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7"
82008202
integrity sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==
82018203

8204+
undici-types@~6.20.0:
8205+
version "6.20.0"
8206+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
8207+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
8208+
82028209
unicode-canonical-property-names-ecmascript@^1.0.4:
82038210
version "1.0.4"
82048211
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)