Skip to content

Commit

Permalink
chore(deps): bump the minor group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates in the /src/prisma/prismaservice directory: [winston](https://github.com/winstonjs/winston), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `winston` from 3.15.0 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.15.0...v3.17.0)

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

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

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  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: typescript
  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 Dec 16, 2024
1 parent 1861c6e commit 1d1c2f9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 158 deletions.
183 changes: 28 additions & 155 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 @@ -19,20 +19,20 @@
"sharp": "^0.33.5",
"unified": "^11.0.5",
"uuid": "^11.0.3",
"winston": "^3.15.0"
"winston": "^3.17.0"
},
"prisma": {
"schema": "../schema"
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"prisma": "^5.22.0",
"tsc-alias": "^1.8.10",
"tscpaths": "^0.0.9",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

0 comments on commit 1d1c2f9

Please sign in to comment.