From fb4d5a779f35844e7096c464872ceea1f7439869 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sat, 13 Jul 2024 23:07:12 +0300 Subject: [PATCH] fix build [2] --- apps/api/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index eb5f202..c937816 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -63,7 +63,7 @@ "@types/supertest": "^2.0.14", "@vchikalkin/eslint-config-awesome": "^1.1.6", "eslint": "^8.51.0", - "fastify": "^4.24.3", + "fastify": "4.24.3", "jest": "29.7.0", "prettier": "^3.0.3", "source-map-support": "^0.5.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c894d05..f650f4e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,7 +139,7 @@ importers: specifier: ^8.51.0 version: 8.54.0 fastify: - specifier: ^4.24.3 + specifier: 4.24.3 version: 4.24.3 jest: specifier: 29.7.0