diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 5c203c06..91e16bed 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@fontsource/atkinson-hyperlegible": "^5.2.8", - "@fontsource/dm-sans": "^5.2.8", + "@fontsource/dm-sans": "^5.3.0", "@fontsource/inter": "^5.2.8", "@fontsource/jetbrains-mono": "^5.2.8", "@tanstack/react-virtual": "^3.14.5", @@ -363,9 +363,9 @@ } }, "node_modules/@fontsource/dm-sans": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/@fontsource/dm-sans/-/dm-sans-5.2.8.tgz", - "integrity": "sha512-tlovG42m9ESG28WiHpLq3F5umAlm64rv0RkqTbYowRn70e9OlRr5a3yTJhrhrY+k5lftR/OFJjPzOLQzk8EfCA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fontsource/dm-sans/-/dm-sans-5.3.0.tgz", + "integrity": "sha512-lYJtMXXO28q1z+yz+z8XKd0s4hXaa9QdkETzkyD760sidCv5heI86weYA0sx0Nc4pAMAQTUuyf4gO44cYKKS9g==", "license": "OFL-1.1", "funding": { "url": "https://github.com/sponsors/ayuhito" diff --git a/dashboard/package.json b/dashboard/package.json index b2c137e0..51d594d2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@fontsource/atkinson-hyperlegible": "^5.2.8", - "@fontsource/dm-sans": "^5.2.8", + "@fontsource/dm-sans": "^5.3.0", "@fontsource/inter": "^5.2.8", "@fontsource/jetbrains-mono": "^5.2.8", "@tanstack/react-virtual": "^3.14.5",