diff --git a/client/package-lock.json b/client/package-lock.json index de84b0ca92..fa826cb73b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4886,9 +4886,9 @@ } }, "@stripe/react-stripe-js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.4.1.tgz", - "integrity": "sha512-FjcVrhf72+9fUL3Lz3xi02ni9tzH1A1x6elXlr6tvBDgSD55oPJuodoP8eC7xTnBIKq0olF5uJvgtkJyDCdzjA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.5.0.tgz", + "integrity": "sha512-A7+bNeb0O/kw3JdtMeiB6frokPcks5obi+TIjuFRXUMZ5o/o1Qe7eLgLnsb0KOO/g3KJqNCpHiYcKCLESZJJbQ==", "requires": { "prop-types": "^15.7.2" } diff --git a/client/package.json b/client/package.json index 8d14c6f320..f694d757b6 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "@freecodecamp/strip-comments": "3.0.1", "@loadable/component": "5.15.0", "@reach/router": "1.3.4", - "@stripe/react-stripe-js": "1.4.1", + "@stripe/react-stripe-js": "1.5.0", "@stripe/stripe-js": "1.18.0", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.10.5",