Skip to content

Commit

Permalink
Update AWS dependencies and remove unused dependency (#11900)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian authored Oct 29, 2024
1 parent 26e7fb4 commit b0beb89
Show file tree
Hide file tree
Showing 8 changed files with 1,257 additions and 1,233 deletions.
12 changes: 6 additions & 6 deletions services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"typescript": "^4.5.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.654.0",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/client-ssm": "^3.654.0",
"@aws-sdk/lib-dynamodb": "^3.654.0",
"@aws-sdk/s3-request-presigner": "^3.654.0",
"@aws-sdk/util-dynamodb": "^3.654.0",
"@aws-sdk/client-dynamodb": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-ssm": "^3.679.0",
"@aws-sdk/lib-dynamodb": "^3.679.0",
"@aws-sdk/s3-request-presigner": "^3.679.0",
"@aws-sdk/util-dynamodb": "^3.679.0",
"aws-jwt-verify": "^3.1.0",
"date-fns": "^2.26.0",
"date-fns-tz": "^1.2.2",
Expand Down
1,584 changes: 807 additions & 777 deletions services/app-api/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions services/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"serverless-dynamodb": "^0.2.53"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.658.1",
"@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/lib-dynamodb": "^3.658.1"
"@aws-sdk/client-dynamodb": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/lib-dynamodb": "^3.679.0"
}
}
534 changes: 267 additions & 267 deletions services/database/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/ui-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "CC0-1.0",
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.662.0"
"@aws-sdk/client-cognito-identity-provider": "^3.679.0"
},
"devDependencies": {
"serverless-plugin-common-excludes": "^4.0.0",
Expand Down
346 changes: 173 additions & 173 deletions services/ui-auth/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"postinstall": "patch-package"
},
"dependencies": {
"@aws-amplify/rtn-web-browser": "^1.1.1",
"@chakra-ui/react": "^1.8.9",
"@cmsgov/design-system": "^3.8.0",
"@emotion/react": "^11.13.3",
Expand Down
5 changes: 0 additions & 5 deletions services/ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@
lodash "^4.17.21"
tslib "^2.5.0"

"@aws-amplify/rtn-web-browser@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@aws-amplify/rtn-web-browser/-/rtn-web-browser-1.1.1.tgz#c85c5c45d8c92283431ada7dfbf27af730bf9e8d"
integrity sha512-iHQNfdB+jRxgnttFHHf38JHQ9tOfzbcv1CR1H9Qb3RBPZMELQQhyvuKvTukvvzfjuGpxDR6/q3WOd5DJ9IRx9w==

"@aws-amplify/[email protected]":
version "6.6.9"
resolved "https://registry.yarnpkg.com/@aws-amplify/storage/-/storage-6.6.9.tgz#c23072d7e21f33b1954fafd99baa5d926c89dd04"
Expand Down

0 comments on commit b0beb89

Please sign in to comment.