From 9ff91f243316f7d30cfcadf2c217d822804ad3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:05:43 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [@polar-sh/sdk](https://github.com/polarsource/polar-js), [nanoid](https://github.com/ai/nanoid) and [nodemailer](https://github.com/nodemailer/nodemailer). Updates `@polar-sh/sdk` from 0.47.1 to 0.48.1 - [Release notes](https://github.com/polarsource/polar-js/releases) - [Changelog](https://github.com/polarsource/polar-js/blob/main/RELEASES.md) - [Commits](https://github.com/polarsource/polar-js/compare/v0.47.1...v0.48.1) Updates `nanoid` from 5.1.16 to 6.0.0 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.1.16...6.0.0) Updates `nodemailer` from 8.0.11 to 9.0.3 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.11...v9.0.3) --- updated-dependencies: - dependency-name: "@polar-sh/sdk" dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: nanoid dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: nodemailer dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b1cfed2..04f9724 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "@lucide/svelte": "^1.16.0", "@opentelemetry/api": "^1.9.1", "@polar-sh/better-auth": "^1.8.4", - "@polar-sh/sdk": "^0.47.1", + "@polar-sh/sdk": "^0.48.1", "better-auth": "^1.6.11", "clsx": "^2.1.1", "cron-parser": "^5.5.0", "drizzle-orm": "^0.45.2", "mode-watcher": "^1.1.0", - "nanoid": "^5.1.11", - "nodemailer": "^8.0.7", + "nanoid": "^6.0.0", + "nodemailer": "^9.0.3", "pino": "^10.3.1", "postgres": "^3.4.9", "runed": "^0.37.1",