diff --git a/package-lock.json b/package-lock.json index fd350df5e2..f2034d2c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fontsource/roboto": "^4.5.8", "@fontsource/roboto-mono": "^4.4.2", "@mantine/core": "^7.15.0", - "@mantine/form": "^7.16.2", + "@mantine/form": "^8.3.4", "@mantine/hooks": "^7.15.0", "@mapbox/leaflet-omnivore": "^0.3.4", "@placemarkio/check-geojson": "^0.1.14", @@ -4686,10 +4686,9 @@ } }, "node_modules/@mantine/form": { - "version": "7.16.2", - "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.16.2.tgz", - "integrity": "sha512-JZkLbZ7xWAZndPrxObkf10gjHj57x8yvI/vobjDhfWN3zFPTSWmSSF6yBE1FpITseOs3oR03hlkqG6EclK6g+g==", - "license": "MIT", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.4.tgz", + "integrity": "sha512-mfJ5tFTLP5IGBn1yY+ZpOMNF0/NPjjv+C8T1wL6Xcoik1FvfavdE/1viE1Dy7VlFZWxIb1mr0L0OrqRTL/8g0A==", "dependencies": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6" @@ -33419,9 +33418,9 @@ } }, "@mantine/form": { - "version": "7.16.2", - "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.16.2.tgz", - "integrity": "sha512-JZkLbZ7xWAZndPrxObkf10gjHj57x8yvI/vobjDhfWN3zFPTSWmSSF6yBE1FpITseOs3oR03hlkqG6EclK6g+g==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.4.tgz", + "integrity": "sha512-mfJ5tFTLP5IGBn1yY+ZpOMNF0/NPjjv+C8T1wL6Xcoik1FvfavdE/1viE1Dy7VlFZWxIb1mr0L0OrqRTL/8g0A==", "requires": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6" diff --git a/package.json b/package.json index 4088e49829..6dd849d87a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fontsource/roboto": "^4.5.8", "@fontsource/roboto-mono": "^4.4.2", "@mantine/core": "^7.15.0", - "@mantine/form": "^7.16.2", + "@mantine/form": "^8.3.4", "@mantine/hooks": "^7.15.0", "@mapbox/leaflet-omnivore": "^0.3.4", "@placemarkio/check-geojson": "^0.1.14",