Skip to content

Commit

Permalink
chore(deps-dev): bump the minor group
Browse files Browse the repository at this point in the history
Bumps the minor group in /src/prisma/prismaservice with 3 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client), [@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.20.0 to 5.21.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/client)

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 88cc4c4 commit 88cc18a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions src/prisma/prismaservice/package-lock.json

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

6 changes: 3 additions & 3 deletions src/prisma/prismaservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"schema": "../schema"
},
"devDependencies": {
"@prisma/client": "^5.20.0",
"@prisma/client": "^5.21.1",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"prisma": "^5.20.0",
"prisma": "^5.21.1",
"tsc-alias": "^1.8.10",
"tscpaths": "^0.0.9",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 88cc18a

Please sign in to comment.