From f8235facdb9c65c10b44498ebfedd5488328a0c9 Mon Sep 17 00:00:00 2001 From: Rached Ben Mustapha Date: Tue, 9 Nov 2021 03:21:41 +0000 Subject: [PATCH 1/2] chore: bump arsenal version --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 24619720b8..ccc7c849fc 100644 --- a/package.json +++ b/package.json @@ -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" From b30265da43db5091fd76bbb60f479700cffe8e0c Mon Sep 17 00:00:00 2001 From: Rached Ben Mustapha Date: Mon, 15 Nov 2021 09:37:34 -0800 Subject: [PATCH 2/2] chore: release 8.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc7c849fc..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": {