From 3c129fe6a4b6194bb179b8bc532aef4c7b8b693b Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Tue, 31 Oct 2023 17:04:36 +0100 Subject: [PATCH] CLDSRV-426: 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 d43341009a..f11d026de5 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": "git+https://github.com/scality/arsenal#7.10.48", + "arsenal": "git+https://github.com/scality/arsenal#7.10.49", "async": "~2.5.0", "aws-sdk": "2.905.0", "azure-storage": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 2b6f432141..02cd927998 100644 --- a/yarn.lock +++ b/yarn.lock @@ -488,9 +488,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#7.10.48": - version "7.10.48" - resolved "git+https://github.com/scality/arsenal#f49cea3914390880008e3d41cedb1a02f9d99f39" +"arsenal@git+https://github.com/scality/arsenal#7.10.49": + version "7.10.49" + resolved "git+https://github.com/scality/arsenal#fbf5562a1180055249745881c1a324562d7cdc8a" dependencies: "@types/async" "^3.2.12" "@types/utf8" "^3.0.1"