From f65deb63487d24f2c68be32b2def5224bcbb3e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:03:09 +0000 Subject: [PATCH] build(deps): bump stripe from 22.2.0 to 22.2.1 Bumps [stripe](https://github.com/stripe/stripe-node) from 22.2.0 to 22.2.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.2.0...v22.2.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 adc62cc47..d2929509c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "resend": "^6.12.4", "sharp": "^0.35.1", "snyk": "^1.1305.1", - "stripe": "^22.2.0", + "stripe": "^22.2.1", "supertest": "^7.2.2", "ts-jest": "^29.4.11", "winston": "^3.19.0", @@ -18732,9 +18732,9 @@ } }, "node_modules/stripe": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.0.tgz", - "integrity": "sha512-WFGpMOom9QZqso1kcnSwJsCdC1QHDlMoCOxBZRf3JraMzhkfw7dgSdD2a1CFZrqC+mzAfqeEtYILrZhWKIDruA==", + "version": "22.2.1", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.1.tgz", + "integrity": "sha512-ULAtq25USBEx3yeN5zimEkfYVFETVMP5om25Ryr8ol11P62imaCZLBIEW78T7zm7Wg3wnZi+80S72yf3LCpNhw==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 7ecdf75a2..480df34a8 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "resend": "^6.12.4", "sharp": "^0.35.1", "snyk": "^1.1305.1", - "stripe": "^22.2.0", + "stripe": "^22.2.1", "supertest": "^7.2.2", "ts-jest": "^29.4.11", "winston": "^3.19.0",