From 935bf5f68b3b8a6b61e56940097d9a814faa18d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:39:32 +0000 Subject: [PATCH] Bump the minor-and-patch group in /auth-service with 2 updates Bumps the minor-and-patch group in /auth-service with 2 updates: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) and [tsx](https://github.com/privatenumber/tsx). Updates `better-auth` from 1.2.8 to 1.2.9 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Commits](https://github.com/better-auth/better-auth/commits/v1.2.9/packages/better-auth) Updates `tsx` from 4.19.4 to 4.20.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.4...v4.20.3) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tsx dependency-version: 4.20.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- auth-service/package-lock.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/auth-service/package-lock.json b/auth-service/package-lock.json index 6cb1185..a9e427c 100644 --- a/auth-service/package-lock.json +++ b/auth-service/package-lock.json @@ -704,9 +704,10 @@ "license": "MIT" }, "node_modules/better-auth": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.2.8.tgz", - "integrity": "sha512-y8ry7ZW3/3ZIr82Eo1zUDtMzdoQlFnwNuZ0+b0RxoNZgqmvgTIc/0tCDC7NDJerqSu4UCzer0dvYxBsv3WMIGg==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.2.9.tgz", + "integrity": "sha512-WLqBXDzuaCQetQctLGC5oTfGmL32zUvxnM4Y+LZkhwseMaZWq5EKI+c/ZATgz2YkFt7726q659PF8CfB9P1VuA==", + "license": "MIT", "dependencies": { "@better-auth/utils": "0.2.5", "@better-fetch/fetch": "^1.1.18", @@ -717,7 +718,7 @@ "better-call": "^1.0.8", "defu": "^6.1.4", "jose": "^5.9.6", - "kysely": "^0.28.1", + "kysely": "^0.28.2", "nanostores": "^0.11.3", "zod": "^3.24.1" } @@ -2085,9 +2086,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.19.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz", - "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==", + "version": "4.20.3", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.3.tgz", + "integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==", "license": "MIT", "dependencies": { "esbuild": "~0.25.0",