From fc61ec83b0313ee9f9431d0073a562c812d50275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:27:53 +0000 Subject: [PATCH] Bump @stripe/react-stripe-js from 1.7.0 to 3.1.1 Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.7.0 to 3.1.1. - [Release notes](https://github.com/stripe/react-stripe-js/releases) - [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/react-stripe-js/compare/v1.7.0...v3.1.1) --- updated-dependencies: - dependency-name: "@stripe/react-stripe-js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab2f55b..6e9d2f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mui/material": "^5.4.4", "@mui/styles": "^5.4.4", "@react-oauth/google": "^0.12.1", - "@stripe/react-stripe-js": "^1.4.1", + "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^1.16.0", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.0.10", @@ -3845,20 +3845,22 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "1.7.0", - "license": "MIT", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-3.1.1.tgz", + "integrity": "sha512-+JzYFgUivVD7koqYV7LmLlt9edDMAwKH7XhZAHFQMo7NeRC+6D2JmQGzp9tygWerzwttwFLlExGp4rAOvD6l9g==", "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { - "@stripe/stripe-js": "^1.20.3", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "react": ">=16.8.0 <20.0.0", + "react-dom": ">=16.8.0 <20.0.0" } }, "node_modules/@stripe/stripe-js": { - "version": "1.23.0", - "license": "MIT" + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", + "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==" }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", diff --git a/package.json b/package.json index 82d5733..45c6e3e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mui/material": "^5.4.4", "@mui/styles": "^5.4.4", "@react-oauth/google": "^0.12.1", - "@stripe/react-stripe-js": "^1.4.1", + "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^1.16.0", "@vercel/analytics": "^1.4.1", "@vercel/speed-insights": "^1.0.10",