diff --git a/package-lock.json b/package-lock.json index 9909c30..5b7a5ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codra", - "version": "0.9.0", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codra", - "version": "0.9.0", + "version": "0.9.2", "license": "AGPL-3.0-only", "dependencies": { "@radix-ui/react-dialog": "^1.1.15", @@ -16,7 +16,7 @@ "@radix-ui/react-tooltip": "^1.2.8", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "hono": "^4.12.12", + "hono": "^4.12.25", "jsonrepair": "^3.13.3", "lucide-react": "^1.8.0", "picomatch": "^4.0.4", @@ -4616,9 +4616,9 @@ } }, "node_modules/hono": { - "version": "4.12.22", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.22.tgz", - "integrity": "sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 0210a1f..7e7316e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@radix-ui/react-tooltip": "^1.2.8", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "hono": "^4.12.12", + "hono": "^4.12.25", "jsonrepair": "^3.13.3", "lucide-react": "^1.8.0", "picomatch": "^4.0.4",