From 4cdb174b0fff47ce04b15be4a3872072736c1e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:14:29 +0000 Subject: [PATCH] Bump prisma from 4.3.1 to 4.10.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.3.1 to 4.10.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/4.10.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e8520ad..2e5c0a6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "playwright": "^1.19.1", "postcss": "^8.4.16", "prettier": "^2.5.1", - "prisma": "^4.2.1", + "prisma": "^4.10.1", "tailwindcss": "^3.1.8", "ts-jest": "^27.0.5", "ts-node": "^10.3.0", diff --git a/yarn.lock b/yarn.lock index ae3b9d8..ec1ae21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -852,10 +852,10 @@ resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e.tgz#bf5e2373ca68ce7556b967cb4965a7095e93fe53" integrity sha512-e3k2Vd606efd1ZYy2NQKkT4C/pn31nehyLhVug6To/q8JT8FpiMrDy7zmm3KLF0L98NOQQcutaVtAPhzKhzn9w== -"@prisma/engines@4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-4.3.1.tgz#fb0ad69eded13827fb4cd81995a351c234e8327f" - integrity sha512-4JF/uMaEDAPdcdZNOrnzE3BvrbGpjgV0FcPT3EVoi6I86fWkloqqxBt+KcK/+fIRR0Pxj66uGR9wVH8U1Y13JA== +"@prisma/engines@4.10.1": + version "4.10.1" + resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-4.10.1.tgz#c7062747f254e5d5fce98a8cae566c25f9f29fb2" + integrity sha512-B3tcTxjx196nuAu1GOTKO9cGPUgTFHYRdkPkTS4m5ptb2cejyBlH9X7GOfSt3xlI7p4zAJDshJP4JJivCg9ouA== "@rushstack/eslint-patch@^1.1.3": version "1.1.4" @@ -4635,12 +4635,12 @@ pretty-format@^27.0.0, pretty-format@^27.5.1: ansi-styles "^5.0.0" react-is "^17.0.1" -prisma@^4.2.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/prisma/-/prisma-4.3.1.tgz#9e4c24e49710392be40ee75fb3d9341d7487881e" - integrity sha512-90xo06wtqil76Xsi3mNpc4Js3SdDRR5g4qb9h+4VWY4Y8iImJY6xc3PX+C9xxTSt1lr0Q89A0MLkJjd8ax6KiQ== +prisma@^4.10.1: + version "4.10.1" + resolved "https://registry.yarnpkg.com/prisma/-/prisma-4.10.1.tgz#88084695d7b364ae6bebf93d5006f84439c4e7d1" + integrity sha512-0jDxgg+DruB1kHVNlcspXQB9au62IFfVg9drkhzXudszHNUAQn0lVuu+T8np0uC2z1nKD5S3qPeCyR8u5YFLnA== dependencies: - "@prisma/engines" "4.3.1" + "@prisma/engines" "4.10.1" process@^0.11.10: version "0.11.10"