diff --git a/package-lock.json b/package-lock.json index 9bb2460..dd74d9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3274,9 +3274,10 @@ } }, "node_modules/@mantine/form": { - "version": "7.17.8", + "version": "8.3.9", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.9.tgz", + "integrity": "sha512-G7eCo5TEWGcsWHrNGwp/o1yPcCYbaMdLq6SClN+wMhAA+qaEO1ZHf9mX8fSOX78nkaoyIrZHGOhbVXcZ7hmVrQ==", "dev": true, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6" @@ -22551,7 +22552,7 @@ "license": "GPL-3.0", "devDependencies": { "@mantine/core": "^7.13.5", - "@mantine/form": "^7.14.0", + "@mantine/form": "^8.3.9", "@mantine/hooks": "^7.13.5", "@tabler/icons-react": "^3.6.0", "react-syntax-highlighter": "^15.6.1" diff --git a/packages/forms/package.json b/packages/forms/package.json index 3d21a6f..e434f9a 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@mantine/core": "^7.13.5", - "@mantine/form": "^7.14.0", + "@mantine/form": "^8.3.9", "@mantine/hooks": "^7.13.5", "@tabler/icons-react": "^3.6.0", "react-syntax-highlighter": "^15.6.1"