Skip to content

Commit c6d0c82

Browse files
Update dependency @types/node to v22
1 parent 2117a27 commit c6d0c82

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@changesets/changelog-github": "^0.5.1",
2626
"@changesets/cli": "^2.27.12",
2727
"@types/jest": "^29.5.14",
28-
"@types/node": "^18.13.0",
28+
"@types/node": "^22.13.5",
2929
"@types/uuid": "^10.0.0",
3030
"@types/yargs": "17.0.33",
3131
"@typescript-eslint/eslint-plugin": "^5.62.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1264,10 +1264,12 @@
12641264
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
12651265
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
12661266

1267-
"@types/node@^18.13.0":
1268-
version "18.13.0"
1269-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
1270-
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
1267+
"@types/node@^22.13.5":
1268+
version "22.13.5"
1269+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.5.tgz#23add1d71acddab2c6a4d31db89c0f98d330b511"
1270+
integrity sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==
1271+
dependencies:
1272+
undici-types "~6.20.0"
12711273

12721274
"@types/pify@^5.0.4":
12731275
version "5.0.4"
@@ -3942,6 +3944,11 @@ typescript@^4.9.5:
39423944
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
39433945
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
39443946

3947+
undici-types@~6.20.0:
3948+
version "6.20.0"
3949+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3950+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3951+
39453952
universalify@^0.1.0:
39463953
version "0.1.2"
39473954
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)