Skip to content

Commit

Permalink
Update aws-sdk-js-v3 monorepo to ^3.421.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent 8846575 commit 11db117
Show file tree
Hide file tree
Showing 8 changed files with 2,869 additions and 2,085 deletions.
4,928 changes: 2,856 additions & 2,072 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/create-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.297.0",
"@aws-sdk/client-s3": "^3.297.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"canvas": "^2.10.2",
"nanoid": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/get-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.297.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/aws-lambda": "8.10.114",
Expand Down
8 changes: 4 additions & 4 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"setup": "ts-node src/setupS3.ts"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.297.0",
"@aws-sdk/client-lambda": "3.297.0",
"@aws-sdk/client-s3": "3.297.0",
"@aws-sdk/lib-dynamodb": "3.297.0",
"@aws-sdk/client-dynamodb": "3.421.0",
"@aws-sdk/client-lambda": "3.421.0",
"@aws-sdk/client-s3": "3.421.0",
"@aws-sdk/lib-dynamodb": "3.421.0",
"@babel/preset-env": "^7.20.2",
"@cypress/webpack-preprocessor": "^5.17.0",
"babel-loader": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/janitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.297.0",
"@aws-sdk/client-s3": "^3.297.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"discord.js": "^14.8.0",
"ffmpeg-static": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/move-delete-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.297.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@carto/map-utils": "*",
"@carto/token-utils": "*",
"nanoid": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-sfn": "^3.297.0",
"@aws-sdk/client-sfn": "^3.421.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/token-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.297.0",
"@aws-sdk/client-s3": "^3.297.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@carto/map-utils": "*",
"canvas": "^2.10.2"
},
Expand Down

0 comments on commit 11db117

Please sign in to comment.