diff --git a/ui/mantine-ui/package-lock.json b/ui/mantine-ui/package-lock.json index 239c40915..ff121c6cc 100644 --- a/ui/mantine-ui/package-lock.json +++ b/ui/mantine-ui/package-lock.json @@ -8,7 +8,7 @@ "name": "alertmanager", "version": "0.0.0", "dependencies": { - "@mantine/code-highlight": "^8.3.13", + "@mantine/code-highlight": "^8.3.14", "@mantine/core": "^8.3.13", "@mantine/hooks": "^8.3.13", "@tanstack/react-query": "^5.90.16", @@ -1474,24 +1474,24 @@ "license": "MIT" }, "node_modules/@mantine/code-highlight": { - "version": "8.3.13", - "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-8.3.13.tgz", - "integrity": "sha512-AEFZ8TVu9A2yjllDz+Yodz5r6o5KX1p1B+9xDa97UXbYGxojJQI0V5Obh8Hyi8o1MAAZ/z1YaE7XznpYwQJjQg==", + "version": "8.3.14", + "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-8.3.14.tgz", + "integrity": "sha512-7ywMnadaw4O/QG9sQOCIWPZKh6Q97ibyZgkH2cjVNvVbChmZKXIlcHW/QbQJUS84Bs/eGDhnkxwnq78v9w16gQ==", "license": "MIT", "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { - "@mantine/core": "8.3.13", - "@mantine/hooks": "8.3.13", + "@mantine/core": "8.3.14", + "@mantine/hooks": "8.3.14", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/core": { - "version": "8.3.13", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.13.tgz", - "integrity": "sha512-ZgW4vqN4meaPyIMxzAufBvsgmJRfYZdTpsrAOcS8pWy7m9e8i685E7XsAxnwJCOIHudpvpvt+7Bx7VaIjEsYEw==", + "version": "8.3.14", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.14.tgz", + "integrity": "sha512-ZOxggx65Av1Ii1NrckCuqzluRpmmG+8DyEw24wDom3rmwsPg9UV+0le2QTyI5Eo60LzPfUju1KuEPiUzNABIPg==", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.27.16", @@ -1502,15 +1502,15 @@ "type-fest": "^4.41.0" }, "peerDependencies": { - "@mantine/hooks": "8.3.13", + "@mantine/hooks": "8.3.14", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/hooks": { - "version": "8.3.13", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.13.tgz", - "integrity": "sha512-7YMbMW/tR9E8m/9DbBW01+3RNApm2mE/JbRKXf9s9+KxgbjQvq0FYGWV8Y4+Sjz48AO4vtWk2qBriUTgBMKAyg==", + "version": "8.3.14", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.14.tgz", + "integrity": "sha512-0SbHnGEuHcF2QyjzBBcqidpjNmIb6n7TC3obnhkBToYhUTbMcJSK/8ei/yHtAelridJH4CPeohRlQdc0HajHyQ==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/ui/mantine-ui/package.json b/ui/mantine-ui/package.json index 8f6e160fe..bdcf12ab3 100644 --- a/ui/mantine-ui/package.json +++ b/ui/mantine-ui/package.json @@ -17,7 +17,7 @@ "test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest && npm run build" }, "dependencies": { - "@mantine/code-highlight": "^8.3.13", + "@mantine/code-highlight": "^8.3.14", "@mantine/core": "^8.3.13", "@mantine/hooks": "^8.3.13", "@tanstack/react-query": "^5.90.16",