Skip to content

Commit

Permalink
fix(dependabot): bump the non-breaking group across 1 directory with …
Browse files Browse the repository at this point in the history
…8 updates

Bumps the non-breaking group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.567.0` | `3.574.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.567.0` | `3.574.0` |
| [fastify](https://github.com/fastify/fastify) | `4.26.2` | `4.27.0` |
| [zod](https://github.com/colinhacks/zod) | `3.23.5` | `3.23.8` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.17` | `1.5.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.8` | `20.12.11` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.5.3` | `1.6.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.5.3` | `1.6.0` |



Updates `@aws-sdk/client-s3` from 3.567.0 to 3.574.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.574.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.567.0 to 3.574.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.574.0/lib/lib-storage)

Updates `fastify` from 4.26.2 to 4.27.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.26.2...v4.27.0)

Updates `zod` from 3.23.5 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.5...v3.23.8)

Updates `@swc/core` from 1.4.17 to 1.5.5
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.4.17...v1.5.5)

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

Updates `@vitest/coverage-v8` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/coverage-v8)

Updates `vitest` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

---
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: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: vitest
  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 May 13, 2024
1 parent d9eb20a commit 0e7d3ae
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 478 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
"test:e2e:watch": "vitest -c ./test/vitest.config.e2e.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.567.0",
"@aws-sdk/lib-storage": "3.567.0",
"@aws-sdk/client-s3": "3.574.0",
"@aws-sdk/lib-storage": "3.574.0",
"@nestjs/common": "10.3.8",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.8",
"@nestjs/platform-fastify": "10.3.8",
"fastify": "4.26.2",
"fastify": "4.27.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"zod": "3.23.5"
"zod": "3.23.8"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.8",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.17",
"@types/node": "20.12.8",
"@swc/core": "1.5.5",
"@types/node": "20.12.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitest/coverage-v8": "1.5.3",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -54,7 +54,7 @@
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5",
"unplugin-swc": "1.4.5",
"vitest": "1.5.3"
"vitest": "1.6.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 0e7d3ae

Please sign in to comment.