From 0c680391f343d1791c5f3b26bf4162e710cee8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:15:12 +0000 Subject: [PATCH] chore(deps): bump @prisma/client in /backend/api-gateway Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.14.0 to 5.19.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.19.1/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/api-gateway/package.json | 2 +- backend/api-gateway/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/api-gateway/package.json b/backend/api-gateway/package.json index 3b7ca54..62dab2c 100644 --- a/backend/api-gateway/package.json +++ b/backend/api-gateway/package.json @@ -9,7 +9,7 @@ "dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\"" }, "dependencies": { - "@prisma/client": "5.14.0", + "@prisma/client": "5.19.1", "@types/archiver": "6.0.1", "archiver": "6.0.1", "auth0": "4.3.1", diff --git a/backend/api-gateway/yarn.lock b/backend/api-gateway/yarn.lock index 220d455..3a328c3 100644 --- a/backend/api-gateway/yarn.lock +++ b/backend/api-gateway/yarn.lock @@ -98,10 +98,10 @@ resolved "https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.2.tgz#0f164b726869f71da3c594171df5ebc1c4b0a407" integrity sha512-O+6Gs8UeDbyFpbSh2CPEz/UOrrdWPTBYNblZK5CxxLisYt4kGX3Sc+czffFonyjiGSq3jWLwJS/CCJc7tBr4sQ== -"@prisma/client@5.14.0": - version "5.14.0" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.14.0.tgz#dadca5bb1137ddcebb454bbdaf89423823d3363f" - integrity sha512-akMSuyvLKeoU4LeyBAUdThP/uhVP3GuLygFE3MlYzaCb3/J8SfsYBE5PkaFuLuVpLyA6sFoW+16z/aPhNAESqg== +"@prisma/client@5.19.1": + version "5.19.1" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.19.1.tgz#d73f2b17b08628b6450c1c2dd20924d7a993aadf" + integrity sha512-x30GFguInsgt+4z5I4WbkZP2CGpotJMUXy+Gl/aaUjHn2o1DnLYNTA+q9XdYmAQZM8fIIkvUiA2NpgosM3fneg== "@prisma/debug@5.18.0": version "5.18.0"