From 0052228e9eb3c356192d0e2f1027d6c88570eb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:40:48 +0000 Subject: [PATCH] Bump @stripe/react-stripe-js from 2.6.0 to 3.1.1 Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 2.6.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/v2.6.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 182cb4d80..1862f4d4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/lib-dynamodb": "^3.540.0", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.2.0", - "@stripe/react-stripe-js": "^2.6.0", + "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^3.4.1", "decap-cms-app": "^3.0.12", "gatsby": "^5.14.0", @@ -9327,16 +9327,16 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.6.0.tgz", - "integrity": "sha512-SuXm8pNpWaE0xd7QsMNW1nz3S3w3MTMc16bVUa3SdGVYc+wJDVD1GzJeK6xtVZ7dC2DZB+aOikPuG/tegj6zAQ==", + "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.44.1 || ^2.0.0 || ^3.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.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": { diff --git a/package.json b/package.json index e76d2ab5d..c43d75917 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@aws-sdk/lib-dynamodb": "^3.540.0", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.2.0", - "@stripe/react-stripe-js": "^2.6.0", + "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^3.4.1", "decap-cms-app": "^3.0.12", "gatsby": "^5.14.0",