From 59cf99d7cb016ca45e15fa741c518d45763c44bb Mon Sep 17 00:00:00 2001 From: Hikari Date: Thu, 19 Feb 2026 16:32:36 -0800 Subject: [PATCH] chore: pin dependency versions --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 31b699c..e00be88 100644 --- a/package.json +++ b/package.json @@ -26,22 +26,22 @@ "@angular/platform-browser": "21.1.2", "@angular/router": "21.1.2", "@fastify/autoload": "6.0.3", - "@fastify/cookie": "^11.0.2", - "@fastify/cors": "^11.0.0", - "@fastify/csrf-protection": "^7.1.0", - "@fastify/helmet": "^13.0.2", - "@fastify/jwt": "^10.0.0", - "@fastify/oauth2": "^8.1.2", - "@fastify/rate-limit": "^10.3.0", + "@fastify/cookie": "11.0.2", + "@fastify/cors": "11.0.0", + "@fastify/csrf-protection": "7.1.0", + "@fastify/helmet": "13.0.2", + "@fastify/jwt": "10.0.0", + "@fastify/oauth2": "8.1.2", + "@fastify/rate-limit": "10.3.0", "@fastify/sensible": "6.0.4", - "@fastify/static": "^9.0.0", + "@fastify/static": "9.0.0", "@nhcarrigan/logger": "1.1.1", "@prisma/client": "6.19.2", - "dompurify": "^3.3.1", + "dompurify": "3.3.1", "fastify": "5.7.3", "fastify-plugin": "5.0.1", - "jsdom": "^28.0.0", - "marked": "^17.0.1", + "jsdom": "28.0.0", + "marked": "17.0.1", "rxjs": "7.8.2" }, "devDependencies": { @@ -67,10 +67,10 @@ "@swc-node/register": "1.9.2", "@swc/core": "1.5.29", "@swc/helpers": "0.5.18", - "@types/dompurify": "^3.2.0", + "@types/dompurify": "3.2.0", "@types/jest": "30.0.0", - "@types/jsdom": "^27.0.0", - "@types/jsonwebtoken": "^9.0.10", + "@types/jsdom": "27.0.0", + "@types/jsonwebtoken": "9.0.10", "@types/node": "20.19.9", "@typescript-eslint/utils": "8.54.0", "angular-eslint": "21.1.0",