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"