Skip to content

Commit

Permalink
chore(deps): bump the deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client), [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 5.15.1 to 5.16.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.16.0/packages/client)

Updates `@prisma/instrumentation` from 5.15.1 to 5.16.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.16.0/packages/instrumentation)

Updates `@types/node` from 20.14.8 to 20.14.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prisma` from 5.15.1 to 5.16.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.16.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@prisma/instrumentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 7f0f8b1 commit 38ab557
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 156 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@opentelemetry/sdk-node": "^0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/client": "^5.15.1",
"@prisma/instrumentation": "^5.15.1",
"@prisma/client": "^5.16.0",
"@prisma/instrumentation": "^5.16.0",
"cache-manager": "^5.6.1",
"cache-manager-ioredis-yet": "^2.1.1",
"class-transformer": "^0.5.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^4.0.0",
"@types/supertest": "^6.0.2",
Expand All @@ -114,7 +114,7 @@
"jest-mock-extended": "^3.0.5",
"prettier": "^3.3.2",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.15.1",
"prisma": "^5.16.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.1.5",
Expand Down
Loading

0 comments on commit 38ab557

Please sign in to comment.