From c8edbe353460d063144294d13b49835c2f2423a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:59:38 -0300 Subject: [PATCH] fix(deps): update dependency @stripe/react-stripe-js to v2.8.1 (#10731) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Henrique --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a38d4364691..2c1cbd95a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@sentry/nextjs": "^7.84.0", "@shopify/address": "4.3.0", "@simplewebauthn/browser": "9.0.1", - "@stripe/react-stripe-js": "2.7.3", + "@stripe/react-stripe-js": "2.8.1", "@stripe/stripe-js": "2.4.0", "@styled-icons/boxicons-regular": "10.47.0", "@styled-icons/boxicons-solid": "10.47.0", @@ -14466,9 +14466,9 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.7.3.tgz", - "integrity": "sha512-05t6oY7cmAJt7asknmeoI4z4GnutgKRZ7dcdTWCkeYclONzIRMuMTiyjBMQ/q3I2sdNizSl25YZ8G6Lg4nN1aw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.8.1.tgz", + "integrity": "sha512-C410jVKOATinXLalWotab6E6jlWAlbqUDWL9q1km0p5UHrvnihjjYzA8imYXc4xc4Euf9GeKDQc4n35HKZvgwg==", "license": "MIT", "dependencies": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index 7ad78430373..b751fd26372 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@sentry/nextjs": "^7.84.0", "@shopify/address": "4.3.0", "@simplewebauthn/browser": "9.0.1", - "@stripe/react-stripe-js": "2.7.3", + "@stripe/react-stripe-js": "2.8.1", "@stripe/stripe-js": "2.4.0", "@styled-icons/boxicons-regular": "10.47.0", "@styled-icons/boxicons-solid": "10.47.0",