diff --git a/package-lock.json b/package-lock.json index 25d0304e7b..4f21c3be65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "24.0.2-dev1", "license": "AGPL-3.0+", "dependencies": { - "@greenbone/opensight-ui-components": "^0.4.1-alpha6", + "@greenbone/opensight-ui-components": "^0.4.1-alpha9", "@mantine/core": "^6.0.0", "@reduxjs/toolkit": "^2.3.0", "@sentry/react": "^8.39.0", @@ -2546,9 +2546,9 @@ "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" }, "node_modules/@greenbone/opensight-ui-components": { - "version": "0.4.1-alpha6", - "resolved": "https://registry.npmjs.org/@greenbone/opensight-ui-components/-/opensight-ui-components-0.4.1-alpha6.tgz", - "integrity": "sha512-/uHRSHUkHdJ4fJBkGc4bo7EhVbouXtKDNe6bCjWysWMoIpNjLYWvBY+rRbDuRzkSzgnVHIdKm6GE+HH9nGchMg==", + "version": "0.4.1-alpha9", + "resolved": "https://registry.npmjs.org/@greenbone/opensight-ui-components/-/opensight-ui-components-0.4.1-alpha9.tgz", + "integrity": "sha512-xnZiS5PCK/79cA3q7IyITgR08okxoU9eBgZzK9VOpe3ZY28AlXA2BODRuT9KlpoOV2hUSOSYAU3sCUSjt2Du0Q==", "dependencies": { "@mantine/core": "^6.x.x", "@mantine/dates": "^6.x.x", diff --git a/package.json b/package.json index 5caa18111f..098e3439bc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node": ">=18.0" }, "dependencies": { - "@greenbone/opensight-ui-components": "^0.4.1-alpha6", + "@greenbone/opensight-ui-components": "^0.4.1-alpha9", "@mantine/core": "^6.0.0", "@reduxjs/toolkit": "^2.3.0", "@sentry/react": "^8.39.0",