From 40deef9ec2e783e0386b4ae568da9c38188d38d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:31:50 +0000 Subject: [PATCH] chore(deps): bump stripe from 20.4.1 to 22.1.0 in /tap-dashboard Bumps [stripe](https://github.com/stripe/stripe-node) from 20.4.1 to 22.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/v20.4.1...v22.1.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index 88146d99..5a8d1e12 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -38,7 +38,7 @@ "recharts": "^2.10.0", "resend": "^6.9.3", "server-only": "^0.0.1", - "stripe": "^20.4.1", + "stripe": "^22.1.0", "tailwind-merge": "^3.5.0", "uuid": "^13.0.0", "zod": "^4.3.6"