fix(deps): update dependency @stripe/react-stripe-js to v1.7.0

This commit is contained in:
Renovate Bot
2021-12-15 08:23:50 +00:00
committed by renovate[bot]
parent 5e66a30ac1
commit 5e0ebe1b57
2 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@
"@freecodecamp/strip-comments": "3.0.1", "@freecodecamp/strip-comments": "3.0.1",
"@loadable/component": "5.15.2", "@loadable/component": "5.15.2",
"@reach/router": "1.3.4", "@reach/router": "1.3.4",
"@stripe/react-stripe-js": "1.6.0", "@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0", "@stripe/stripe-js": "1.22.0",
"@types/react-scrollable-anchor": "0.6.1", "@types/react-scrollable-anchor": "0.6.1",
"algoliasearch": "4.11.0", "algoliasearch": "4.11.0",

18
package-lock.json generated
View File

@ -218,7 +218,7 @@
"@freecodecamp/strip-comments": "3.0.1", "@freecodecamp/strip-comments": "3.0.1",
"@loadable/component": "5.15.2", "@loadable/component": "5.15.2",
"@reach/router": "1.3.4", "@reach/router": "1.3.4",
"@stripe/react-stripe-js": "1.6.0", "@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0", "@stripe/stripe-js": "1.22.0",
"@types/react-scrollable-anchor": "0.6.1", "@types/react-scrollable-anchor": "0.6.1",
"algoliasearch": "4.11.0", "algoliasearch": "4.11.0",
@ -14003,14 +14003,14 @@
} }
}, },
"node_modules/@stripe/react-stripe-js": { "node_modules/@stripe/react-stripe-js": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.7.0.tgz",
"integrity": "sha512-tMmsPD+wkpiiVJZgQ1E06tklG5MZHG462s6OWja9abpxq76kerAxMFN+KdhUg0LIEY79THbzvH3s/WGHasnV3w==", "integrity": "sha512-L20v8Jq0TDZFL2+y+uXD751t6q9SalSFkSYZpmZ2VWrGZGK7HAGfRQ804dzYSSr5fGenW6iz6y7U0YKfC/TK3g==",
"dependencies": { "dependencies": {
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"@stripe/stripe-js": "^1.19.1", "@stripe/stripe-js": "^1.20.3",
"react": "^16.8.0 || ^17.0.0", "react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0" "react-dom": "^16.8.0 || ^17.0.0"
} }
@ -57706,7 +57706,7 @@
"@freecodecamp/strip-comments": "3.0.1", "@freecodecamp/strip-comments": "3.0.1",
"@loadable/component": "5.15.2", "@loadable/component": "5.15.2",
"@reach/router": "1.3.4", "@reach/router": "1.3.4",
"@stripe/react-stripe-js": "1.6.0", "@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0", "@stripe/stripe-js": "1.22.0",
"@testing-library/jest-dom": "5.16.1", "@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.2",
@ -66559,9 +66559,9 @@
} }
}, },
"@stripe/react-stripe-js": { "@stripe/react-stripe-js": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.7.0.tgz",
"integrity": "sha512-tMmsPD+wkpiiVJZgQ1E06tklG5MZHG462s6OWja9abpxq76kerAxMFN+KdhUg0LIEY79THbzvH3s/WGHasnV3w==", "integrity": "sha512-L20v8Jq0TDZFL2+y+uXD751t6q9SalSFkSYZpmZ2VWrGZGK7HAGfRQ804dzYSSr5fGenW6iz6y7U0YKfC/TK3g==",
"requires": { "requires": {
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
} }