From 2a07dc3518c1cbce228b1e54f4415f03ffb9e634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:35:42 +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 fe852b18..5d8f2fd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/material": "^5.15.20", "@mui/system": "^5.15.20", "@newrelic/next": "^0.9.0", - "@stripe/stripe-js": "^2.4.0", + "@stripe/stripe-js": "^4.0.0", "@types/node": "20.14.8", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -3761,9 +3761,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 0083eee3..6cd9ca09 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@mui/material": "^5.15.20", "@mui/system": "^5.15.20", "@newrelic/next": "^0.9.0", - "@stripe/stripe-js": "^2.4.0", + "@stripe/stripe-js": "^4.0.0", "@types/node": "20.14.8", "@types/react": "18.3.3", "@types/react-dom": "18.3.0",