From 1daee340c71e625ddeb85be2cc98df94c33479e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 09:32:31 +0000 Subject: [PATCH] chore(deps): bump react-dropzone from 14.4.1 to 15.0.0 Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 14.4.1 to 15.0.0. - [Release notes](https://github.com/react-dropzone/react-dropzone/releases) - [Commits](https://github.com/react-dropzone/react-dropzone/compare/v14.4.1...v15.0.0) --- updated-dependencies: - dependency-name: react-dropzone dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/synapse-playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/synapse-playground/package.json b/apps/synapse-playground/package.json index 48fe1ecb..1e9c2589 100644 --- a/apps/synapse-playground/package.json +++ b/apps/synapse-playground/package.json @@ -76,7 +76,7 @@ "next-themes": "^0.4.6", "react": "19.2.4", "react-dom": "19.2.4", - "react-dropzone": "^14.4.0", + "react-dropzone": "^15.0.0", "react-hook-form": "^7.66.1", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1",