diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7b40d7..123454a 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.1.1", "@stripe/stripe-js": "^1.47.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3", @@ -5005,16 +5005,16 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-3.1.1.tgz", + "integrity": "sha512-+JzYFgUivVD7koqYV7LmLlt9edDMAwKH7XhZAHFQMo7NeRC+6D2JmQGzp9tygWerzwttwFLlExGp4rAOvD6l9g==", "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { - "@stripe/stripe-js": "^1.44.1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "react": ">=16.8.0 <20.0.0", + "react-dom": ">=16.8.0 <20.0.0" } }, "node_modules/@stripe/stripe-js": { @@ -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.1.1", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-3.1.1.tgz", + "integrity": "sha512-+JzYFgUivVD7koqYV7LmLlt9edDMAwKH7XhZAHFQMo7NeRC+6D2JmQGzp9tygWerzwttwFLlExGp4rAOvD6l9g==", "requires": { "prop-types": "^15.7.2" } diff --git a/frontend/package.json b/frontend/package.json index 5f5c622..01cc683 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.1.1", "@stripe/stripe-js": "^1.47.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3",