From 39bff2a2d898ff6686ff60e8a173ede68822f472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:02:35 +0000 Subject: [PATCH] build(deps): bump stripe from 22.2.2 to 22.2.3 Bumps [stripe](https://github.com/stripe/stripe-node) from 22.2.2 to 22.2.3. - [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.2...v22.2.3) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.2.3 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 210f89941..6c2bfeea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.1", - "stripe": "^22.2.2", + "stripe": "^22.2.3", "winston": "^3.19.0", "zod": "^4.3.6", "zxcvbn": "^4.4.2" @@ -19183,9 +19183,9 @@ } }, "node_modules/stripe": { - "version": "22.2.2", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.2.tgz", - "integrity": "sha512-lRXLiarjW/I2QVa6QuFfz1Ma7Dc2yBQ7vlYH6NEmp5htMJNQGfiWExmOv0McfqY5wMCGV8DLuCvsyVRIPJlUUQ==", + "version": "22.2.3", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.3.tgz", + "integrity": "sha512-9lrggvLtjO4Ef5WXH4t50ckHJcJgTD72xFB+KJgZCSszAH9zMV1BqU6PwmWbRLdcdX7LK6PbErBapiGK7pIb+g==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index 01e48772a..72c3e06f7 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.1", - "stripe": "^22.2.2", + "stripe": "^22.2.3", "winston": "^3.19.0", "zod": "^4.3.6", "zxcvbn": "^4.4.2"