diff --git a/package-lock.json b/package-lock.json index c35ec1f5..e765528c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "napcat", - "version": "4.9.25", + "version": "4.9.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "napcat", - "version": "4.9.25", + "version": "4.9.35", "dependencies": { "express": "^5.0.0", "silk-wasm": "^3.6.1", @@ -28,7 +28,7 @@ "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/multer": "^1.4.12", - "@types/node": "^22.0.1", + "@types/node": "^24.10.0", "@types/on-finished": "^2.3.4", "@types/qrcode-terminal": "^0.12.2", "@types/react-color": "^3.0.13", @@ -1992,13 +1992,13 @@ } }, "node_modules/@types/node": { - "version": "22.15.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.31.tgz", - "integrity": "sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/on-finished": { @@ -8632,9 +8632,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 29ff004f..45fb6e52 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/multer": "^1.4.12", - "@types/node": "^22.0.1", + "@types/node": "^24.10.0", "@types/on-finished": "^2.3.4", "@types/qrcode-terminal": "^0.12.2", "@types/react-color": "^3.0.13",