Skip to content

Commit

Permalink
chore(deps): bump @nestjs/core from 10.3.9 to 10.3.10 (#480)
Browse files Browse the repository at this point in the history
* chore(deps): bump @nestjs/core from 10.3.9 to 10.3.10

Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.3.9 to 10.3.10.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.10/packages/core)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update other nestjs packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vojtěch Vidra <vojtechvidra@gmail.com>
  • Loading branch information
dependabot[bot] and VojtechVidra committed Aug 6, 2024
1 parent 473a722 commit 97d2588
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 256 deletions.
18 changes: 9 additions & 9 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@fastify/static": "^7.0.4",
"@lemonsqueezy/lemonsqueezy.js": "^3.2.0",
"@logtail/node": "^0.4.21",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-fastify": "^10.3.9",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-fastify": "^10.3.10",
"@nestjs/schedule": "^4.1.0",
"@nestjs/swagger": "^7.3.1",
"@nestjs/throttler": "^5.1.2",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^6.0.0",
"browserslist": "^4.23.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -47,9 +47,9 @@
"slugify": "^1.6.6"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.9",
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@swc/core": "^1.5.28",
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
Expand Down
Loading

0 comments on commit 97d2588

Please sign in to comment.