Skip to content

Commit de099c6

Browse files
chore(deps): update dependency @types/node to v20
1 parent 73745b8 commit de099c6

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@changesets/changelog-github": "^0.5.2",
2626
"@changesets/cli": "^2.28.1",
2727
"@types/jest": "^30.0.0",
28-
"@types/node": "^18.13.0",
28+
"@types/node": "^20.19.34",
2929
"@types/uuid": "^10.0.0",
3030
"@types/yargs": "17.0.35",
3131
"@typescript-eslint/eslint-plugin": "^5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,10 +1597,12 @@
15971597
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
15981598
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
15991599

1600-
"@types/node@^18.13.0":
1601-
version "18.13.0"
1602-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
1603-
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
1600+
"@types/node@^20.19.34":
1601+
version "20.19.34"
1602+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.34.tgz#6eae179a306087a4001867a8866a9896241646e7"
1603+
integrity sha512-by3/Z0Qp+L9cAySEsSNNwZ6WWw8ywgGLPQGgbQDhNRSitqYgkgp4pErd23ZSCavbtUA2CN4jQtoB3T8nk4j3Rg==
1604+
dependencies:
1605+
undici-types "~6.21.0"
16041606

16051607
"@types/pify@^5.0.4":
16061608
version "5.0.4"
@@ -4506,6 +4508,11 @@ typescript@^4.9.5:
45064508
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
45074509
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
45084510

4511+
undici-types@~6.21.0:
4512+
version "6.21.0"
4513+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4514+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4515+
45094516
universalify@^0.1.0:
45104517
version "0.1.2"
45114518
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)