diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6473b6b..55495b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,8 +11,8 @@ importers: web/guard-dashboard: dependencies: '@fontsource/geist-mono': - specifier: ^5.2.7 - version: 5.2.7 + specifier: ^5.2.8 + version: 5.2.8 '@fontsource/geist-sans': specifier: ^5.2.5 version: 5.2.5 @@ -261,8 +261,8 @@ packages: '@floating-ui/utils@0.2.11': resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} - '@fontsource/geist-mono@5.2.7': - resolution: {integrity: sha512-xVPVFISJg/K0VVd+aQN0Y7X/sw9hUcJPyDWFJ5GpyU3bHELhoRsJkPSRSHXW32mOi0xZCUQDOaPj1sqIFJ1FGg==} + '@fontsource/geist-mono@5.2.8': + resolution: {integrity: sha512-YqZUb3X42GjRaHkibUNyE8K4Rk9A6I9Ez81YpJYiuJN4ggmTW2ixoQpa9EWCPfXZtIsCQJTyrDoV9OJOZO/UcA==} '@fontsource/geist-sans@5.2.5': resolution: {integrity: sha512-anllOHyJbElRs9fV15TeDRqAeb1IKm4bSknPl6ZMoyPTx1BBy7logudcUwpNjmQLkzn4Q0JGQLRCUKJYoyST6A==} @@ -1527,7 +1527,7 @@ snapshots: '@floating-ui/utils@0.2.11': {} - '@fontsource/geist-mono@5.2.7': {} + '@fontsource/geist-mono@5.2.8': {} '@fontsource/geist-sans@5.2.5': {} diff --git a/web/guard-dashboard/package.json b/web/guard-dashboard/package.json index a51a451..3ef96e3 100644 --- a/web/guard-dashboard/package.json +++ b/web/guard-dashboard/package.json @@ -10,7 +10,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@fontsource/geist-mono": "^5.2.7", + "@fontsource/geist-mono": "^5.2.8", "@fontsource/geist-sans": "^5.2.5", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-dialog": "^1.1.15",