Merge pull request #37 from F04C/dependabot/npm_and_yarn/types/node-22.10.10

Bump @types/node from 22.9.3 to 22.10.10
This commit is contained in:
2025-01-27 21:56:08 +08:00
2 changed files with 11 additions and 9 deletions
+10 -8
View File
@@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^22.9.3",
"@types/node": "^22.10.10",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
@@ -705,11 +705,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz",
"integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==",
"version": "22.10.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
"integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.8"
"undici-types": "~6.20.0"
}
},
"node_modules/@types/ws": {
@@ -3465,9 +3466,10 @@
}
},
"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/universalify": {
"version": "2.0.0",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^22.9.3",
"@types/node": "^22.10.10",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",