Skip to content

Commit ef0a3c2

Browse files
Update dependency @types/node to v22 (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 112ffd4 commit ef0a3c2

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": "4.3.20",
2626
"@types/dotenv": "8.2.3",
2727
"@types/mocha": "10.0.10",
28-
"@types/node": "18.19.67",
28+
"@types/node": "22.10.1",
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
@@ -1644,12 +1644,12 @@
16441644
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.10.tgz#7aa732cc47341c12a16b7d562f519c2383b6d4fc"
16451645
integrity sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==
16461646

1647-
"@types/node@18.19.67":
1648-
version "18.19.67"
1649-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67.tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d"
1650-
integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==
1647+
"@types/node@22.10.1":
1648+
version "22.10.1"
1649+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
1650+
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
16511651
dependencies:
1652-
undici-types "~5.26.4"
1652+
undici-types "~6.20.0"
16531653

16541654
"@types/node@^12.12.6":
16551655
version "12.20.23"
@@ -9605,10 +9605,10 @@ underscore@1.9.1:
96059605
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
96069606
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
96079607

9608-
undici-types@~5.26.4:
9609-
version "5.26.5"
9610-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
9611-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
9608+
undici-types@~6.20.0:
9609+
version "6.20.0"
9610+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
9611+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
96129612

96139613
undici@^5.4.0:
96149614
version "5.4.0"

0 commit comments

Comments
 (0)