diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cdfdb2c7..ffbed095 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -38,7 +38,7 @@ "devDependencies": { "@axe-core/playwright": "4.11.3", "@eslint/js": "9.39.4", - "@fontsource/geist-mono": "^5.2.5", + "@fontsource/geist-mono": "^5.2.8", "@fontsource/geist-sans": "^5.2.5", "@playwright/test": "1.61.0", "@radix-ui/react-dialog": "^1.1.17", @@ -1195,9 +1195,9 @@ } }, "node_modules/@fontsource/geist-mono": { - "version": "5.2.5", - "resolved": "https://registry.npmmirror.com/@fontsource/geist-mono/-/geist-mono-5.2.5.tgz", - "integrity": "sha512-7/r9opukyQ3jkAqfhIRnhodWlAc8yVkHogDUAFqBeBSYNpvlpouLJysYO5cIpqyB/lHrazxChiC73Oj8K3+sZg==", + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/@fontsource/geist-mono/-/geist-mono-5.2.8.tgz", + "integrity": "sha512-YqZUb3X42GjRaHkibUNyE8K4Rk9A6I9Ez81YpJYiuJN4ggmTW2ixoQpa9EWCPfXZtIsCQJTyrDoV9OJOZO/UcA==", "dev": true, "license": "OFL-1.1", "funding": { diff --git a/frontend/package.json b/frontend/package.json index 2d6743ff..f088a096 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@axe-core/playwright": "4.11.3", "@eslint/js": "9.39.4", - "@fontsource/geist-mono": "^5.2.5", + "@fontsource/geist-mono": "^5.2.8", "@fontsource/geist-sans": "^5.2.5", "@playwright/test": "1.61.0", "@radix-ui/react-dialog": "^1.1.17",