From 08705a7b4782ed4ff607eaab4adfc811b8d47b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:48:32 +0000 Subject: [PATCH] Bump @stripe/react-stripe-js from 1.16.5 to 3.0.0 in /frontend Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.16.5 to 3.0.0. - [Release notes](https://github.com/stripe/react-stripe-js/releases) - [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/react-stripe-js/compare/v1.16.5...v3.0.0) --- updated-dependencies: - dependency-name: "@stripe/react-stripe-js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7b40d7..4890907 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@mantine/notifications": "^5.10.3", "@react-oauth/google": "^0.7.0", "@reduxjs/toolkit": "^1.9.2", - "@stripe/react-stripe-js": "^1.16.5", + "@stripe/react-stripe-js": "^3.0.0", "@stripe/stripe-js": "^1.47.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3", @@ -5005,14 +5005,14 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "1.16.5", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.5.tgz", - "integrity": "sha512-lVPW3IfwdacyS22pP+nBB6/GNFRRhT/4jfgAK6T2guQmtzPwJV1DogiGGaBNhiKtSY18+yS8KlHSu+PvZNclvQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-3.0.0.tgz", + "integrity": "sha512-Crn9t+uvfEJnFSEE8Le9Boj3+J4QdB7DrIa+VyhDgTAHC1z9fk7d/cfSrjNO2RcdRh9zN9Blk/XKccHq9kUlTw==", "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { - "@stripe/stripe-js": "^1.44.1", + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } @@ -24616,9 +24616,9 @@ } }, "@stripe/react-stripe-js": { - "version": "1.16.5", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.5.tgz", - "integrity": "sha512-lVPW3IfwdacyS22pP+nBB6/GNFRRhT/4jfgAK6T2guQmtzPwJV1DogiGGaBNhiKtSY18+yS8KlHSu+PvZNclvQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-3.0.0.tgz", + "integrity": "sha512-Crn9t+uvfEJnFSEE8Le9Boj3+J4QdB7DrIa+VyhDgTAHC1z9fk7d/cfSrjNO2RcdRh9zN9Blk/XKccHq9kUlTw==", "requires": { "prop-types": "^15.7.2" } diff --git a/frontend/package.json b/frontend/package.json index 5f5c622..6477801 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@mantine/notifications": "^5.10.3", "@react-oauth/google": "^0.7.0", "@reduxjs/toolkit": "^1.9.2", - "@stripe/react-stripe-js": "^1.16.5", + "@stripe/react-stripe-js": "^3.0.0", "@stripe/stripe-js": "^1.47.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3",