From c56185f73279219ad4b31e0a58cba28262c7c32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:16:14 +0000 Subject: [PATCH] Bump @stripe/stripe-js from 1.54.2 to 4.10.0 Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.54.2 to 4.10.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v1.54.2...v4.10.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 | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc2501d..01ed407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@react-spring/web": "^9.4.4", - "@stripe/stripe-js": "^1.25.0", + "@stripe/stripe-js": "^4.10.0", "bad-words": "^3.0.4", "chart.js": "^3.7.1", "clone-deep": "^4.0.1", @@ -4322,10 +4322,12 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.54.2.tgz", - "integrity": "sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg==", - "license": "MIT" + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-4.10.0.tgz", + "integrity": "sha512-KrMOL+sH69htCIXCaZ4JluJ35bchuCCznyPyrbN8JXSGQfwBI1SuIEMZNwvy8L8ykj29t6sa5BAAiL7fNoLZ8A==", + "engines": { + "node": ">=12.16" + } }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", diff --git a/package.json b/package.json index 5de7e2f..78655a7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@react-spring/web": "^9.4.4", - "@stripe/stripe-js": "^1.25.0", + "@stripe/stripe-js": "^4.10.0", "bad-words": "^3.0.4", "chart.js": "^3.7.1", "clone-deep": "^4.0.1",