diff --git a/website/package-lock.json b/website/package-lock.json index e2f9e8bf..7bb8fdb5 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@auth/core": "^0.37.4", - "@genspectrum/dashboard-components": "^0.11.2", + "@genspectrum/dashboard-components": "^0.11.3", "@tanstack/react-query": "^5.62.7", "astro": "^5.0.8", "auth-astro": "^4.2.0", @@ -1300,10 +1300,9 @@ "license": "MIT" }, "node_modules/@genspectrum/dashboard-components": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@genspectrum/dashboard-components/-/dashboard-components-0.11.2.tgz", - "integrity": "sha512-w37IslvGNsHZNNIaQz3lDuSejfbwv/lla0XOOBRIhNAdkibxGnE1GJRuiFTxElXipejs5pcs92ICh9oa9lYHBg==", - "license": "AGPL-3.0-only", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/@genspectrum/dashboard-components/-/dashboard-components-0.11.3.tgz", + "integrity": "sha512-oohIUPI0bnEnnpEVwHncYbzk6z+rzTV0TAnem/oWM76swubSzJdLX9dpNJ0kX8eIw852YX+puBB/L0lVQ1AD7A==", "dependencies": { "@floating-ui/dom": "^1.6.5", "@floating-ui/utils": "^0.2.2", diff --git a/website/package.json b/website/package.json index 61ca906e..8ae64724 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@auth/core": "^0.37.4", - "@genspectrum/dashboard-components": "^0.11.2", + "@genspectrum/dashboard-components": "^0.11.3", "@tanstack/react-query": "^5.62.7", "astro": "^5.0.8", "auth-astro": "^4.2.0",