Skip to content

Commit

Permalink
chore(deps): bump the minor group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates in the /src/prisma/prismaservice directory:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.3` | `11.0.5` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.1.0` | `6.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.6` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.1.0` | `6.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



Updates `uuid` from 11.0.3 to 11.0.5
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.3...v11.0.5)

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

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

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

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
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-patch
  dependency-group: minor
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 61c25b9 commit 0f7ce43
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 58 deletions.
99 changes: 46 additions & 53 deletions src/prisma/prismaservice/package-lock.json

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

10 changes: 5 additions & 5 deletions src/prisma/prismaservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"uuid": "^11.0.3",
"uuid": "^11.0.5",
"winston": "^3.17.0"
},
"prisma": {
"schema": "../schema"
},
"devDependencies": {
"@prisma/client": "^6.1.0",
"@prisma/client": "^6.2.1",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.10.2",
"@types/node": "^22.10.6",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"prisma": "^6.1.0",
"prisma": "^6.2.1",
"tsc-alias": "^1.8.10",
"tscpaths": "^0.0.9",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

0 comments on commit 0f7ce43

Please sign in to comment.