From 63a6b58959d02ea147db9356d40b72c1e2817cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:51:53 +0000 Subject: [PATCH] Bump @stripe/stripe-js from 4.10.0 to 9.13.0 in /client Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 4.10.0 to 9.13.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v4.10.0...v9.13.0) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-version: 9.13.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 0709306..a257402 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser-dynamic": "^21.2.19", "@angular/router": "^21.2.19", "@microsoft/signalr": "^8.0.7", - "@stripe/stripe-js": "^4.4.0", + "@stripe/stripe-js": "^9.13.0", "nanoid": "^5.0.7", "rxjs": "~7.8.0", "tslib": "^2.3.0", @@ -3854,9 +3854,9 @@ "license": "MIT" }, "node_modules/@stripe/stripe-js": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-4.10.0.tgz", - "integrity": "sha512-KrMOL+sH69htCIXCaZ4JluJ35bchuCCznyPyrbN8JXSGQfwBI1SuIEMZNwvy8L8ykj29t6sa5BAAiL7fNoLZ8A==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-9.13.0.tgz", + "integrity": "sha512-/0c72BUgzzVkVTlsw5uBn8x3waTdVJ/PZGfQ6jY1eu6K7olUPf4d9lgDPA9/0sIdsR8j7o3QIG8fOCO6ItcL7A==", "license": "MIT", "engines": { "node": ">=12.16" diff --git a/client/package.json b/client/package.json index 50ad4c2..a16e593 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser-dynamic": "^21.2.19", "@angular/router": "^21.2.19", "@microsoft/signalr": "^8.0.7", - "@stripe/stripe-js": "^4.4.0", + "@stripe/stripe-js": "^9.13.0", "nanoid": "^5.0.7", "rxjs": "~7.8.0", "tslib": "^2.3.0",