From 500b672d9c0c4aaffef3f4882d5d7cbefcaee63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:27:18 +0000 Subject: [PATCH] Bump @stripe/stripe-js from 5.2.0 to 5.3.0 Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fe7921338a..251e4f4211 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@fluent/react": "^0.15.2", "@mozilla-protocol/core": "^17.0.1", "@next/third-parties": "^15.0.4", - "@stripe/stripe-js": "^5.2.0", + "@stripe/stripe-js": "^5.3.0", "chokidar-cli": "^3.0.0", "cldr-localenames-modern": "^45.0.0", "msw": "^2.6.8", diff --git a/package-lock.json b/package-lock.json index ee901a2c15..61eb842165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@fluent/react": "^0.15.2", "@mozilla-protocol/core": "^17.0.1", "@next/third-parties": "^15.0.4", - "@stripe/stripe-js": "^5.2.0", + "@stripe/stripe-js": "^5.3.0", "chokidar-cli": "^3.0.0", "cldr-localenames-modern": "^45.0.0", "msw": "^2.6.8", @@ -4141,9 +4141,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-5.2.0.tgz", - "integrity": "sha512-2ZpEaezx3S0QPtnske175NDaLvUvaVKd4ePHpUN0QF/uV4BBBBRUy5BvQONDym+utbbW0QhSJoiRPnp4FS+4Vg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-5.3.0.tgz", + "integrity": "sha512-lNCZwCak1Yk0x2ecQO+4kcV7MwxAXapfgmLEh5SIoczc/r4GWAmcfyXZu3AAle+MAVW9HBe6f7tywuxJtYomcg==", "engines": { "node": ">=12.16" }