From dd59571baba55b0d4b7bd7b256dce4f2955bac93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:03:32 +0000 Subject: [PATCH] build(deps): bump stripe from 22.1.1 to 22.2.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 22.1.1 to 22.2.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.1.1...v22.2.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52fcd053e..d6cb1a5b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "resend": "^6.12.4", "sharp": "^0.34.5", "snyk": "^1.1305.0", - "stripe": "^22.1.1", + "stripe": "^22.2.0", "supertest": "^7.2.2", "ts-jest": "^29.4.11", "winston": "^3.19.0", @@ -18769,9 +18769,9 @@ } }, "node_modules/stripe": { - "version": "22.1.1", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.1.1.tgz", - "integrity": "sha512-cmodIYP27tBkJ8G7DuGgWw0PFuemlFZbuF3Wwr1TrjFjUa3T7NIgCe6TVwX8BO2ynu+xtTuDGfHafNDCPt9lXA==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.0.tgz", + "integrity": "sha512-WFGpMOom9QZqso1kcnSwJsCdC1QHDlMoCOxBZRf3JraMzhkfw7dgSdD2a1CFZrqC+mzAfqeEtYILrZhWKIDruA==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 1885fb0f3..3007ed5a8 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "resend": "^6.12.4", "sharp": "^0.34.5", "snyk": "^1.1305.0", - "stripe": "^22.1.1", + "stripe": "^22.2.0", "supertest": "^7.2.2", "ts-jest": "^29.4.11", "winston": "^3.19.0",