diff --git a/package-lock.json b/package-lock.json index d545636..0add946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.4", - "convex": "^1.18.2", + "convex": "^1.19.0", "emoji-picker-react": "^4.12.0", "lodash.debounce": "^4.0.8", "lucide-react": "^0.473.0", @@ -6690,9 +6690,9 @@ "license": "MIT" }, "node_modules/convex": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/convex/-/convex-1.18.2.tgz", - "integrity": "sha512-a9VVy9Ss7Z5Twt80t0yekyB4CWUWB3EpH5aru5MxqD8EX2QLnu9lNtsTc+eKM1V1CTVvC3LuYaBWBdcvFqMsYQ==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/convex/-/convex-1.19.0.tgz", + "integrity": "sha512-TcglkEi392oK0Ah+zDoetFCRFXBM/lvCewi6AWfIgVCtVc9I/xdimdFOLN602V5wp7H4PN8wotpdIoixwSH7mQ==", "license": "Apache-2.0", "dependencies": { "esbuild": "0.23.0", diff --git a/package.json b/package.json index d5e5e4e..6b11058 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.4", - "convex": "^1.18.2", + "convex": "^1.19.0", "emoji-picker-react": "^4.12.0", "lodash.debounce": "^4.0.8", "lucide-react": "^0.473.0",