diff --git a/package.json b/package.json index c35720bbf2..a4d84f25f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.0.35", + "version": "9.0.36", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { @@ -43,7 +43,7 @@ "request": "^2.88.2", "scubaclient": "git+https://github.com/scality/scubaclient.git#fb7375a9298bda7df0e9f9ed81d7fc5b363590a9", "sql-where-parser": "^2.2.1", - "utapi": "github:scality/utapi#8.2.3", + "utapi": "github:scality/utapi#8.2.4", "utf-8-validate": "^6.0.5", "utf8": "^3.0.0", "uuid": "^11.0.3", diff --git a/yarn.lock b/yarn.lock index c85a653cdd..9c6391c0a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6947,9 +6947,9 @@ url@0.10.3: punycode "1.3.2" querystring "0.2.0" -"utapi@github:scality/utapi#8.2.3": +"utapi@github:scality/utapi#8.2.4": version "8.2.4" - resolved "https://codeload.github.com/scality/utapi/tar.gz/f4366f8a40b3b009cdf016129f79bb13e2655ed2" + resolved "https://codeload.github.com/scality/utapi/tar.gz/0268bc1f00423648a456a633d27972e8c8d70c93" dependencies: "@hapi/joi" "^17.1.1" "@senx/warp10" "^2.0.3"