diff --git a/package-lock.json b/package-lock.json index 866359be..ffb226c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6562,9 +6562,9 @@ } }, "node_modules/hono": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz", - "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==", + "version": "4.13.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.7.tgz", + "integrity": "sha512-c8/gF9ac8Y78/agExVocyLevgR+JlpNB444Py0FSX8pJoPdYUfUzRcXtYEYGwt6l19qIlVZPN5Mfsw9jFShmQQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 7af82027..19c84a95 100644 --- a/package.json +++ b/package.json @@ -129,19 +129,15 @@ "overrides": { "axios": "$axios", "undici": "$undici", - "basic-ftp": "^5.3.1", "ws": "^8.21.2", "postcss": "^8.5.25", "esbuild": "^0.28.1", "brace-expansion": "^5.0.9", "fast-uri": "^3.1.5", "tar": "^7.5.22", - "hono": "^4.13.0", + "hono": "^4.13.5", "@hono/node-server": "^2.1.0", - "ip-address": "^10.4.0", - "jayson": { - "uuid": "^11.1.1" - } + "ip-address": "^10.4.0" }, "engines": { "node": ">=22"