Skip to content

Commit

Permalink
chore(deps): bump axios, @juicycleff/nestjs-event-store and @nestjs/c…
Browse files Browse the repository at this point in the history
…ommon

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@juicycleff/nestjs-event-store](https://github.com/juicycleff/nestjs-event-store) and [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common). These dependencies need to be updated together.


Removes `axios`

Updates `@juicycleff/nestjs-event-store` from 3.1.18 to 4.0.0
- [Changelog](https://github.com/juicycleff/nestjs-event-store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/juicycleff/nestjs-event-store/commits)

Updates `@nestjs/common` from 8.4.7 to 10.3.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.3/packages/common)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@juicycleff/nestjs-event-store"
  dependency-type: direct:production
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent dd4886c commit c66a496
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 124 deletions.
155 changes: 33 additions & 122 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test:e2e": "jest --config ./apps/gateway/test/jest-e2e.json"
},
"dependencies": {
"@juicycleff/nestjs-event-store": "3.1.18",
"@nestjs/common": "8.4.7",
"@juicycleff/nestjs-event-store": "4.0.0",
"@nestjs/common": "10.3.3",
"@nestjs/core": "8.4.7",
"@nestjs/cqrs": "8.0.5",
"@nestjs/graphql": "9.1.2",
Expand Down

0 comments on commit c66a496

Please sign in to comment.