From 8674cac9f8c778ec52b8e8fae73c202ad45be799 Mon Sep 17 00:00:00 2001 From: Alexander Chan Date: Wed, 12 Apr 2023 15:35:27 -0700 Subject: [PATCH 1/2] CLDSRV-379: bump arsenal --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2592885379..4089a10401 100644 --- a/package.json +++ b/package.json @@ -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.94", + "arsenal": "git+https://github.com/scality/arsenal#8.1.95", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.9", diff --git a/yarn.lock b/yarn.lock index 6c67af6997..138ed69c87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -703,9 +703,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.94": - version "8.1.94" - resolved "git+https://github.com/scality/arsenal#c204b9084726cd09dbc07d77c6b9138677703846" +"arsenal@git+https://github.com/scality/arsenal#8.1.95": + version "8.1.95" + resolved "git+https://github.com/scality/arsenal#dfc9b761e20a6fc4a85ac5bd259d9069d6b83657" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0" @@ -737,7 +737,7 @@ arraybuffer.slice@~0.0.7: simple-glob "^0.2.0" socket.io "2.4.1" socket.io-client "2.4.0" - sproxydclient "github:scality/sproxydclient#8.0.8" + sproxydclient "git+https://github.com/scality/sproxydclient#8.0.9" utf8 "3.0.0" uuid "^3.0.1" werelogs scality/werelogs#8.1.2 @@ -5102,9 +5102,9 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== -"sproxydclient@github:scality/sproxydclient#8.0.8": - version "8.0.8" - resolved "https://codeload.github.com/scality/sproxydclient/tar.gz/4a87d745c6b78a87d7c0df9058d72d138716aa68" +"sproxydclient@git+https://github.com/scality/sproxydclient#8.0.9": + version "8.0.9" + resolved "git+https://github.com/scality/sproxydclient#117b53fb472fb95e06605a5f6872be068a659fda" dependencies: async "^3.2.0" httpagent "github:scality/httpagent#1.0.6" From 31b7f1e71c197d0c0f1b7eb047a6626d15b2b487 Mon Sep 17 00:00:00 2001 From: Alexander Chan Date: Wed, 12 Apr 2023 15:36:00 -0700 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4089a10401..9955596600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.7.12", + "version": "8.7.13", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": {