chore(deps): update dependency @types/node to v25.3.0

This commit is contained in:
Łukasz Mierzwa
2026-02-19 21:27:55 +00:00
committed by Łukasz Mierzwa
parent 1c6a507300
commit 656760a7fd
2 changed files with 9 additions and 9 deletions

16
ui/package-lock.json generated
View File

@@ -64,7 +64,7 @@
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
"@types/lodash.uniqueid": "4.0.9",
"@types/node": "25.2.3",
"@types/node": "25.3.0",
"@types/promise-retry": "1.1.6",
"@types/qs": "6.14.0",
"@types/react": "17.0.91",
@@ -4703,13 +4703,13 @@
}
},
"node_modules/@types/node": {
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz",
"integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==",
"version": "25.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.0.tgz",
"integrity": "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
"undici-types": "~7.18.0"
}
},
"node_modules/@types/parse-json": {
@@ -13184,9 +13184,9 @@
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"dev": true,
"license": "MIT"
},

View File

@@ -60,7 +60,7 @@
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
"@types/lodash.uniqueid": "4.0.9",
"@types/node": "25.2.3",
"@types/node": "25.3.0",
"@types/promise-retry": "1.1.6",
"@types/qs": "6.14.0",
"@types/react": "17.0.91",