From 420ee9e76925ba134bc5b54950a6af5bd167d460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:56:38 +0000 Subject: [PATCH] Bump @mantine/dropzone from 7.14.2 to 7.14.3 in /client Bumps [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) from 7.14.2 to 7.14.3. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.14.3/packages/@mantine/dropzone) --- updated-dependencies: - dependency-name: "@mantine/dropzone" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c38b1b9..6482bc6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mantine/core": "7.14.2", "@mantine/dates": "7.14.2", - "@mantine/dropzone": "7.14.2", + "@mantine/dropzone": "7.14.3", "@mantine/form": "7.14.2", "@mantine/hooks": "7.14.2", "@mantine/notifications": "7.14.2", @@ -911,16 +911,16 @@ } }, "node_modules/@mantine/dropzone": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.14.2.tgz", - "integrity": "sha512-VKmNi6ichgulcEwQy4zjRI9L+UqZxWD4vuu5DLWHkCWtoy7iiE8YxQnykUl2Fgb5k0+Mr0p+KFR1RKonnkQKNA==", + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.14.3.tgz", + "integrity": "sha512-9ExiWRod5/gBHBd4hsUnPk7Rles0BiJr5FE2Kuq7lqeEXbtYfuSognJD/f5atMgu/5mMEkkyK/Bq5XesZBumBQ==", "license": "MIT", "dependencies": { "react-dropzone-esm": "15.2.0" }, "peerDependencies": { - "@mantine/core": "7.14.2", - "@mantine/hooks": "7.14.2", + "@mantine/core": "7.14.3", + "@mantine/hooks": "7.14.3", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } diff --git a/client/package.json b/client/package.json index 19f6c7a..c1be31b 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "dependencies": { "@mantine/core": "7.14.2", "@mantine/dates": "7.14.2", - "@mantine/dropzone": "7.14.2", + "@mantine/dropzone": "7.14.3", "@mantine/form": "7.14.2", "@mantine/hooks": "7.14.2", "@mantine/notifications": "7.14.2",