diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0283556..2a09407 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.15", "@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.15", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.15.tgz", + "integrity": "sha512-CJGSv8oeLWyJIVPninU7Ud6vV6/UJKWZJwRGBNg2K0Ak0U0coFN3gW3H6G1Mh2zllNxb3K4fpMJNz4Iy0sCBFw==", "license": "MIT", "dependencies": { - "@mantine/store": "8.3.14", + "@mantine/store": "8.3.15", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "8.3.14", - "@mantine/hooks": "8.3.14", + "@mantine/core": "8.3.15", + "@mantine/hooks": "8.3.15", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, + "node_modules/@mantine/notifications/node_modules/@mantine/store": { + "version": "8.3.15", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.15.tgz", + "integrity": "sha512-wdx91a73dM2G02YPIZ9i5UXPWfvjdf3qPAwSGnSsBFQg5uM/5CcPAOOQwlYIkvX1edUA5BFOk/4IjpEXSYUDeQ==", + "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..a1c4b52 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.15", "@mantine/spotlight": "^8.3.14", "@tabler/icons-react": "^3.37.1", "@tanstack/react-query": "^5.90.21",