Skip to content

Commit

Permalink
fix(dependabot): bump the non-breaking group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the non-breaking group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.651.1` | `3.654.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.651.1` | `3.654.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.4.1` | `10.4.4` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.4.1` | `10.4.4` |
| [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `10.4.1` | `10.4.4` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `10.4.1` | `10.4.4` |
| [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.0.0` | `4.1.0` |


Updates `@aws-sdk/client-s3` from 3.651.1 to 3.654.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.654.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.651.1 to 3.654.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.654.0/lib/lib-storage)

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

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

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

Updates `@nestjs/testing` from 10.4.1 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/testing)

Updates `prettier-plugin-organize-imports` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@nestjs/platform-fastify"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: prettier-plugin-organize-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pkarolyi committed Sep 27, 2024
1 parent b8e53e8 commit b192aa4
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 351 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"test:e2e:watch": "vitest -c ./test/vitest.config.e2e.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.651.1",
"@aws-sdk/lib-storage": "3.651.1",
"@nestjs/common": "10.4.1",
"@aws-sdk/client-s3": "3.654.0",
"@aws-sdk/lib-storage": "3.654.0",
"@nestjs/common": "10.4.4",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/core": "10.4.4",
"@nestjs/platform-fastify": "10.4.4",
"fastify": "4.28.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.1",
"@nestjs/testing": "10.4.4",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.26",
"@types/node": "20.16.5",
Expand All @@ -47,7 +47,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-organize-imports": "4.1.0",
"source-map-support": "0.5.21",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit b192aa4

Please sign in to comment.