From d958e77277c186a8662813e3850f69ec0f79a466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:05:01 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) and [nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils). Updates `better-sqlite3` from 12.11.1 to 13.0.2 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.11.1...v13.0.2) Updates `nuxt-auth-utils` from 0.5.29 to 0.5.30 - [Release notes](https://github.com/atinux/nuxt-auth-utils/releases) - [Changelog](https://github.com/atinux/nuxt-auth-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/atinux/nuxt-auth-utils/compare/v0.5.29...v0.5.30) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 13.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: nuxt-auth-utils dependency-version: 0.5.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64d9677..81b0cc4 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "@nuxt/scripts": "^1.2.1", "@tailwindcss/vite": "^4.3.1", "@unhead/vue": "^3.1.4", - "better-sqlite3": "^12.11.1", + "better-sqlite3": "^13.0.2", "daisyui": "^5.5.23", "drizzle-orm": "^0.45.2", "eslint": "^10.5.0", "nuxt": "^4.4.8", "hash-wasm": "^4.12.0", - "nuxt-auth-utils": "0.5.29", + "nuxt-auth-utils": "0.5.30", "tailwindcss": "^4.3.1", "vue": "^3.5.38", "vue-router": "^5.1.0"