diff --git a/client/package.json b/client/package.json index 4e26f2aea91..b59884bd17a 100644 --- a/client/package.json +++ b/client/package.json @@ -52,8 +52,8 @@ "@loadable/component": "5.15.3", "@reach/router": "1.3.4", "@sentry/gatsby": "6.19.7", - "@stripe/react-stripe-js": "1.16.4", - "@stripe/stripe-js": "1.46.0", + "@stripe/react-stripe-js": "1.16.5", + "@stripe/stripe-js": "1.47.0", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.14.3", "assert": "2.0.0", diff --git a/package-lock.json b/package-lock.json index a836ea327a6..1a3474e5347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -462,8 +462,8 @@ "@loadable/component": "5.15.3", "@reach/router": "1.3.4", "@sentry/gatsby": "6.19.7", - "@stripe/react-stripe-js": "1.16.4", - "@stripe/stripe-js": "1.46.0", + "@stripe/react-stripe-js": "1.16.5", + "@stripe/stripe-js": "1.47.0", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.14.3", "assert": "2.0.0", @@ -13839,8 +13839,9 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "1.16.4", - "license": "MIT", + "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==", "dependencies": { "prop-types": "^15.7.2" }, @@ -13851,8 +13852,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.46.0", - "license": "MIT" + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.47.0.tgz", + "integrity": "sha512-jKSClqEIKS2MbPCXlSsseDSZyJ3dVrfUrYMz5LBY1o9iS2tfKbpTZACt8r2g+xyQozI+uHr76pVTyFsmBKA4Mg==" }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3",