diff --git a/package.json b/package.json index a5fa022af7..fc2d728d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.2.31", + "version": "9.2.32", "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.28.0", "@hapi/joi": "^17.1.1", - "arsenal": "git+https://github.com/scality/arsenal#8.2.47", + "arsenal": "git+https://github.com/scality/arsenal#8.2.48", "async": "2.6.4", "aws-sdk": "^2.1692.0", "bucketclient": "scality/bucketclient#8.2.7", diff --git a/yarn.lock b/yarn.lock index 348662bf26..4f2f941009 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1527,9 +1527,9 @@ arraybuffer.prototype.slice@^1.0.4: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.2.47": - version "8.2.47" - resolved "git+https://github.com/scality/arsenal#915163b83ced5ef3fd473556f379136c4a455d6c" +"arsenal@git+https://github.com/scality/arsenal#8.2.48": + version "8.2.48" + resolved "git+https://github.com/scality/arsenal#362f7908b6126709add96ee981d5235d96bab58c" dependencies: "@azure/identity" "^4.13.0" "@azure/storage-blob" "^12.28.0"