Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent fad701a commit b1dafc1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 39 deletions.
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@opentelemetry/sdk-node": "^0.57.0",
"@opentelemetry/sdk-trace-node": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@prisma/client": "^5.22.0",
"@prisma/instrumentation": "~5.22.0",
"@prisma/client": "^6.1.0",
"@prisma/instrumentation": "~6.1.0",
"argon2": "^0.41.1",
"axios": "^1.7.9",
"cache-manager": "^5.7.6",
Expand Down Expand Up @@ -104,7 +104,7 @@
"chai-as-promised": "^7.1.2",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"prisma": "^5.22.0",
"prisma": "^6.1.0",
"prisma-nestjs-graphql": "^20.0.3",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
Expand Down
89 changes: 53 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1dafc1

Please sign in to comment.