Skip to content

Commit

Permalink
build(deps): Bump @aws-sdk/client-ses from 3.564.0 to 3.574.0 (#1591)
Browse files Browse the repository at this point in the history
* build(deps): Bump @aws-sdk/client-ses from 3.564.0 to 3.574.0

Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) from 3.564.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-ses/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.574.0/clients/client-ses)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ses"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update package.json

* Update node&docker.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bervianto Leo Pratama <[email protected]>
  • Loading branch information
dependabot[bot] and berviantoleo authored May 13, 2024
1 parent 834c3c0 commit 595d225
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node&docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"config": "config/"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || ^21.0.0",
"node": "^20.0.0 || ^22.0.0",
"yarn": ">= 0.18.0"
},
"scripts": {
Expand All @@ -49,7 +49,7 @@
},
"types": "lib/",
"dependencies": {
"@aws-sdk/client-ses": "^3.564.0",
"@aws-sdk/client-ses": "^3.574.0",
"@bervproject/feathers-advance-hook": "^1.1.1",
"@feathersjs/authentication": "^4.5.15",
"@feathersjs/authentication-local": "^4.5.15",
Expand Down
Loading

0 comments on commit 595d225

Please sign in to comment.