diff --git a/package-lock.json b/package-lock.json index 7c3782b..5de0532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@mantine/code-highlight": "^7.12.2", "@mantine/core": "^7.11.1", "@mantine/dates": "^7.12.2", - "@mantine/dropzone": "^7.11.1", + "@mantine/dropzone": "^7.12.2", "@mantine/form": "^7.11.1", "@mantine/hooks": "^7.11.1", "@mantine/modals": "^7.11.1", @@ -3524,16 +3524,15 @@ } }, "node_modules/@mantine/dropzone": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.11.1.tgz", - "integrity": "sha512-Jvn+ikhT1GtQq3EMAYWK+1lk6CVDeB1Ykok7oUjTWPZDYAcQkLDNfPpFLqrbPPYSMav0u67zzaq9fUVTYVVhew==", - "license": "MIT", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-7.12.2.tgz", + "integrity": "sha512-VXKpgFBfRfci6eQEyrmNSsTR7LdtErDhWloVw7W6YRsCqJxJHg9e3luG+yIk+tokzSyLoLOVZRX/mESDEso3PQ==", "dependencies": { "react-dropzone-esm": "15.0.1" }, "peerDependencies": { - "@mantine/core": "7.11.1", - "@mantine/hooks": "7.11.1", + "@mantine/core": "7.12.2", + "@mantine/hooks": "7.12.2", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index 0c90d21..c242295 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mantine/code-highlight": "^7.12.2", "@mantine/core": "^7.11.1", "@mantine/dates": "^7.12.2", - "@mantine/dropzone": "^7.11.1", + "@mantine/dropzone": "^7.12.2", "@mantine/form": "^7.11.1", "@mantine/hooks": "^7.11.1", "@mantine/modals": "^7.11.1", diff --git a/yarn.lock b/yarn.lock index 87c0fee..c23e37f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2005,7 +2005,7 @@ dependencies: clsx "^2.1.1" -"@mantine/dropzone@^7.11.1": +"@mantine/dropzone@^7.12.2": version "7.12.2" resolved "https://registry.yarnpkg.com/@mantine/dropzone/-/dropzone-7.12.2.tgz#ac0bf95eb93b4f10c4931945f7673ed931b2e134" integrity sha512-VXKpgFBfRfci6eQEyrmNSsTR7LdtErDhWloVw7W6YRsCqJxJHg9e3luG+yIk+tokzSyLoLOVZRX/mESDEso3PQ==