From ae6450ca5bd1f632fdba0721372bb51117c86531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:22:34 +0000 Subject: [PATCH] chore(deps): update dependency react-dropzone to v14.2.9 (#8499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-dropzone](https://redirect.github.com/react-dropzone/react-dropzone) | [`14.2.3` -> `14.2.9`](https://renovatebot.com/diffs/npm/react-dropzone/14.2.3/14.2.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-dropzone/14.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-dropzone/14.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dropzone/14.2.3/14.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dropzone/14.2.3/14.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
react-dropzone/react-dropzone (react-dropzone) ### [`v14.2.9`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.9) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.8...v14.2.9) ##### Bug Fixes - disable file access API by default ([c0255d5](https://redirect.github.com/react-dropzone/react-dropzone/commit/c0255d5d9e141e6bf089a98373c5ff6cedfad986)) ### [`v14.2.8`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.8) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.7...v14.2.8) ##### Bug Fixes - revert min node version to 10.13 ([d1ae54d](https://redirect.github.com/react-dropzone/react-dropzone/commit/d1ae54dd5953cc151a1bcbc5abe4e27b5305e086)) ### [`v14.2.7`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.7) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.6...v14.2.7) ##### Bug Fixes - ensure typings can be resolved and close [#​1371](https://redirect.github.com/react-dropzone/react-dropzone/issues/1371) ([68a8a78](https://redirect.github.com/react-dropzone/react-dropzone/commit/68a8a7874abec02285c3308ddc021ab9eb7eb609)) ### [`v14.2.6`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.6) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.5...v14.2.6) ##### Bug Fixes - ensure package works as a module ([2471dd9](https://redirect.github.com/react-dropzone/react-dropzone/commit/2471dd9c63a5b2ef972931761ff30ade06fae2be)) ### [`v14.2.5`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.5) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.4...v14.2.5) ##### Bug Fixes - ensure proper readonly arrays for types ([d7799eb](https://redirect.github.com/react-dropzone/react-dropzone/commit/d7799eb780da799c3964124999fcf19e9c1e0450)) ### [`v14.2.4`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.2.4) [Compare Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.3...v14.2.4) ##### Bug Fixes - add path to acceptedFiles and fileRejections ([960c6d3](https://redirect.github.com/react-dropzone/react-dropzone/commit/960c6d33179a86e79c1ff65902e7393b54e322b3))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2b3551c774..7a6e778610 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -102,7 +102,7 @@ "react-chartjs-2": "4.3.1", "react-confetti": "^6.1.0", "react-dom": "18.3.1", - "react-dropzone": "14.2.3", + "react-dropzone": "14.2.9", "react-error-boundary": "3.1.4", "react-hooks-global-state": "2.1.0", "react-joyride": "^2.5.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 1b344aa974..b6c69afe08 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8258,16 +8258,16 @@ __metadata: languageName: node linkType: hard -"react-dropzone@npm:14.2.3": - version: 14.2.3 - resolution: "react-dropzone@npm:14.2.3" +"react-dropzone@npm:14.2.9": + version: 14.2.9 + resolution: "react-dropzone@npm:14.2.9" dependencies: attr-accept: "npm:^2.2.2" file-selector: "npm:^0.6.0" prop-types: "npm:^15.8.1" peerDependencies: react: ">= 16.8 || 18.0.0" - checksum: 10c0/6433517c53309aca1bb4f4a535aeee297345ca1e11b123676f46c7682ffab34a3428cbda106448fc92b5c9a5e0fa5d225bc188adebcd4d302366bf6b1f9c3fc1 + checksum: 10c0/07c69f5c43500edae8916af54bff53bd27e7a4ba127228d130a5346e49f41ff16b47357d97871b4167d6cd9e65e65b9052d1ea7e59d16caeabf1565a73026f58 languageName: node linkType: hard @@ -9978,7 +9978,7 @@ __metadata: react-chartjs-2: "npm:4.3.1" react-confetti: "npm:^6.1.0" react-dom: "npm:18.3.1" - react-dropzone: "npm:14.2.3" + react-dropzone: "npm:14.2.9" react-error-boundary: "npm:3.1.4" react-hooks-global-state: "npm:2.1.0" react-joyride: "npm:^2.5.3"