diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d9f353e..d0ab4ee 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@mantine/form": "^8.3.14", "@mantine/hooks": "^8.3.14", "@mantine/modals": "^8.3.14", - "@mantine/notifications": "^8.3.14", + "@mantine/notifications": "^8.3.17", "@mantine/spotlight": "^8.3.14", "@tabler/icons-react": "^3.37.1", "@tanstack/react-query": "^5.90.21", @@ -1905,21 +1905,30 @@ } }, "node_modules/@mantine/notifications": { - "version": "8.3.14", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.14.tgz", - "integrity": "sha512-+ia97wrcU9Zfv+jXYvgr2GdISqKTHbQE9nnEIZvGUBPAqKr9b2JAsaXQS/RsAdoXUI+kKDEtH2fyVYS7zrSi/Q==", + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.17.tgz", + "integrity": "sha512-ZTvmBbVsprjPEKaixfxc1HLBokIaojHvLTVNQNq76H9hF4e9vgu/gwWs3AQeHksZvExByW1ok7XR6blCKqvTxA==", "license": "MIT", "dependencies": { - "@mantine/store": "8.3.14", + "@mantine/store": "8.3.17", "react-transition-group": "4.4.5" }, "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" } }, + "node_modules/@mantine/notifications/node_modules/@mantine/store": { + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.17.tgz", + "integrity": "sha512-uwI/0lhzSwdfdzqA6YlnlNP/9KjUc5SxbuB3OH/P8aasn2utsVNsKIYDlAU/oFsjggSAoQxzEGR1V2ktTjLlXg==", + "license": "MIT", + "peerDependencies": { + "react": "^18.x || ^19.x" + } + }, "node_modules/@mantine/spotlight": { "version": "8.3.14", "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.14.tgz", diff --git a/frontend/package.json b/frontend/package.json index 6a39730..ea729a4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@mantine/form": "^8.3.14", "@mantine/hooks": "^8.3.14", "@mantine/modals": "^8.3.14", - "@mantine/notifications": "^8.3.14", + "@mantine/notifications": "^8.3.17", "@mantine/spotlight": "^8.3.14", "@tabler/icons-react": "^3.37.1", "@tanstack/react-query": "^5.90.21",