From dd61c0629115ab0cf191ee6cbc9b347b8c59b764 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 05:55:20 +0000 Subject: [PATCH] fix: upgrade @stripe/react-stripe-js from 2.8.0 to 2.8.1 Snyk has created this PR to upgrade @stripe/react-stripe-js from 2.8.0 to 2.8.1. See this package in npm: @stripe/react-stripe-js See this project in Snyk: https://app.snyk.io/org/souviksamanta34/project/48083f03-cb14-4969-ae21-9c64483d1af0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92a3152..62b1b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.2", - "@stripe/react-stripe-js": "^2.8.0", + "@stripe/react-stripe-js": "^2.8.1", "@stripe/stripe-js": "^4.6.0", "@svgr/plugin-svgo": "^8.1.0", "@svgr/webpack": "^8.1.0", @@ -4296,9 +4296,10 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.8.0.tgz", - "integrity": "sha512-Vf1gNEuBxA9EtxiLghm2ZWmgbADNMJw4HW6eolUu0DON/6mZvWZgk0KHolN0sozNJwYp0i/8hBsDBcBUWcvnbw==", + "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 1a13312..6de4d08 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.2", - "@stripe/react-stripe-js": "^2.8.0", + "@stripe/react-stripe-js": "^2.8.1", "@stripe/stripe-js": "^4.6.0", "@svgr/plugin-svgo": "^8.1.0", "@svgr/webpack": "^8.1.0",