From 08cf1f6fe2e0c08398e86d476e36d3b77c579f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:24:37 +0000 Subject: [PATCH] Bump @stripe/stripe-js from 1.47.0 to 5.5.0 in /frontend Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.47.0 to 5.5.0. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v1.47.0...v5.5.0) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++++------- frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a7b40d7..fb0dcc2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "@react-oauth/google": "^0.7.0", "@reduxjs/toolkit": "^1.9.2", "@stripe/react-stripe-js": "^1.16.5", - "@stripe/stripe-js": "^1.47.0", + "@stripe/stripe-js": "^5.5.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3", "axios": "^1.3.2", @@ -5018,9 +5018,13 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.47.0.tgz", - "integrity": "sha512-jKSClqEIKS2MbPCXlSsseDSZyJ3dVrfUrYMz5LBY1o9iS2tfKbpTZACt8r2g+xyQozI+uHr76pVTyFsmBKA4Mg==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-5.5.0.tgz", + "integrity": "sha512-lkfjyAd34aeMpTKKcEVfy8IUyEsjuAT3t9EXr5yZDtdIUncnZpedl/xLV16Dkd4z+fQwixScsCCDxSMNtBOgpQ==", + "license": "MIT", + "engines": { + "node": ">=12.16" + } }, "node_modules/@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", @@ -24624,9 +24628,9 @@ } }, "@stripe/stripe-js": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.47.0.tgz", - "integrity": "sha512-jKSClqEIKS2MbPCXlSsseDSZyJ3dVrfUrYMz5LBY1o9iS2tfKbpTZACt8r2g+xyQozI+uHr76pVTyFsmBKA4Mg==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-5.5.0.tgz", + "integrity": "sha512-lkfjyAd34aeMpTKKcEVfy8IUyEsjuAT3t9EXr5yZDtdIUncnZpedl/xLV16Dkd4z+fQwixScsCCDxSMNtBOgpQ==" }, "@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", diff --git a/frontend/package.json b/frontend/package.json index 5f5c622..5177cb4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@react-oauth/google": "^0.7.0", "@reduxjs/toolkit": "^1.9.2", "@stripe/react-stripe-js": "^1.16.5", - "@stripe/stripe-js": "^1.47.0", + "@stripe/stripe-js": "^5.5.0", "@types/react-window": "^1.8.5", "@vitejs/plugin-react": "^4.3.3", "axios": "^1.3.2",