diff --git a/package.json b/package.json index 2fb6ee947e..7f05204e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.8.53", + "version": "8.8.54", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { @@ -21,7 +21,7 @@ "dependencies": { "@azure/storage-blob": "^12.12.0", "@hapi/joi": "^17.1.0", - "arsenal": "git+https://github.com/scality/arsenal#8.1.161", + "arsenal": "git+https://github.com/scality/arsenal#8.1.162", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.14", diff --git a/yarn.lock b/yarn.lock index 1a38a61f28..123ad14bfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1222,9 +1222,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.161": - version "8.1.161" - resolved "git+https://github.com/scality/arsenal#8e90d70209c451c0ced339bcaa3c1905e14de6fc" +"arsenal@git+https://github.com/scality/arsenal#8.1.162": + version "8.1.162" + resolved "git+https://github.com/scality/arsenal#b0cd656d907b59ad958f86d50345279fbb5e1e02" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0"