diff --git a/package-lock.json b/package-lock.json index fb48893..71bc176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "client": { "name": "monolith-client", - "version": "2.3.2", + "version": "2.4.0", "dependencies": { "@base-ui/react": "^1.4.1", "@monaco-editor/react": "^4.7.0", @@ -56,15 +56,6 @@ "vite-plugin-pwa": "^1.2.0" } }, - "client/node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", - "license": "(MPL-2.0 OR Apache-2.0)", - "optionalDependencies": { - "@types/trusted-types": "^2.0.7" - } - }, "client/node_modules/marked": { "version": "17.0.6", "license": "MIT", @@ -9602,9 +9593,9 @@ } }, "node_modules/hono": { - "version": "4.12.15", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", - "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", + "version": "4.12.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -15359,12 +15350,12 @@ }, "server": { "name": "monolith-server", - "version": "2.3.2", + "version": "2.4.0", "dependencies": { "@aws-sdk/client-s3": "^3.1037.0", "@libsql/client": "^0.17.3", "drizzle-orm": "^0.45.2", - "hono": "^4.12.15", + "hono": "^4.12.18", "postgres": "^3.4.9" }, "devDependencies": { diff --git a/server/package.json b/server/package.json index d65d4e4..def90a7 100644 --- a/server/package.json +++ b/server/package.json @@ -17,7 +17,7 @@ "@aws-sdk/client-s3": "^3.1037.0", "@libsql/client": "^0.17.3", "drizzle-orm": "^0.45.2", - "hono": "^4.12.15", + "hono": "^4.12.18", "postgres": "^3.4.9" }, "devDependencies": {