Skip to content

Commit d9446c2

Browse files
Update dependency @types/node to ^18.19.78
1 parent 2117a27 commit d9446c2

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": "^18.19.78",
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@^18.19.78":
1268+
version "18.19.78"
1269+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.78.tgz#29f5e7b947840c7aa9050ecac920fe6b1c7646a0"
1270+
integrity sha512-m1ilZCTwKLkk9rruBJXFeYN0Bc5SbjirwYX/Td3MqPfioYbgun3IvK/m8dQxMCnrPGZPg1kvXjp3SIekCN/ynw==
1271+
dependencies:
1272+
undici-types "~5.26.4"
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@~5.26.4:
3948+
version "5.26.5"
3949+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3950+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
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)