Skip to content

Commit

Permalink
fix(dependabot): bump the non-breaking group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the non-breaking group with 3 updates: [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage), [@swc/core](https://github.com/swc-project/swc) and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier).


Updates `@aws-sdk/lib-storage` from 3.614.0 to 3.616.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.616.0/lib/lib-storage)

Updates `@swc/core` from 1.6.13 to 1.7.0
- [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.6.13...v1.7.0)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: eslint-plugin-prettier
  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 Jul 22, 2024
1 parent 3491cce commit 4a18b97
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 98 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.614.0",
"@aws-sdk/lib-storage": "3.614.0",
"@aws-sdk/lib-storage": "3.616.0",
"@nestjs/common": "10.3.10",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
Expand All @@ -37,15 +37,15 @@
"@nestjs/schematics": "10.1.2",
"@nestjs/testing": "10.3.10",
"@swc/cli": "0.4.0",
"@swc/core": "1.6.13",
"@swc/core": "1.7.0",
"@types/node": "20.14.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "3.2.4",
"source-map-support": "0.5.21",
Expand Down
Loading

0 comments on commit 4a18b97

Please sign in to comment.