From a3db47f8fbe8d7a5be99714ee036e15c80f67d91 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 7 Aug 2025 13:02:32 -0700 Subject: [PATCH] fix: deps --- bot/package.json | 3 ++- pnpm-lock.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/package.json b/bot/package.json index 90cce23..2f64ffb 100644 --- a/bot/package.json +++ b/bot/package.json @@ -18,7 +18,8 @@ "@anthropic-ai/sdk": "0.56.0", "@nhcarrigan/logger": "1.0.0", "discord.js": "14.21.0", - "fastify": "5.4.0" + "fastify": "5.4.0", + "gray-matter": "4.0.3" }, "devDependencies": { "@types/node": "24.0.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a1df1f..a65050b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: fastify: specifier: 5.4.0 version: 5.4.0 + gray-matter: + specifier: 4.0.3 + version: 4.0.3 devDependencies: '@types/node': specifier: 24.0.10