diff --git a/package.json b/package.json index 2e0d5582d1..1a274d3fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "8.8.43", + "version": "8.8.44", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { @@ -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.146", + "arsenal": "git+https://github.com/scality/arsenal#8.1.148", "async": "~2.5.0", "aws-sdk": "2.905.0", "bucketclient": "scality/bucketclient#8.1.9", diff --git a/yarn.lock b/yarn.lock index c31fd2cd0c..a13fdfeda1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1220,9 +1220,9 @@ arraybuffer.slice@~0.0.7: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.1.146": - version "8.1.146" - resolved "git+https://github.com/scality/arsenal#e4d285207c023a8cbf2c0e78027f4c16eed186a9" +"arsenal@git+https://github.com/scality/arsenal#8.1.148": + version "8.1.148" + resolved "git+https://github.com/scality/arsenal#f4dcb2c512ecac47b448c3a2a98ae7bbaee19458" dependencies: "@azure/identity" "^3.1.1" "@azure/storage-blob" "^12.12.0"