From d6e0ab6bdf229ece15ffa7cda3408a5293738833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:16:08 +0000 Subject: [PATCH] chore(deps)(deps): bump stripe Bumps the stripe group with 1 update in the /apps/api directory: [stripe](https://github.com/stripe/stripe-node). Updates `stripe` from 22.1.0 to 22.1.1 - [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.1.0...v22.1.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.1.1 dependency-type: direct:production update-type: version-update:semver-patch 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 d25ed824..5984fcf9 100644 --- a/apps/api/bun.lock +++ b/apps/api/bun.lock @@ -30,7 +30,7 @@ "pino-pretty": "13.1.3", "postgres": "3.4.9", "resend": "6.12.2", - "stripe": "22.1.0", + "stripe": "22.1.1", "web-push": "3.6.7", }, "devDependencies": { @@ -1170,7 +1170,7 @@ "strip-json-comments": ["strip-json-comments@5.0.3", "", {}, "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw=="], - "stripe": ["stripe@22.1.0", "", { "peerDependencies": { "@types/node": ">=18" }, "optionalPeers": ["@types/node"] }, "sha512-w/xHyJGxXWnLPbNHG13sz/fae0MrFGC80Oz7YbICQymbfpqfEcsoG+6yG+9BWb81PWc4rrkeSO4wmTcmefmbLw=="], + "stripe": ["stripe@22.1.1", "", { "peerDependencies": { "@types/node": ">=18" }, "optionalPeers": ["@types/node"] }, "sha512-cmodIYP27tBkJ8G7DuGgWw0PFuemlFZbuF3Wwr1TrjFjUa3T7NIgCe6TVwX8BO2ynu+xtTuDGfHafNDCPt9lXA=="], "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 ff47060b..8085cf96 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -73,7 +73,7 @@ "pino-pretty": "13.1.3", "postgres": "3.4.9", "resend": "6.12.2", - "stripe": "22.1.0", + "stripe": "22.1.1", "web-push": "3.6.7" }, "devDependencies": {