From 8c1df607ce8c80da5f75ef4dd7e9f3b9f4bdd30f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:22:45 +0000 Subject: [PATCH] build(deps): Bump @mantine/modals from 8.3.14 to 8.3.17 in /frontend Bumps [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) from 8.3.14 to 8.3.17. - [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/8.3.17/packages/@mantine/modals) --- updated-dependencies: - dependency-name: "@mantine/modals" dependency-version: 8.3.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d9f353e..089136d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@mantine/dates": "^8.3.14", "@mantine/form": "^8.3.14", "@mantine/hooks": "^8.3.14", - "@mantine/modals": "^8.3.14", + "@mantine/modals": "^8.3.17", "@mantine/notifications": "^8.3.14", "@mantine/spotlight": "^8.3.14", "@tabler/icons-react": "^3.37.1", @@ -1893,13 +1893,13 @@ } }, "node_modules/@mantine/modals": { - "version": "8.3.14", - "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.14.tgz", - "integrity": "sha512-BBM53MBq0vKZ7MKmTbqdt6i5eZEoAbfllCHVlQ7J4Xlr1LehoxO3q0MuwPr5kkjSWAPw5okiviKoMYXIKBn53w==", + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.17.tgz", + "integrity": "sha512-aWck1l+ots25CQwUnfPTM8hkYmhUBxxyJZpRjgn1Btvl+1nrYq+D+vp6vkrd8EFNZr2ENzOpPPudJPZaK7MrzA==", "license": "MIT", "peerDependencies": { - "@mantine/core": "8.3.14", - "@mantine/hooks": "8.3.14", + "@mantine/core": "8.3.17", + "@mantine/hooks": "8.3.17", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } diff --git a/frontend/package.json b/frontend/package.json index 6a39730..9cf7226 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@mantine/dates": "^8.3.14", "@mantine/form": "^8.3.14", "@mantine/hooks": "^8.3.14", - "@mantine/modals": "^8.3.14", + "@mantine/modals": "^8.3.17", "@mantine/notifications": "^8.3.14", "@mantine/spotlight": "^8.3.14", "@tabler/icons-react": "^3.37.1",