From e0339bacc2d762e99cc62f879bac6b374a9cbeb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 06:42:30 +0000 Subject: [PATCH] Bump @stripe/react-stripe-js from 2.8.0 to 3.1.1 in /frontend Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 2.8.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.8.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] --- frontend/package.json | 2 +- frontend/yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8f83045e0..36c6012fb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "@resvg/resvg-js": "^2.6.2", "@sentry/nextjs": "^8.39.0", "@storybook/test": "^8.4.7", - "@stripe/react-stripe-js": "^2.8.0", + "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^5.2.0", "@tanstack/react-query": "^5.62.7", "@tanstack/react-table": "^8.20.5", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c3ac085bc..8170b7059 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6544,16 +6544,16 @@ __metadata: languageName: node linkType: hard -"@stripe/react-stripe-js@npm:^2.8.0": - version: 2.8.0 - resolution: "@stripe/react-stripe-js@npm:2.8.0" +"@stripe/react-stripe-js@npm:^3.1.1": + version: 3.1.1 + resolution: "@stripe/react-stripe-js@npm:3.1.1" dependencies: prop-types: "npm:^15.7.2" peerDependencies: - "@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/101cedd521ec90fa446fa333f5464899036bd089d6e9798961f956c66975f066cd19625ce81b1c1becd9323b2a72addd1f4f63444404ebf6a6b12e27ba2bd91b + "@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" + checksum: 10c0/d8f877e956f711acb96248ab6b183d330c6b194884aeeb82e96bc05dab08020a2c53f0c13359e893ac22bc7e15facc720877cfb04d999b1f3050bb58aca5124f languageName: node linkType: hard @@ -10956,7 +10956,7 @@ __metadata: "@storybook/nextjs": "npm:^8.4.7" "@storybook/react": "npm:^8.4.7" "@storybook/test": "npm:^8.4.7" - "@stripe/react-stripe-js": "npm:^2.8.0" + "@stripe/react-stripe-js": "npm:^3.1.1" "@stripe/stripe-js": "npm:^5.2.0" "@tailwindcss/typography": "npm:^0.5.15" "@tanstack/eslint-plugin-query": "npm:^5.62.1"