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",