Skip to content

Commit b23d770

Browse files
chore(deps): update dependency @types/node to v24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1429499 commit b23d770

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/classnames": "^2.3.1",
3434
"@types/dagre": "^0.7.53",
3535
"@types/git-url-parse": "^9.0.0",
36-
"@types/node": "^17.0.21",
36+
"@types/node": "^24.0.0",
3737
"@types/react": "17.0.91",
3838
"@types/react-redux": "7.1.34",
3939
"@types/semver": "7.7.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,10 +2005,12 @@
20052005
dependencies:
20062006
undici-types "~7.18.0"
20072007

2008-
"@types/node@^17.0.21":
2009-
version "17.0.45"
2010-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
2011-
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
2008+
"@types/node@^24.0.0":
2009+
version "24.11.0"
2010+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
2011+
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
2012+
dependencies:
2013+
undici-types "~7.16.0"
20122014

20132015
"@types/normalize-package-data@^2.4.0":
20142016
version "2.4.4"
@@ -10680,6 +10682,11 @@ underscore.string@~3.3.4:
1068010682
sprintf-js "^1.1.1"
1068110683
util-deprecate "^1.0.2"
1068210684

10685+
undici-types@~7.16.0:
10686+
version "7.16.0"
10687+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
10688+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
10689+
1068310690
undici-types@~7.18.0:
1068410691
version "7.18.2"
1068510692
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"

0 commit comments

Comments
 (0)