From c9dc0a251260ab6d96ea2a355d89d3a379b982aa Mon Sep 17 00:00:00 2001 From: Jonathan Gramain Date: Thu, 29 May 2025 17:01:14 -0700 Subject: [PATCH 1/2] CLDSRV-655 bump utapi --- package.json | 2 +- yarn.lock | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 96f07282b4..18920647db 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "level-mem": "^5.0.1", "moment": "^2.26.0", "npm-run-all": "~4.1.5", - "utapi": "git+https://github.com/scality/utapi#7.10.18", + "utapi": "git+https://github.com/scality/utapi#7.10.19", "utf8": "~2.1.1", "uuid": "^3.0.1", "vaultclient": "scality/vaultclient#7.10.10", diff --git a/yarn.lock b/yarn.lock index cfba1e7eed..9b15ce7ba8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -882,14 +882,6 @@ bucketclient@scality/bucketclient#7.10.21: arsenal "git+https://github.com/scality/Arsenal#7.10.46" werelogs scality/werelogs#8.1.0 -bucketclient@scality/bucketclient#7.10.6: - version "7.10.6" - resolved "https://codeload.github.com/scality/bucketclient/tar.gz/115ab1ae974781aafaba455cf83228b1732191af" - dependencies: - agentkeepalive "^4.1.4" - arsenal "git+https://github.com/scality/Arsenal#7.10.46" - werelogs scality/werelogs#8.1.0 - buffer-equal-constant-time@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" @@ -5333,9 +5325,9 @@ user-home@^2.0.0: dependencies: os-homedir "^1.0.0" -"utapi@git+https://github.com/scality/utapi#7.10.18": - version "7.10.18" - resolved "git+https://github.com/scality/utapi#e05220ca9b90150da2058583c8e6cf35040a4c24" +"utapi@git+https://github.com/scality/utapi#7.10.19": + version "7.10.19" + resolved "git+https://github.com/scality/utapi#76806287e93d63dee3020d5f70de120b0266d2e4" dependencies: "@hapi/joi" "^17.1.1" "@senx/warp10" "^1.0.14" @@ -5345,7 +5337,7 @@ user-home@^2.0.0: aws4 "^1.8.0" backo "^1.1.0" body-parser "^1.19.0" - bucketclient scality/bucketclient#7.10.6 + bucketclient scality/bucketclient#7.10.21 byte-size "^7.0.0" commander "^5.1.0" cron-parser "^2.15.0" From 189776548495750d72b034e51523aa51708aa8fc Mon Sep 17 00:00:00 2001 From: Jonathan Gramain Date: Thu, 29 May 2025 17:01:36 -0700 Subject: [PATCH 2/2] CLDSRV-655 bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18920647db..24a6ab297c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "s3", - "version": "7.10.56", + "version": "7.10.57", "description": "S3 connector", "main": "index.js", "engines": {