Update dependency @stripe/react-stripe-js to v1.4.1 (https://github.com/woocommerce/woocommerce-blocks/pull/4231)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
69343e478e
commit
dbcc0c80f2
|
@ -3325,9 +3325,9 @@
|
|||
}
|
||||
},
|
||||
"@stripe/react-stripe-js": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.4.0.tgz",
|
||||
"integrity": "sha512-Pz5QmG8PgJ3pi8gOWxlngk+ns63p2L1Ds192fn55ykZNRKfGz3G6sfssUVThHn/NAt2Hp1eCEsy/hvlKnXJI6g==",
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.4.1.tgz",
|
||||
"integrity": "sha512-FjcVrhf72+9fUL3Lz3xi02ni9tzH1A1x6elXlr6tvBDgSD55oPJuodoP8eC7xTnBIKq0olF5uJvgtkJyDCdzjA==",
|
||||
"requires": {
|
||||
"prop-types": "^15.7.2"
|
||||
}
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
"npm": "6.14.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "1.4.0",
|
||||
"@stripe/react-stripe-js": "1.4.1",
|
||||
"@stripe/stripe-js": "1.14.0",
|
||||
"@woocommerce/components": "5.1.3",
|
||||
"@wordpress/autop": "2.9.0",
|
||||
|
|
Loading…
Reference in New Issue