chore(deps): update dependency @types/node to v22.10.6 (#4128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-16 19:40:47 -08:00
committed by GitHub
parent 96ae5c7dce
commit 2ff4baeb18
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@@ -86,7 +86,7 @@
"@types/classnames": "2.3.4",
"@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.2",
"@types/node": "22.9.0",
"@types/node": "22.10.6",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/react-linkify": "1.0.4",
@@ -9128,12 +9128,12 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
"version": "22.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.6.tgz",
"integrity": "sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.8"
"undici-types": "~6.20.0"
}
},
"node_modules/@types/npmlog": {
@@ -39879,9 +39879,9 @@
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"license": "MIT"
},
"node_modules/unicode-canonical-property-names-ecmascript": {

View File

@@ -97,7 +97,7 @@
"@types/classnames": "2.3.4",
"@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.2",
"@types/node": "22.9.0",
"@types/node": "22.10.6",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/react-linkify": "1.0.4",