Skip to content

Commit 856c74c

Browse files
committed
CI tmp
1 parent 057718a commit 856c74c

File tree

2 files changed

+57
-44
lines changed

2 files changed

+57
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@azure/storage-blob": "^12.28.0",
2323
"@hapi/joi": "^17.1.1",
24-
"arsenal": "git+https://github.com/scality/Arsenal#8.2.32",
24+
"arsenal": "git+https://github.com/scality/Arsenal#improvement/ARSN-528-add-bucketloggingstatus-model",
2525
"async": "2.6.4",
2626
"aws-sdk": "^2.1692.0",
2727
"bucketclient": "scality/bucketclient#8.2.5",

yarn.lock

Lines changed: 56 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -611,16 +611,16 @@
611611
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
612612
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
613613

614+
"@ioredis/[email protected]", "@ioredis/commands@^1.3.0":
615+
version "1.4.0"
616+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.4.0.tgz#9f657d51cdd5d2fdb8889592aa4a355546151f25"
617+
integrity sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==
618+
614619
"@ioredis/commands@^1.1.1":
615620
version "1.2.0"
616621
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
617622
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
618623

619-
"@ioredis/commands@^1.3.0":
620-
version "1.4.0"
621-
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.4.0.tgz#9f657d51cdd5d2fdb8889592aa4a355546151f25"
622-
integrity sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==
623-
624624
"@isaacs/cliui@^8.0.2":
625625
version "8.0.2"
626626
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1414,32 +1414,37 @@ arraybuffer.prototype.slice@^1.0.4:
14141414
optionalDependencies:
14151415
ioctl "^2.0.2"
14161416

1417-
"arsenal@git+https://github.com/scality/Arsenal#8.2.32":
1418-
version "8.2.32"
1419-
resolved "git+https://github.com/scality/Arsenal#f14ee39934837b9b0dd14ab442945e4e5d4947ff"
1417+
"arsenal@git+https://github.com/scality/Arsenal#8.2.4":
1418+
version "8.2.4"
1419+
resolved "git+https://github.com/scality/Arsenal#96ef6a3e26d7528f877300606586759f1da6d0cd"
14201420
dependencies:
1421-
"@azure/identity" "^4.12.0"
1422-
"@azure/storage-blob" "^12.28.0"
1421+
"@azure/identity" "^4.5.0"
1422+
"@azure/storage-blob" "^12.25.0"
1423+
"@eslint/plugin-kit" "^0.2.3"
14231424
"@js-sdsl/ordered-set" "^4.4.2"
14241425
"@scality/hdclient" "^1.3.1"
1426+
"@types/async" "^3.2.24"
1427+
"@types/utf8" "^3.0.3"
14251428
JSONStream "^1.3.5"
1426-
agentkeepalive "^4.6.0"
1429+
agentkeepalive "^4.5.0"
14271430
ajv "6.12.3"
14281431
async "~2.6.4"
14291432
aws-sdk "^2.1691.0"
14301433
backo "^1.1.0"
14311434
base-x "3.0.8"
14321435
base62 "^2.0.2"
1433-
debug "^4.4.1"
1436+
bson "^6.8.0"
1437+
debug "^4.3.7"
1438+
diskusage "^1.2.0"
14341439
fcntl "github:scality/node-fcntl#0.3.0"
14351440
httpagent scality/httpagent#1.1.0
1436-
https-proxy-agent "^7.0.6"
1437-
ioredis "^5.7.0"
1441+
https-proxy-agent "^7.0.5"
1442+
ioredis "^5.4.1"
14381443
ipaddr.js "^2.2.0"
1439-
joi "^18.0.1"
1444+
joi "^17.13.3"
14401445
level "~5.0.1"
14411446
level-sublevel "~6.6.5"
1442-
mongodb "^6.19.0"
1447+
mongodb "^6.11.0"
14431448
node-forge "^1.3.1"
14441449
prom-client "^15.1.3"
14451450
simple-glob "^0.2.0"
@@ -1453,37 +1458,32 @@ arraybuffer.prototype.slice@^1.0.4:
14531458
optionalDependencies:
14541459
ioctl "^2.0.2"
14551460

1456-
"arsenal@git+https://github.com/scality/Arsenal#8.2.4":
1457-
version "8.2.4"
1458-
resolved "git+https://github.com/scality/Arsenal#96ef6a3e26d7528f877300606586759f1da6d0cd"
1461+
"arsenal@git+https://github.com/scality/Arsenal#improvement/ARSN-528-add-bucketloggingstatus-model":
1462+
version "8.2.32"
1463+
resolved "git+https://github.com/scality/Arsenal#17dad49687648d0013b10d2ca36f9301d0edb660"
14591464
dependencies:
1460-
"@azure/identity" "^4.5.0"
1461-
"@azure/storage-blob" "^12.25.0"
1462-
"@eslint/plugin-kit" "^0.2.3"
1465+
"@azure/identity" "^4.12.0"
1466+
"@azure/storage-blob" "^12.28.0"
14631467
"@js-sdsl/ordered-set" "^4.4.2"
14641468
"@scality/hdclient" "^1.3.1"
1465-
"@types/async" "^3.2.24"
1466-
"@types/utf8" "^3.0.3"
14671469
JSONStream "^1.3.5"
1468-
agentkeepalive "^4.5.0"
1470+
agentkeepalive "^4.6.0"
14691471
ajv "6.12.3"
14701472
async "~2.6.4"
14711473
aws-sdk "^2.1691.0"
14721474
backo "^1.1.0"
14731475
base-x "3.0.8"
14741476
base62 "^2.0.2"
1475-
bson "^6.8.0"
1476-
debug "^4.3.7"
1477-
diskusage "^1.2.0"
1477+
debug "^4.4.3"
14781478
fcntl "github:scality/node-fcntl#0.3.0"
14791479
httpagent scality/httpagent#1.1.0
1480-
https-proxy-agent "^7.0.5"
1481-
ioredis "^5.4.1"
1480+
https-proxy-agent "^7.0.6"
1481+
ioredis "^5.8.0"
14821482
ipaddr.js "^2.2.0"
1483-
joi "^17.13.3"
1483+
joi "^18.0.1"
14841484
level "~5.0.1"
14851485
level-sublevel "~6.6.5"
1486-
mongodb "^6.11.0"
1486+
mongodb "^6.20.0"
14871487
node-forge "^1.3.1"
14881488
prom-client "^15.1.3"
14891489
simple-glob "^0.2.0"
@@ -2196,6 +2196,13 @@ debug@^4.4.0, debug@^4.4.1:
21962196
dependencies:
21972197
ms "^2.1.3"
21982198

2199+
debug@^4.4.3:
2200+
version "4.4.3"
2201+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2202+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2203+
dependencies:
2204+
ms "^2.1.3"
2205+
21992206
debug@~4.3.1, debug@~4.3.2, debug@~4.3.4:
22002207
version "4.3.7"
22012208
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
@@ -3671,7 +3678,7 @@ ioredis@^5.4.1:
36713678
redis-parser "^3.0.0"
36723679
standard-as-callback "^2.1.0"
36733680

3674-
ioredis@^5.4.2, ioredis@^5.7.0:
3681+
ioredis@^5.4.2:
36753682
version "5.7.0"
36763683
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.7.0.tgz#be8f4a09bfb67bfa84ead297ff625973a5dcefc3"
36773684
integrity sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==
@@ -3701,6 +3708,21 @@ ioredis@^5.6.1:
37013708
redis-parser "^3.0.0"
37023709
standard-as-callback "^2.1.0"
37033710

3711+
ioredis@^5.8.0:
3712+
version "5.8.1"
3713+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.1.tgz#2d2dae406be71665607906f57b3c971bb4b089ae"
3714+
integrity sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==
3715+
dependencies:
3716+
"@ioredis/commands" "1.4.0"
3717+
cluster-key-slot "^1.1.0"
3718+
debug "^4.3.4"
3719+
denque "^2.1.0"
3720+
lodash.defaults "^4.2.0"
3721+
lodash.isarguments "^3.1.0"
3722+
redis-errors "^1.2.0"
3723+
redis-parser "^3.0.0"
3724+
standard-as-callback "^2.1.0"
3725+
37043726
ip-address@^9.0.5:
37053727
version "9.0.5"
37063728
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a"
@@ -5041,7 +5063,7 @@ mongodb@^6.11.0:
50415063
bson "^6.10.3"
50425064
mongodb-connection-string-url "^3.0.0"
50435065

5044-
mongodb@^6.17.0:
5066+
mongodb@^6.17.0, mongodb@^6.20.0:
50455067
version "6.20.0"
50465068
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.20.0.tgz#5212dcf512719385287aa4574265352eefb01d8e"
50475069
integrity sha512-Tl6MEIU3K4Rq3TSHd+sZQqRBoGlFsOgNrH5ltAcFBV62Re3Fd+FcaVf8uSEQFOJ51SDowDVttBTONMfoYWrWlQ==
@@ -5050,15 +5072,6 @@ mongodb@^6.17.0:
50505072
bson "^6.10.4"
50515073
mongodb-connection-string-url "^3.0.2"
50525074

5053-
mongodb@^6.19.0:
5054-
version "6.19.0"
5055-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.19.0.tgz#d28df0ae4cb3bea4381206e2d9efc3c7b77531fe"
5056-
integrity sha512-H3GtYujOJdeKIMLKBT9PwlDhGrQfplABNF1G904w6r5ZXKWyv77aB0X9B+rhmaAwjtllHzaEkvi9mkGVZxs2Bw==
5057-
dependencies:
5058-
"@mongodb-js/saslprep" "^1.1.9"
5059-
bson "^6.10.4"
5060-
mongodb-connection-string-url "^3.0.0"
5061-
50625075
50635076
version "2.0.0"
50645077
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

0 commit comments

Comments
 (0)