From a240686890572f1f51aadee6dcd4fd09f99aaf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:23:27 +0000 Subject: [PATCH] build(deps): Bump @mantine/notifications in /frontend Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) 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/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" dependency-version: 8.3.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 23 ++++++++++++++++------- frontend/package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) 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",