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
…5 updates

Bumps the non-breaking group with 5 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.633.0` | `3.637.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.633.0` | `3.637.0` |
| [@nestjs/schematics](https://github.com/nestjs/schematics) | `10.1.3` | `10.1.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.12` | `1.7.18` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.11` | `20.16.1` |



Updates `@aws-sdk/client-s3` from 3.633.0 to 3.637.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.637.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.633.0 to 3.637.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.637.0/lib/lib-storage)

Updates `@nestjs/schematics` from 10.1.3 to 10.1.4
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.1.3...10.1.4)

Updates `@swc/core` from 1.7.12 to 1.7.18
- [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.7.12...v1.7.18)

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

---
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/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@types/node"
  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 Aug 27, 2024
1 parent 7c6c0ce commit 7d9250a
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 290 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test:e2e:watch": "vitest -c ./test/vitest.config.e2e.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "3.633.0",
"@aws-sdk/lib-storage": "3.633.0",
"@aws-sdk/client-s3": "3.637.0",
"@aws-sdk/lib-storage": "3.637.0",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.1",
Expand All @@ -34,11 +34,11 @@
},
"devDependencies": {
"@nestjs/cli": "10.4.4",
"@nestjs/schematics": "10.1.3",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.1",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.12",
"@types/node": "20.14.11",
"@swc/core": "1.7.18",
"@types/node": "20.16.1",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
Loading

0 comments on commit 7d9250a

Please sign in to comment.