diff --git a/package.json b/package.json index aa7f2790f1..d21ccad5b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.4.0-preview.1", + "version": "9.4.0-preview.2", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { @@ -37,7 +37,7 @@ "@opentelemetry/instrumentation-ioredis": "~0.64.0", "@opentelemetry/instrumentation-mongodb": "~0.69.0", "@smithy/node-http-handler": "^3.0.0", - "arsenal": "git+https://github.com/scality/arsenal#8.5.0", + "arsenal": "git+https://github.com/scality/arsenal#8.5.1", "async": "2.6.4", "bucketclient": "scality/bucketclient#8.2.7", "bufferutil": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index 93e5c518f2..9408191209 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6595,9 +6595,9 @@ arraybuffer.prototype.slice@^1.0.4: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.5.0": - version "8.5.0" - resolved "git+https://github.com/scality/arsenal#016072dac337eb64d602f40588cd6c22cf185625" +"arsenal@git+https://github.com/scality/arsenal#8.5.1": + version "8.5.1" + resolved "git+https://github.com/scality/arsenal#a1684b61aed77fc4a6c13e360ff82d6670c441b2" dependencies: "@aws-sdk/client-kms" "^3.975.0" "@aws-sdk/client-s3" "^3.975.0"