From 31e57b50e09ce157199b615470c3817f0c32be01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:00:15 +0000 Subject: [PATCH] chore: Bump the production-dependencies group Bumps the production-dependencies group in /frontend with 3 updates: [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js), [@stripe/stripe-js](https://github.com/stripe/stripe-js) and [react-dropzone](https://github.com/react-dropzone/react-dropzone). Updates `@stripe/react-stripe-js` from 2.8.0 to 2.8.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...v2.8.1) Updates `@stripe/stripe-js` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v4.6.0...v4.7.0) Updates `react-dropzone` from 14.2.3 to 14.2.9 - [Release notes](https://github.com/react-dropzone/react-dropzone/releases) - [Commits](https://github.com/react-dropzone/react-dropzone/compare/v14.2.3...v14.2.9) --- updated-dependencies: - dependency-name: "@stripe/react-stripe-js" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-dropzone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 25 ++++++++++++------------- frontend/package.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1d0ce6cf..e18db8e3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,8 +18,8 @@ "@mui/x-date-pickers": "7.18.0", "@redux-devtools/extension": "3.3.0", "@reduxjs/toolkit": "2.2.7", - "@stripe/react-stripe-js": "2.8.0", - "@stripe/stripe-js": "4.6.0", + "@stripe/react-stripe-js": "2.8.1", + "@stripe/stripe-js": "4.7.0", "@xterm/addon-fit": "0.10.0", "@xterm/addon-search": "0.15.0", "@xterm/addon-web-links": "0.11.0", @@ -37,7 +37,7 @@ "react-big-calendar": "1.15.0", "react-copy-to-clipboard": "5.1.0", "react-dom": "^18.3.1", - "react-dropzone": "14.2.3", + "react-dropzone": "14.2.9", "react-ga4": "2.1.0", "react-google-recaptcha": "3.1.0", "react-hook-form": "7.53.0", @@ -4191,10 +4191,9 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.8.0.tgz", - "integrity": "sha512-Vf1gNEuBxA9EtxiLghm2ZWmgbADNMJw4HW6eolUu0DON/6mZvWZgk0KHolN0sozNJwYp0i/8hBsDBcBUWcvnbw==", - "license": "MIT", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.8.1.tgz", + "integrity": "sha512-C410jVKOATinXLalWotab6E6jlWAlbqUDWL9q1km0p5UHrvnihjjYzA8imYXc4xc4Euf9GeKDQc4n35HKZvgwg==", "dependencies": { "prop-types": "^15.7.2" }, @@ -4205,9 +4204,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-4.6.0.tgz", - "integrity": "sha512-ZoK0dMFnVH0J5XUWGqsta8S8xm980qEwJKAIgZcLQxaSsbGRB9CsVvfOjwQFE1JC1q3rPwb/b+gQAmzIESnHnA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-4.7.0.tgz", + "integrity": "sha512-Dfdg8UumBu+zDnBgGw30zEE9PIm8lunDUuwy2Bois9bb2sxCohVbD1PpAnasPIZhYfIbigmTHEr/Hg+56Vue6A==", "engines": { "node": ">=12.16" } @@ -16221,9 +16220,9 @@ } }, "node_modules/react-dropzone": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz", - "integrity": "sha512-O3om8I+PkFKbxCukfIR3QAGftYXDZfOE2N1mr/7qebQJHs7U+/RSL/9xomJNpRg9kM5h9soQSdf0Gc7OHF5Fug==", + "version": "14.2.9", + "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.9.tgz", + "integrity": "sha512-jRZsMC7h48WONsOLHcmhyn3cRWJoIPQjPApvt/sJVfnYaB3Qltn025AoRTTJaj4WdmmgmLl6tUQg1s0wOhpodQ==", "dependencies": { "attr-accept": "^2.2.2", "file-selector": "^0.6.0", diff --git a/frontend/package.json b/frontend/package.json index eb52906b..51ab1a29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,8 +12,8 @@ "@mui/x-date-pickers": "7.18.0", "@redux-devtools/extension": "3.3.0", "@reduxjs/toolkit": "2.2.7", - "@stripe/react-stripe-js": "2.8.0", - "@stripe/stripe-js": "4.6.0", + "@stripe/react-stripe-js": "2.8.1", + "@stripe/stripe-js": "4.7.0", "@xterm/addon-fit": "0.10.0", "@xterm/addon-search": "0.15.0", "@xterm/addon-web-links": "0.11.0", @@ -31,7 +31,7 @@ "react-big-calendar": "1.15.0", "react-copy-to-clipboard": "5.1.0", "react-dom": "^18.3.1", - "react-dropzone": "14.2.3", + "react-dropzone": "14.2.9", "react-ga4": "2.1.0", "react-google-recaptcha": "3.1.0", "react-hook-form": "7.53.0",