From 0135316376f5409cc9df63220587f3e789cd32fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:03:16 +0000 Subject: [PATCH] chore(deps): bump convex from 1.36.1 to 1.38.0 Bumps [convex](https://github.com/get-convex/convex-backend/tree/HEAD/npm-packages/convex) from 1.36.1 to 1.38.0. - [Release notes](https://github.com/get-convex/convex-backend/releases) - [Changelog](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/CHANGELOG.md) - [Commits](https://github.com/get-convex/convex-backend/commits/HEAD/npm-packages/convex) --- updated-dependencies: - dependency-name: convex dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 72 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 69 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c15466..085aba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@convex-dev/migrations": "^0.3.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "convex": "^1.36.1", + "convex": "^1.38.0", "lucide-react": "^1.11.0", "next": "16.2.4", "radix-ui": "^1.4.3", @@ -4148,6 +4148,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", @@ -5577,9 +5641,9 @@ "license": "MIT" }, "node_modules/convex": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/convex/-/convex-1.36.1.tgz", - "integrity": "sha512-NVnwNqU+h8jyPuS0Itvj4MPH9c2yF+tA/RNoSDpCqiLhmYD4+kZxm0dDkVM0QDzz66wem9NqheBb9YQGsHwzBQ==", + "version": "1.38.0", + "resolved": "https://registry.npmjs.org/convex/-/convex-1.38.0.tgz", + "integrity": "sha512-122AC6y5lUS7mr39cluLw9+TOtRX5d/XxeivHhHObs/NTXoVvOnIgDzexVcxaz6Rk0oLFSoydSR1rDCltEz/0A==", "license": "Apache-2.0", "dependencies": { "esbuild": "0.27.0", diff --git a/package.json b/package.json index d7ce232..0fd33bf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@convex-dev/migrations": "^0.3.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "convex": "^1.36.1", + "convex": "^1.38.0", "lucide-react": "^1.11.0", "next": "16.2.4", "radix-ui": "^1.4.3",