From 8cec10188b991a8bef849d6e4045d52df1132c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:28:53 +0000 Subject: [PATCH] Bump @mantine/form from 7.13.0 to 7.13.1 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.13.0 to 7.13.1. - [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/7.13.1/packages/@mantine/form) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- package-lock.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 9c3ba81..545a24d 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -32,7 +32,7 @@ "@mantine/charts": "^7.13.0", "@mantine/code-highlight": "^7.13.0", "@mantine/core": "^7.13.0", - "@mantine/form": "^7.13.0", + "@mantine/form": "^7.13.1", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.13.0", "@pm2.web/mongoose-models": "*", diff --git a/package-lock.json b/package-lock.json index 9e084ef..88fd43e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@mantine/charts": "^7.13.0", "@mantine/code-highlight": "^7.13.0", "@mantine/core": "^7.13.0", - "@mantine/form": "^7.13.0", + "@mantine/form": "^7.13.1", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.13.0", "@pm2.web/mongoose-models": "*", @@ -563,9 +563,10 @@ } }, "node_modules/@mantine/form": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.0.tgz", - "integrity": "sha512-CeQbE08D7JNA+YyaGKAdFj40rp0JDFobcobIgNZzIyzXX8QNxIrtGhX3QqKIiwiFcjJi4WCxUSzDrd6vOKaEmA==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.1.tgz", + "integrity": "sha512-lgCEyg9kF3xSTDhGt2BKQk/zbxhDdCD/EZFUOW0yUIzvcgvK3TcgqImV3Y1SNqUj/lLKzCQWNNjreAT38jL20g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6"