diff --git a/package-lock.json b/package-lock.json index e7d908e..58b9fec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,6 @@ "@radix-ui/react-tooltip": "^1.2.16", "@tanstack/react-virtual": "^3.14.9", "@upstash/redis": "^1.38.1", - "@vercel/blob": "2.6.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", @@ -42,7 +41,7 @@ "dompurify": "^3.4.5", "feedsmith": "^2.9.6", "hash-wasm": "^4.12.0", - "hono": "^4.12.23", + "hono": "^4.13.1", "lucide-react": "^1.28.0", "marked": "^18.0.7", "next-themes": "^0.4.6", @@ -5872,9 +5871,9 @@ } }, "node_modules/hono": { - "version": "4.12.33", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.33.tgz", - "integrity": "sha512-+SwvkaiJtxsiPjhy9LivY/1m7UsNqCJetM1BrZl9A5DkQhlbHQDU730mMiDPWjnoCYOM8Chf3WrCJw27kNTPFQ==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz", + "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -6016,9 +6015,9 @@ "license": "ISC" }, "node_modules/ip-address": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", - "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.4.0.tgz", + "integrity": "sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0756717..5aa277d 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "dompurify": "^3.4.5", "feedsmith": "^2.9.6", "hash-wasm": "^4.12.0", - "hono": "^4.12.23", + "hono": "^4.13.1", "lucide-react": "^1.28.0", "marked": "^18.0.7", "next-themes": "^0.4.6",