From 070159568ec4b90f6d8e72bc9f27357e989768f2 Mon Sep 17 00:00:00 2001 From: EdmilsonSantana Date: Thu, 26 Dec 2024 07:59:54 -0300 Subject: [PATCH] fix: upgrading prisma packages to 6.1.0 to fix a issue in alpine images --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac58c624d..470760679 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@ffmpeg-installer/ffmpeg": "^1.1.0", "@figuro/chatwoot-sdk": "^1.1.16", "@hapi/boom": "^10.0.1", - "@prisma/client": "^5.15.0", + "@prisma/client": "^6.1.0", "@sentry/node": "^8.28.0", "amqplib": "^0.10.3", "axios": "^1.6.5", @@ -85,7 +85,7 @@ "openai": "^4.52.7", "pg": "^8.11.3", "pino": "^8.11.0", - "prisma": "^5.15.0", + "prisma": "^6.1.0", "pusher": "^5.2.0", "qrcode": "^1.5.1", "qrcode-terminal": "^0.12.0",