From 3c5fc4b27c250dc982d47126164387376cf1cb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:51:56 +0000 Subject: [PATCH] build(deps): bump @stripe/stripe-js from 2.4.0 to 4.0.0 Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 2.4.0 to 4.0.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v2.4.0...v4.0.0) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 042c4304..395c5f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mui/lab": "=5.0.0-alpha.170", "@mui/material": "^5.15.20", "@mui/system": "^5.15.20", - "@stripe/stripe-js": "^2.4.0", + "@stripe/stripe-js": "^4.0.0", "@types/node": "20.14.6", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -3492,9 +3492,12 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-2.4.0.tgz", - "integrity": "sha512-WFkQx1mbs2b5+7looI9IV1BLa3bIApuN3ehp9FP58xGg7KL9hCHDECgW3BwO9l9L+xBPVAD7Yjn1EhGe6EDTeA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-4.0.0.tgz", + "integrity": "sha512-R5zewuzTVPGn4dXkavbgDk8vSILkT5hRlzga10p6JzngR17qKi1fgc27kl58TmaVvgBZGngTRNH2j9kYdvfPGA==", + "engines": { + "node": ">=12.16" + } }, "node_modules/@swc/counter": { "version": "0.1.3", diff --git a/package.json b/package.json index 3f69672c..640f6dd8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@mui/lab": "=5.0.0-alpha.170", "@mui/material": "^5.15.20", "@mui/system": "^5.15.20", - "@stripe/stripe-js": "^2.4.0", + "@stripe/stripe-js": "^4.0.0", "@types/node": "20.14.6", "@types/react": "18.3.3", "@types/react-dom": "18.3.0",