Skip to content

Commit

Permalink
Bump the node group in /nodejs with 5 updates (#499)
Browse files Browse the repository at this point in the history
Bumps the node group in /nodejs with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) | `3.632.0` | `3.637.0` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.632.0` | `3.637.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.633.0` | `3.637.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.4.0` | `22.5.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.18.0` |


Updates `@aws-sdk/client-cloudformation` from 3.632.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-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.637.0/clients/client-cloudformation)

Updates `@aws-sdk/client-kms` from 3.632.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-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.637.0/clients/client-kms)

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 `@types/node` from 22.4.0 to 22.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `tsx` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.18.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node
- dependency-name: "@aws-sdk/client-kms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 5c51345 commit 0910112
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 318 deletions.
10 changes: 5 additions & 5 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"vault": "tsx cli/vault.ts"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.632.0",
"@aws-sdk/client-kms": "^3.632.0",
"@aws-sdk/client-s3": "^3.633.0",
"@aws-sdk/client-cloudformation": "^3.637.0",
"@aws-sdk/client-kms": "^3.637.0",
"@aws-sdk/client-s3": "^3.637.0",
"sade": "^1.7.0"
},
"engines": {
Expand All @@ -41,8 +41,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^22.4.0",
"tsx": "^4.17.0",
"@types/node": "^22.5.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 0910112

Please sign in to comment.