Skip to content

Commit

Permalink
Bump the aws-sdk group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the aws-sdk group with 4 updates in the / directory: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage), [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) and [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2).


Updates `@aws-sdk/client-s3` from 3.726.1 to 3.729.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.729.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.726.1 to 3.729.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.729.0/lib/lib-storage)

Updates `@aws-sdk/s3-request-presigner` from 3.726.1 to 3.729.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.729.0/packages/s3-request-presigner)

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

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-ec2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent fd462d9 commit 95c7846
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion dev_tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.726.1",
"@aws-sdk/client-ec2": "^3.726.1",
"@aws-sdk/client-ec2": "^3.727.0",
"@aws-sdk/client-secrets-manager": "^3.726.1",
"axios": "^1.7.9",
"node-ssh": "^13.1.0",
Expand Down
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.726.1",
"@aws-sdk/client-cognito-identity-provider": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@types/papaparse": "^5.3.15",
"@types/uuid": "^9.0.0",
"octokit": "^3.1.2",
Expand Down
6 changes: 3 additions & 3 deletions services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@aws-sdk/client-cognito-identity-provider": "^3.726.1",
"@aws-sdk/client-lambda": "^3.726.1",
"@aws-sdk/client-rds": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/client-secrets-manager": "^3.726.1",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/client-ssm": "^3.726.1",
"@aws-sdk/lib-storage": "^3.726.1",
"@aws-sdk/s3-request-presigner": "^3.726.1",
"@aws-sdk/lib-storage": "^3.729.0",
"@aws-sdk/s3-request-presigner": "^3.729.0",
"@launchdarkly/node-server-sdk": "9.7.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.30.0",
Expand Down
4 changes: 2 additions & 2 deletions services/app-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
},
"devDependencies": {
"@aws-sdk/client-amplify": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/s3-request-presigner": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/s3-request-presigner": "^3.729.0",
"@chromatic-com/storybook": "^1",
"@peculiar/webcrypto": "^1.5.0",
"@storybook/addon-a11y": "^8.2.9",
Expand Down
2 changes: 1 addition & 1 deletion services/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1"
"@aws-sdk/client-s3": "^3.729.0"
}
}
2 changes: 1 addition & 1 deletion services/uploads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.726.1",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/util-utf8-node": "^3.259.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.0",
Expand Down

0 comments on commit 95c7846

Please sign in to comment.