Skip to content

Commit

Permalink
deps(example): bump the dependencies group across 1 directory with 4 …
Browse files Browse the repository at this point in the history
…updates

Bumps the dependencies group with 4 updates in the /examples/nestjs-fastify directory: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify), [@nestjs/cli](https://github.com/nestjs/nest-cli) and [prettier](https://github.com/prettier/prettier).


Updates `@nestjs/core` from 10.4.12 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/core)

Updates `@nestjs/platform-fastify` from 10.4.12 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/platform-fastify)

Updates `@nestjs/cli` from 10.4.8 to 10.4.9
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@10.4.8...10.4.9)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/platform-fastify"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c45bdfd commit 98508c5
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 111 deletions.
211 changes: 104 additions & 107 deletions examples/nestjs-fastify/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 examples/nestjs-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@arcjet/nest": "file:../../arcjet-nest",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-fastify": "^10.4.12",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.8",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.1.3"
},
"overrides": {
Expand Down

0 comments on commit 98508c5

Please sign in to comment.