diff --git a/package.json b/package.json index 5f2c0449af..e37dbcbd60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.6.27", + "version": "8.6.28", "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.127", + "arsenal": "git+https://github.com/scality/arsenal#8.1.134", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.9", diff --git a/yarn.lock b/yarn.lock index 0a4e2d4197..185106b7cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -734,9 +734,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.127": - version "8.1.127" - resolved "git+https://github.com/scality/arsenal#c2ab4a2052e46a19504ba7014d3c4030aa04aa41" +"arsenal@git+https://github.com/scality/arsenal#8.1.134": + version "8.1.134" + resolved "git+https://github.com/scality/arsenal#d9bbd6cf3e10a87c3b8b48e9304a5dd820f3eb50" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0"