Update dependency @stripe/react-stripe-js to v1.6.0 (https://github.com/woocommerce/woocommerce-blocks/pull/5228)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
bb5d23a4e9
commit
5542abba97
|
@ -8102,9 +8102,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.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.6.0.tgz",
|
||||
"integrity": "sha512-tMmsPD+wkpiiVJZgQ1E06tklG5MZHG462s6OWja9abpxq76kerAxMFN+KdhUg0LIEY79THbzvH3s/WGHasnV3w==",
|
||||
"requires": {
|
||||
"prop-types": "^15.7.2"
|
||||
}
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
"npm": ">=6.14.0 <7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "1.4.1",
|
||||
"@stripe/react-stripe-js": "1.6.0",
|
||||
"@stripe/stripe-js": "1.16.0",
|
||||
"@woocommerce/components": "6.2.0",
|
||||
"@wordpress/autop": "2.9.0",
|
||||
|
|
Loading…
Reference in New Issue