Skip to content

Commit

Permalink
chore(deps): bump the minor group
Browse files Browse the repository at this point in the history
Bumps the minor group in /src/prisma/prismaservice with 4 updates: [uuid](https://github.com/uuidjs/uuid), [@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 `uuid` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

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

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

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

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- 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-minor
  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 Nov 11, 2024
1 parent bba5a7e commit 5e34365
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
80 changes: 40 additions & 40 deletions src/prisma/prismaservice/package-lock.json

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

8 changes: 4 additions & 4 deletions src/prisma/prismaservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"prisma": {
"schema": "../schema"
},
"devDependencies": {
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"prisma": "^5.21.1",
"prisma": "^5.22.0",
"tsc-alias": "^1.8.10",
"tscpaths": "^0.0.9",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 5e34365

Please sign in to comment.