Update dependency @stripe/stripe-js to v1.8.0 (https://github.com/woocommerce/woocommerce-blocks/pull/2828)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0f43c3af0f
commit
ea1435457a
|
@ -7793,9 +7793,9 @@
|
|||
}
|
||||
},
|
||||
"@stripe/stripe-js": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.7.0.tgz",
|
||||
"integrity": "sha512-/OreTnc8qWBsNrkpNTOxn67oRlqa+PZXukpiyZTcPo9/DRYyxtBZKvplFbH0C/qC/w0TpN8cueRl3h/dNYO4eg=="
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.8.0.tgz",
|
||||
"integrity": "sha512-VsIohJw70LIdB4b621RN6pTyw49ZMy+QjB81fl+Psu5X5ppiq/c+rG0F+XKHSVpp4JZRNDkQnsOGeuHow0aluA=="
|
||||
},
|
||||
"@svgr/babel-plugin-add-jsx-attribute": {
|
||||
"version": "4.2.0",
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "1.1.2",
|
||||
"@stripe/stripe-js": "1.7.0",
|
||||
"@stripe/stripe-js": "1.8.0",
|
||||
"@woocommerce/components": "4.0.0",
|
||||
"@wordpress/autop": "2.7.0",
|
||||
"@wordpress/deprecated": "2.8.0",
|
||||
|
|
Loading…
Reference in New Issue