Skip to content

Commit ba1e68c

Browse files
Update dependency @types/node to v20.16.0
1 parent ecbdf83 commit ba1e68c

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
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@ava/typescript": "5.0.0",
2424
"@types/dotenv": "8.2.0",
25-
"@types/node": "20.15.0",
25+
"@types/node": "20.16.0",
2626
"@types/ramda": "0.30.1",
2727
"@typescript-eslint/eslint-plugin": "8.1.0",
2828
"@typescript-eslint/parser": "8.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,12 @@
501501
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a"
502502
integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==
503503

504-
"@types/node@20.15.0":
505-
version "20.15.0"
506-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.15.0.tgz#7305f7fe7c62cd31047ed8d65c5092f0b0e1c55d"
507-
integrity sha512-eQf4OkH6gA9v1W0iEpht/neozCsZKMTK+C4cU6/fv7wtJCCL8LEQ4hie2Ln8ZP/0YYM2xGj7//f8xyqItkJ6QA==
504+
"@types/node@20.16.0":
505+
version "20.16.0"
506+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.0.tgz#02e5cd414f76bf345874ee65a1e5590d755d894f"
507+
integrity sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==
508508
dependencies:
509-
undici-types "~6.13.0"
509+
undici-types "~6.19.2"
510510

511511
"@types/pbkdf2@^3.0.0":
512512
version "3.1.0"
@@ -3848,10 +3848,10 @@ typical@^5.2.0:
38483848
resolved "https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066"
38493849
integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==
38503850

3851-
undici-types@~6.13.0:
3852-
version "6.13.0"
3853-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
3854-
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
3851+
undici-types@~6.19.2:
3852+
version "6.19.6"
3853+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
3854+
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
38553855

38563856
unicorn-magic@^0.1.0:
38573857
version "0.1.0"

0 commit comments

Comments
 (0)