Skip to content

Commit a1fa361

Browse files
Merge remote-tracking branch 'origin/w/7.70/bugfix/CLDSRV-655-bump-utapi' into w/8.8/bugfix/CLDSRV-655-bump-utapi
2 parents 067766e + 6b86079 commit a1fa361

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenko/cloudserver",
3-
"version": "8.8.50",
3+
"version": "8.8.51",
44
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
55
"main": "index.js",
66
"engines": {
@@ -43,7 +43,7 @@
4343
"request": "^2.81.0",
4444
"scubaclient": "git+https://github.com/scality/scubaclient.git#fb7375a9298bda7df0e9f9ed81d7fc5b363590a9",
4545
"sql-where-parser": "~2.2.1",
46-
"utapi": "github:scality/utapi#8.1.16",
46+
"utapi": "github:scality/utapi#8.1.17",
4747
"utf-8-validate": "^5.0.8",
4848
"utf8": "~2.1.1",
4949
"uuid": "^8.3.2",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,14 +1535,6 @@ bucketclient@scality/bucketclient#8.1.14:
15351535
httpagent "git+https://github.com/scality/httpagent#1.0.5"
15361536
werelogs scality/werelogs#8.1.2
15371537

1538-
bucketclient@scality/bucketclient#8.1.9:
1539-
version "8.1.9"
1540-
resolved "https://codeload.github.com/scality/bucketclient/tar.gz/acbd1c4f6a0e337d19fc6ebc18d31504cec88b35"
1541-
dependencies:
1542-
arsenal "git+https://github.com/scality/Arsenal#8.1.87"
1543-
httpagent "git+https://github.com/scality/httpagent#1.0.5"
1544-
werelogs scality/werelogs#8.1.2
1545-
15461538
buffer-equal-constant-time@1.0.1:
15471539
version "1.0.1"
15481540
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
@@ -6338,9 +6330,9 @@ url@0.10.3:
63386330
punycode "1.3.2"
63396331
querystring "0.2.0"
63406332

6341-
"utapi@github:scality/utapi#8.1.16":
6342-
version "8.1.16"
6343-
resolved "https://codeload.github.com/scality/utapi/tar.gz/ca57df2e9d8ccbdb18eb217e823f20d2e470e7c7"
6333+
"utapi@github:scality/utapi#8.1.17":
6334+
version "8.1.17"
6335+
resolved "https://codeload.github.com/scality/utapi/tar.gz/149379fae80f9f702ce630f5d95ff227e3f3dddd"
63446336
dependencies:
63456337
"@hapi/joi" "^17.1.1"
63466338
"@senx/warp10" "^1.0.14"
@@ -6350,7 +6342,7 @@ url@0.10.3:
63506342
aws4 "^1.8.0"
63516343
backo "^1.1.0"
63526344
body-parser "^1.19.0"
6353-
bucketclient scality/bucketclient#8.1.9
6345+
bucketclient scality/bucketclient#8.1.14
63546346
byte-size "^7.0.0"
63556347
commander "^5.1.0"
63566348
cron-parser "^2.15.0"

0 commit comments

Comments
 (0)