Skip to content

Commit

Permalink
chore(deps): bump @aws-sdk/types from 3.413.0 to 3.567.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types) from 3.413.0 to 3.567.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.567.0/packages/types)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 6c2602c commit d735487
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"packages/*"
],
"devDependencies": {
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"@aws-sdk/util-buffer-from": "^3.29.0",
"@aws-sdk/util-hex-encoding": "^3.29.0",
"@smithy/util-utf8": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"tslib": "~2.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"tslib": "~2.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/random-source-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/random-source-node",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"tslib": "~2.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/random-source-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@aws-crypto/random-source-browser": "file:../random-source-browser",
"@aws-crypto/random-source-node": "file:../random-source-node",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"tslib": "~2.6.2"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sha1-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "~2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sha256-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@aws-crypto/sha256-js": "file:../sha256-js",
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"@aws-sdk/util-locate-window": "^3.0.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "~2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sha256-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/util": "file:../util",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"tslib": "~2.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sha256-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/sha256-browser": "file:../sha256-browser",
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"@smithy/hash-node": "^2.2.0",
"tslib": "~2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "~3.413.0",
"@aws-sdk/types": "~3.567.0",
"@smithy/util-utf8": "^2.0.0",
"tslib": "~2.6.2"
},
Expand Down

0 comments on commit d735487

Please sign in to comment.