From c3c8b7f123e44307df140cd57084e4e81ded863c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:05:01 +0000 Subject: [PATCH] chore(deps): bump @polar-sh/sdk from 0.46.5 to 0.46.6 Bumps [@polar-sh/sdk](https://github.com/polarsource/polar-js) from 0.46.5 to 0.46.6. - [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.46.5...v0.46.6) --- updated-dependencies: - dependency-name: "@polar-sh/sdk" dependency-version: 0.46.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/payment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payment/package.json b/packages/payment/package.json index d315f3cff3..ae167b7ce2 100644 --- a/packages/payment/package.json +++ b/packages/payment/package.json @@ -11,7 +11,7 @@ "dependencies": { "@polar-sh/checkout": "^0.2.0", "@polar-sh/nextjs": "^0.9.5", - "@polar-sh/sdk": "0.46.5" + "@polar-sh/sdk": "0.46.6" }, "devDependencies": { "@tuturuuu/typescript-config": "workspace:*"