Skip to content

Commit

Permalink
fix: s3 dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Sep 11, 2024
1 parent 02be563 commit 06827c5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/healthcheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/client-s3": "^3.649.0",
"@zerologementvacant/utils": "workspace:*",
"async": "^3.2.5",
"pg": "^8.11.5",
Expand Down
2 changes: 1 addition & 1 deletion queue/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT=8080
PORT=8081
AUTH_SECRET=secret
SERVICE_ACCOUNT=[email protected]
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/zlv
Expand Down
4 changes: 2 additions & 2 deletions queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"start": "node ./dist/bin/index.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/lib-storage": "^3.578.0",
"@aws-sdk/client-s3": "^3.649.0",
"@aws-sdk/lib-storage": "^3.649.0",
"@bull-board/api": "5.20.2",
"@bull-board/express": "5.20.2",
"@bull-board/ui": "5.20.2",
Expand Down
2 changes: 2 additions & 0 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ S3_REGION=any
S3_BUCKET=
S3_ACCESS_KEY_ID=whatever
S3_SECRET_ACCESS_KEY=whatever

REDIS_URL=redis://localhost:6379
27 changes: 5 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/lib-storage@npm:^3.46.0":
"@aws-sdk/lib-storage@npm:^3.46.0, @aws-sdk/lib-storage@npm:^3.649.0":
version: 3.649.0
resolution: "@aws-sdk/lib-storage@npm:3.649.0"
dependencies:
Expand All @@ -815,23 +815,6 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/lib-storage@npm:^3.578.0":
version: 3.600.0
resolution: "@aws-sdk/lib-storage@npm:3.600.0"
dependencies:
"@smithy/abort-controller": "npm:^3.0.1"
"@smithy/middleware-endpoint": "npm:^3.0.2"
"@smithy/smithy-client": "npm:^3.1.2"
buffer: "npm:5.6.0"
events: "npm:3.3.0"
stream-browserify: "npm:3.0.0"
tslib: "npm:^2.6.2"
peerDependencies:
"@aws-sdk/client-s3": ^3.600.0
checksum: 10c0/8c9a3734a2aa42847afdec73b8d923f591cda9ca80af02cb9b9d4b533f69dd4713700c8252d598b70905b256642735b07b1d36970f7958190d7859d8d67cd089
languageName: node
linkType: hard

"@aws-sdk/middleware-bucket-endpoint@npm:3.598.0":
version: 3.598.0
resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.598.0"
Expand Down Expand Up @@ -5945,7 +5928,7 @@ __metadata:
languageName: node
linkType: hard

"@smithy/abort-controller@npm:^3.0.1, @smithy/abort-controller@npm:^3.1.0":
"@smithy/abort-controller@npm:^3.1.0":
version: 3.1.0
resolution: "@smithy/abort-controller@npm:3.1.0"
dependencies:
Expand Down Expand Up @@ -10245,7 +10228,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zerologementvacant/healthcheck@workspace:packages/healthcheck"
dependencies:
"@aws-sdk/client-s3": "npm:^3.577.0"
"@aws-sdk/client-s3": "npm:^3.649.0"
"@tsconfig/node20": "npm:^20.1.4"
"@types/async": "npm:^3.2.24"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -10292,8 +10275,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zerologementvacant/queue@workspace:queue"
dependencies:
"@aws-sdk/client-s3": "npm:^3.577.0"
"@aws-sdk/lib-storage": "npm:^3.578.0"
"@aws-sdk/client-s3": "npm:^3.649.0"
"@aws-sdk/lib-storage": "npm:^3.649.0"
"@bull-board/api": "npm:5.20.2"
"@bull-board/express": "npm:5.20.2"
"@bull-board/ui": "npm:5.20.2"
Expand Down

0 comments on commit 06827c5

Please sign in to comment.