Skip to content

Commit

Permalink
Merge pull request #522 from nickdirienzo/nvd/patch-aws-sdk
Browse files Browse the repository at this point in the history
chore: update aws-sdk to patch GHSA-776f-qx25-q3cc
  • Loading branch information
matteovivona authored Feb 10, 2025
2 parents 58f2384 + 0ab7da1 commit f3e3935
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@hapi/boom": "10.0.0",
"@sinclair/typebox": "0.25.21",
"ajv": "8.12.0",
"aws-sdk": "2.1310.0",
"aws-sdk": "2.1692.0",
"close-with-grace": "1.1.0",
"env-schema": "5.2.0",
"fastify": "5.1.0",
Expand Down
91 changes: 42 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/minio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const testEnv = {
AWS_ACCESS_KEY_ID: 'S3RVER',
AWS_SECRET_ACCESS_KEY: 'S3RVER',
AWS_REGION: '',
S3_ENDPOINT: 'http://localhost:4568',
S3_ENDPOINT: 'http://localhost:4567',
}
Object.assign(process.env, testEnv)

Expand All @@ -28,6 +28,7 @@ const server = new S3erver({
name: process.env.STORAGE_PATH,
},
],
port: 4567,
})

server.run((err) => {
Expand Down

0 comments on commit f3e3935

Please sign in to comment.