From a711d206868ad16b3302e0289086e9d63fca8fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:21:53 +0000 Subject: [PATCH] deps(api): bump stripe from 17.7.0 to 20.1.0 in /api Bumps [stripe](https://github.com/stripe/stripe-node) from 17.7.0 to 20.1.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v17.7.0...v20.1.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 20.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index bf998c3..4e2fbbd 100644 --- a/api/package.json +++ b/api/package.json @@ -58,7 +58,7 @@ "playwright": "^1.49.1", "rate-limiter-flexible": "^9.0.1", "resend": "^6.6.0", - "stripe": "^17.5.0", + "stripe": "^20.1.0", "zod": "^3.24.1" }, "devDependencies": {