From 0caa53b67f75eabd92875374d4439859a713c4d1 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sat, 13 Sep 2025 23:39:50 +0530 Subject: [PATCH] v3.7.0 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 38f66ff..244a29a 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@astrojs/mdx": "4.3.5", "@astrojs/node": "9.4.3", "@astrojs/react": "^4.3.1", - "@better-auth/sso": "^1.3.8", + "@better-auth/sso": "^1.3.9", "@octokit/plugin-throttling": "^11.0.1", "@octokit/rest": "^22.0.0", "@radix-ui/react-accordion": "^1.2.12", @@ -34,7 +34,7 @@ "@types/canvas-confetti": "^1.9.0", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.9", - "astro": "^5.13.6", + "astro": "^5.13.7", "bcryptjs": "^3.0.2", "better-auth": "^1.3.9", "canvas-confetti": "^1.9.3", diff --git a/package.json b/package.json index 377e9e4..375f4f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "3.6.0", + "version": "3.7.0", "engines": { "bun": ">=1.2.9" },