Skip to content

Commit 9bb4a64

Browse files
Update dependency @types/node to v22.17.2 (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea93f3f commit 9bb4a64

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
@@ -25,7 +25,7 @@
2525
"@types/chai": "5.2.2",
2626
"@types/dotenv": "8.2.3",
2727
"@types/mocha": "10.0.10",
28-
"@types/node": "22.10.1",
28+
"@types/node": "22.17.2",
2929
"@typescript-eslint/eslint-plugin": "5.62.0",
3030
"@typescript-eslint/parser": "5.62.0",
3131
"chai": "4.5.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,12 +1651,12 @@
16511651
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.10.tgz#7aa732cc47341c12a16b7d562f519c2383b6d4fc"
16521652
integrity sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==
16531653

1654-
"@types/node@22.10.1":
1655-
version "22.10.1"
1656-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
1657-
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
1654+
"@types/node@22.17.2":
1655+
version "22.17.2"
1656+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.2.tgz#47a93d6f4b79327da63af727e7c54e8cab8c4d33"
1657+
integrity sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==
16581658
dependencies:
1659-
undici-types "~6.20.0"
1659+
undici-types "~6.21.0"
16601660

16611661
"@types/node@^12.12.6":
16621662
version "12.20.23"
@@ -9612,10 +9612,10 @@ underscore@1.9.1:
96129612
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
96139613
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
96149614

9615-
undici-types@~6.20.0:
9616-
version "6.20.0"
9617-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
9618-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
9615+
undici-types@~6.21.0:
9616+
version "6.21.0"
9617+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9618+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
96199619

96209620
undici@^5.4.0:
96219621
version "5.4.0"

0 commit comments

Comments
 (0)