fix(deps): update grouped - stripe

This commit is contained in:
renovate[bot]
2023-02-25 09:41:04 +00:00
parent 31a6fd9776
commit 72d4d8c2fa
2 changed files with 10 additions and 8 deletions

View File

@@ -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",

14
package-lock.json generated
View File

@@ -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",