From a6ef539637f247f036e2ae8844191f5d358c5c88 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Mon, 15 Jul 2024 15:11:03 +0200 Subject: [PATCH] CLDSRV-548: 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 d7504726c8..b6b576217d 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.130", + "arsenal": "git+https://github.com/scality/arsenal#8.1.133", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.9", diff --git a/yarn.lock b/yarn.lock index ad4f1842a7..7217e53586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1040,9 +1040,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.130": - version "8.1.130" - resolved "git+https://github.com/scality/arsenal#30eaaf15eb0d6e304c710b0a275410ae7c99d34d" +"arsenal@git+https://github.com/scality/arsenal#8.1.133": + version "8.1.133" + resolved "git+https://github.com/scality/arsenal#817bb836ec0e04fbf083b4c57e42e3986dcdc9bc" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0"