Skip to content

Commit fee404f

Browse files
committed
⬆️ upgrade arsenal to use the DeleteConflict error
Issue: CLDSRV-765
1 parent 2faa037 commit fee404f

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
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.33",
24+
"arsenal": "git+https://github.com/scality/Arsenal#feature/ARSN-535/return-delete-conflict",
2525
"async": "2.6.4",
2626
"aws-sdk": "^2.1692.0",
2727
"bucketclient": "scality/bucketclient#8.2.5",

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,32 +1456,37 @@ arraybuffer.prototype.slice@^1.0.4:
14561456
optionalDependencies:
14571457
ioctl "^2.0.2"
14581458

1459-
"arsenal@git+https://github.com/scality/Arsenal#8.2.33":
1460-
version "8.2.33"
1461-
resolved "git+https://github.com/scality/Arsenal#34b7f08652c8eb765551c3422dd6418c0c65a79b"
1459+
"arsenal@git+https://github.com/scality/Arsenal#8.2.4":
1460+
version "8.2.4"
1461+
resolved "git+https://github.com/scality/Arsenal#96ef6a3e26d7528f877300606586759f1da6d0cd"
14621462
dependencies:
1463-
"@azure/identity" "^4.13.0"
1464-
"@azure/storage-blob" "^12.28.0"
1463+
"@azure/identity" "^4.5.0"
1464+
"@azure/storage-blob" "^12.25.0"
1465+
"@eslint/plugin-kit" "^0.2.3"
14651466
"@js-sdsl/ordered-set" "^4.4.2"
14661467
"@scality/hdclient" "^1.3.1"
1468+
"@types/async" "^3.2.24"
1469+
"@types/utf8" "^3.0.3"
14671470
JSONStream "^1.3.5"
1468-
agentkeepalive "^4.6.0"
1471+
agentkeepalive "^4.5.0"
14691472
ajv "6.12.3"
14701473
async "~2.6.4"
14711474
aws-sdk "^2.1691.0"
14721475
backo "^1.1.0"
14731476
base-x "3.0.8"
14741477
base62 "^2.0.2"
1475-
debug "^4.4.3"
1478+
bson "^6.8.0"
1479+
debug "^4.3.7"
1480+
diskusage "^1.2.0"
14761481
fcntl "github:scality/node-fcntl#0.3.0"
14771482
httpagent scality/httpagent#1.1.0
1478-
https-proxy-agent "^7.0.6"
1479-
ioredis "^5.8.1"
1483+
https-proxy-agent "^7.0.5"
1484+
ioredis "^5.4.1"
14801485
ipaddr.js "^2.2.0"
1481-
joi "^18.0.1"
1486+
joi "^17.13.3"
14821487
level "~5.0.1"
14831488
level-sublevel "~6.6.5"
1484-
mongodb "^6.20.0"
1489+
mongodb "^6.11.0"
14851490
node-forge "^1.3.1"
14861491
prom-client "^15.1.3"
14871492
simple-glob "^0.2.0"
@@ -1495,37 +1500,32 @@ arraybuffer.prototype.slice@^1.0.4:
14951500
optionalDependencies:
14961501
ioctl "^2.0.2"
14971502

1498-
"arsenal@git+https://github.com/scality/Arsenal#8.2.4":
1499-
version "8.2.4"
1500-
resolved "git+https://github.com/scality/Arsenal#96ef6a3e26d7528f877300606586759f1da6d0cd"
1503+
"arsenal@git+https://github.com/scality/Arsenal#feature/ARSN-535/return-delete-conflict":
1504+
version "8.2.33"
1505+
resolved "git+https://github.com/scality/Arsenal#c7dd430e9198a013927625ebc843714bd59306ba"
15011506
dependencies:
1502-
"@azure/identity" "^4.5.0"
1503-
"@azure/storage-blob" "^12.25.0"
1504-
"@eslint/plugin-kit" "^0.2.3"
1507+
"@azure/identity" "^4.13.0"
1508+
"@azure/storage-blob" "^12.28.0"
15051509
"@js-sdsl/ordered-set" "^4.4.2"
15061510
"@scality/hdclient" "^1.3.1"
1507-
"@types/async" "^3.2.24"
1508-
"@types/utf8" "^3.0.3"
15091511
JSONStream "^1.3.5"
1510-
agentkeepalive "^4.5.0"
1512+
agentkeepalive "^4.6.0"
15111513
ajv "6.12.3"
15121514
async "~2.6.4"
15131515
aws-sdk "^2.1691.0"
15141516
backo "^1.1.0"
15151517
base-x "3.0.8"
15161518
base62 "^2.0.2"
1517-
bson "^6.8.0"
1518-
debug "^4.3.7"
1519-
diskusage "^1.2.0"
1519+
debug "^4.4.3"
15201520
fcntl "github:scality/node-fcntl#0.3.0"
15211521
httpagent scality/httpagent#1.1.0
1522-
https-proxy-agent "^7.0.5"
1523-
ioredis "^5.4.1"
1522+
https-proxy-agent "^7.0.6"
1523+
ioredis "^5.8.1"
15241524
ipaddr.js "^2.2.0"
1525-
joi "^17.13.3"
1525+
joi "^18.0.1"
15261526
level "~5.0.1"
15271527
level-sublevel "~6.6.5"
1528-
mongodb "^6.11.0"
1528+
mongodb "^6.20.0"
15291529
node-forge "^1.3.1"
15301530
prom-client "^15.1.3"
15311531
simple-glob "^0.2.0"

0 commit comments

Comments
 (0)