From 3e0311f1e40c5d75a7e875442aec48491e187bdf Mon Sep 17 00:00:00 2001 From: Dimitrios Vasilas Date: Thu, 23 Apr 2026 11:18:24 +0300 Subject: [PATCH 1/2] CLDSRV-876: bump arsenal to 8.2.48 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8feca11c8c..b7a1850017 100644 --- a/package.json +++ b/package.json @@ -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" From 3c98c12dfaa1434b0946ccef69e04bac761c0bde Mon Sep 17 00:00:00 2001 From: Dimitrios Vasilas Date: Thu, 23 Apr 2026 11:19:28 +0300 Subject: [PATCH 2/2] CLDSRV-876: bump package version to 9.2.24-3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7a1850017..512a7df242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.2.24-2", + "version": "9.2.24-3", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": {