From aacc1570c5ebb1fd10fa046b77353bf4e18549fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:29:27 +0000 Subject: [PATCH] build(deps): Bump @mantine/charts from 8.3.14 to 8.3.15 in /frontend Bumps [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) 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/charts) --- updated-dependencies: - dependency-name: "@mantine/charts" dependency-version: 8.3.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0283556..ce5d266 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.1.0", "dependencies": { - "@mantine/charts": "^8.3.14", + "@mantine/charts": "^8.3.15", "@mantine/core": "^8.3.14", "@mantine/dates": "^8.3.14", "@mantine/form": "^8.3.14", @@ -1823,13 +1823,13 @@ } }, "node_modules/@mantine/charts": { - "version": "8.3.14", - "resolved": "https://registry.npmjs.org/@mantine/charts/-/charts-8.3.14.tgz", - "integrity": "sha512-NbVYXk00+k04VVvTN5XquvNDrE6YRc3cP+1YQZLCwlMrjUXFaTy5KYoNWEMZ9e6wSNWAj9ZJCPuZ82P9CgOQkw==", + "version": "8.3.15", + "resolved": "https://registry.npmjs.org/@mantine/charts/-/charts-8.3.15.tgz", + "integrity": "sha512-dXn7tymDhsXezKmFu5IV2It2zb0aXGS167T0EPTthVXGBPJfb6VRaFLrq0Diyc5hLJ+q1JK9GSVuR50DSH+xyA==", "license": "MIT", "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", "recharts": ">=2.13.3" diff --git a/frontend/package.json b/frontend/package.json index 6a39730..b049df9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@mantine/charts": "^8.3.14", + "@mantine/charts": "^8.3.15", "@mantine/core": "^8.3.14", "@mantine/dates": "^8.3.14", "@mantine/form": "^8.3.14",