diff --git a/package.json b/package.json index 7c765c545d..1748739d91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.7.29", + "version": "8.7.30", "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.112", + "arsenal": "git+https://github.com/scality/arsenal#8.1.113", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.9", diff --git a/yarn.lock b/yarn.lock index 1af9246c6d..811c9674eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -789,9 +789,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.112": - version "8.1.112" - resolved "git+https://github.com/scality/arsenal#af345717716402c828a2f117a932fef6c58c9f7a" +"arsenal@git+https://github.com/scality/arsenal#8.1.113": + version "8.1.113" + resolved "git+https://github.com/scality/arsenal#17b5bbc233b0bfbca8b68a45dcd730903479a39e" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0"