diff --git a/package.json b/package.json index 24619720b8..321096d3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.3.0", + "version": "8.3.1", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { @@ -20,7 +20,7 @@ "homepage": "https://github.com/scality/S3#readme", "dependencies": { "@hapi/joi": "^17.1.0", - "arsenal": "github:scality/Arsenal#8.1.10", + "arsenal": "github:scality/Arsenal#8.1.11", "async": "~2.5.0", "aws-sdk": "2.905.0", "azure-storage": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 5a770e275d..857a774885 100644 --- a/yarn.lock +++ b/yarn.lock @@ -675,9 +675,9 @@ arraybuffer.slice@~0.0.7: resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog== -"arsenal@github:scality/Arsenal#8.1.10": - version "8.1.10" - resolved "https://codeload.github.com/scality/Arsenal/tar.gz/ed1d6c12c2e54bb6cfb747040d7b0711a21143c9" +"arsenal@github:scality/Arsenal#8.1.11": + version "8.1.11" + resolved "https://codeload.github.com/scality/Arsenal/tar.gz/77f971957b025ee06ebafeeba5c96683d2a587f0" dependencies: "@hapi/joi" "^15.1.0" JSONStream "^1.0.0"