Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Jan 8, 2024
1 parent f7f75b7 commit b8c3c98
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 1,000 deletions.
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.202.0",
"@aws-sdk/client-cognito-identity-provider": "^3.202.0",
"@aws-sdk/client-s3": "^3.204.0",
"@aws-sdk/client-s3": "^3.485.0",
"octokit": "^3.1.2"
},
"devDependencies": {
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 @@ -125,8 +125,8 @@
},
"devDependencies": {
"@aws-sdk/client-amplify": "^3.294.0",
"@aws-sdk/client-s3": "^3.352.0",
"@aws-sdk/s3-request-presigner": "^3.352.0",
"@aws-sdk/client-s3": "^3.485.0",
"@aws-sdk/s3-request-presigner": "^3.485.0",
"@storybook/addon-a11y": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
Expand Down
2 changes: 1 addition & 1 deletion services/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.373.0",
"@aws-sdk/client-s3": "3.374.0"
"@aws-sdk/client-s3": "^3.485.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-s3": "^3.262.0",
"@aws-sdk/client-s3": "^3.485.0",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.45.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.45.1",
Expand Down
Loading

0 comments on commit b8c3c98

Please sign in to comment.