diff --git a/package-lock.json b/package-lock.json index 7f127d25838..aa1c6eb6168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index a204ddf6fae..563e2186515 100644 --- a/package.json +++ b/package.json @@ -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",