From 808385b79386a1ab79932a5572a4ffe725b22e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:13:52 +0000 Subject: [PATCH] chore(deps)(deps): bump stripe in /apps/api in the stripe group Bumps the stripe group in /apps/api with 1 update: [stripe](https://github.com/stripe/stripe-node). Updates `stripe` from 22.3.2 to 22.4.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/v22.3.2...v22.4.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stripe ... Signed-off-by: dependabot[bot] --- apps/api/bun.lock | 4 ++-- apps/api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/bun.lock b/apps/api/bun.lock index 6405f67..412b0bb 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -36,7 +36,7 @@ "postgres": "3.4.9", "prom-client": "15.1.3", "resend": "6.18.0", - "stripe": "22.3.2", + "stripe": "22.4.0", "web-push": "3.6.7", }, "devDependencies": { @@ -1371,7 +1371,7 @@ "strip-json-comments": ["strip-json-comments@5.0.3", "", {}, "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw=="], - "stripe": ["stripe@22.3.2", "", { "peerDependencies": { "@types/node": ">=18" }, "optionalPeers": ["@types/node"] }, "sha512-O13QOvgEIQvDlTy6Ubb5kB980wpbhmoZNsgCXKILjCMZS67f+bW+6w99k3gnSi/N1lkryoj1WYdpGT5Wc5edjg=="], + "stripe": ["stripe@22.4.0", "", { "peerDependencies": { "@types/node": ">=18" }, "optionalPeers": ["@types/node"] }, "sha512-LVJ+tcSYeqOSnXr3i+Kz2tZ7y0crLLdP2uwD/4wccrmEVyn0g/Heo0pF7as7rxS/sOjJzrb1lxgZY0Y0Dx1pSA=="], "strtok3": ["strtok3@10.3.5", "", { "dependencies": { "@tokenizer/token": "^0.3.0" } }, "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA=="], diff --git a/apps/api/package.json b/apps/api/package.json index de6c93b..8115443 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -81,7 +81,7 @@ "postgres": "3.4.9", "prom-client": "15.1.3", "resend": "6.18.0", - "stripe": "22.3.2", + "stripe": "22.4.0", "web-push": "3.6.7" }, "devDependencies": {