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" }