From 71b27532b57908521cf7daf17a608c5e2ad650c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Aug 2024 05:38:52 +0000 Subject: [PATCH] fix: upgrade @prisma/client from 5.1.1 to 5.17.0 Snyk has created this PR to upgrade @prisma/client from 5.1.1 to 5.17.0. See this package in npm: @prisma/client See this project in Snyk: https://app.snyk.io/org/abdulrahman305/project/69b4a077-1fbe-4ce6-bbe0-38766cbfce66?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmark/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/frontend/package.json b/benchmark/frontend/package.json index 2adaccefa8ef..c06da1d2f4e6 100644 --- a/benchmark/frontend/package.json +++ b/benchmark/frontend/package.json @@ -13,7 +13,7 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@prisma/client": "^5.1.1", + "@prisma/client": "^5.17.0", "@t3-oss/env-nextjs": "^0.3.1", "next": "^14.1.1", "react": "18.2.0",