From f6feeb80e725cb8465fab2ee8a5a9dd9d7b8586c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:46:38 +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.15. - [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.15/packages/@mantine/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" dependency-version: 8.3.15 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 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",