Skip to content

Commit 159e4f4

Browse files
Update dependency @types/node to v24
1 parent 7cc9c86 commit 159e4f4

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
@@ -49,7 +49,7 @@
4949
"@types/dotenv": "8.2.3",
5050
"@types/fs-extra": "11.0.4",
5151
"@types/glob": "^8.1.0",
52-
"@types/node": "22.19.13",
52+
"@types/node": "24.11.0",
5353
"@types/ramda": "0.31.1",
5454
"@types/sinon": "17.0.4",
5555
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -912,12 +912,12 @@
912912
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.6.tgz#040a64d7faf9e5d9e940357125f0963012e66f04"
913913
integrity sha512-YHUZhBOMTM3mjFkXVcK+WwAcYmyhe1wL4lfqNtzI0b3qAy7yuSetnM7QJazgE5PFmgVTNGiLOgRFfJMqW7XpSQ==
914914

915-
"@types/node@22.19.13":
916-
version "22.19.13"
917-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.13.tgz#c03cab3d1f0e5542fa358ecfff08f9b34834884e"
918-
integrity sha512-akNQMv0wW5uyRpD2v2IEyRSZiR+BeGuoB6L310EgGObO44HSMNT8z1xzio28V8qOrgYaopIDNA18YgdXd+qTiw==
915+
"@types/node@24.11.0":
916+
version "24.11.0"
917+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
918+
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
919919
dependencies:
920-
undici-types "~6.21.0"
920+
undici-types "~7.16.0"
921921

922922
"@types/node@^12.12.6":
923923
version "12.20.26"
@@ -9236,10 +9236,10 @@ underscore@1.9.1:
92369236
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
92379237
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
92389238

9239-
undici-types@~6.21.0:
9240-
version "6.21.0"
9241-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9242-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
9239+
undici-types@~7.16.0:
9240+
version "7.16.0"
9241+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
9242+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
92439243

92449244
union-value@^1.0.0:
92459245
version "1.0.1"

0 commit comments

Comments
 (0)