Skip to content

Commit

Permalink
fix: newer version of aws-sdk generates incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Jan 21, 2025
1 parent 2267ac9 commit 7dee035
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/hydrooj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.19.0",
"version": "4.19.1",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
Expand All @@ -12,10 +12,10 @@
},
"preferUnplugged": true,
"dependencies": {
"@aws-sdk/client-s3": "3.731.1",
"@aws-sdk/lib-storage": "3.731.1",
"@aws-sdk/s3-presigned-post": "3.731.1",
"@aws-sdk/s3-request-presigner": "3.731.1",
"@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/lib-storage": "3.726.1",
"@aws-sdk/s3-presigned-post": "3.726.1",
"@aws-sdk/s3-request-presigner": "3.726.1",
"@graphql-tools/schema": "^10.0.16",
"@hydrooj/framework": "workspace:^",
"@hydrooj/utils": "workspace:^",
Expand Down

0 comments on commit 7dee035

Please sign in to comment.