Skip to content

Commit 6e679a7

Browse files
committed
Bump arsenal to 8.3.4
Issue: CLDSRV-817
1 parent 0c4071b commit 6e679a7

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@azure/storage-blob": "^12.28.0",
3131
"@hapi/joi": "^17.1.1",
3232
"@smithy/node-http-handler": "^3.0.0",
33-
"arsenal": "git+https://github.com/scality/arsenal#8.3.3",
33+
"arsenal": "git+https://github.com/scality/Arsenal#8.3.4",
3434
"async": "2.6.4",
3535
"bucketclient": "scality/bucketclient#8.2.7",
3636
"bufferutil": "^4.0.8",

yarn.lock

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,26 @@
25512551
events "^3.0.0"
25522552
tslib "^2.8.1"
25532553

2554+
"@azure/storage-blob@^12.31.0":
2555+
version "12.31.0"
2556+
resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.31.0.tgz#97b09be2bf6ab59739b862edd8124798362ce720"
2557+
integrity sha512-DBgNv10aCSxopt92DkTDD0o9xScXeBqPKGmR50FPZQaEcH4JLQ+GEOGEDv19V5BMkB7kxr+m4h6il/cCDPvmHg==
2558+
dependencies:
2559+
"@azure/abort-controller" "^2.1.2"
2560+
"@azure/core-auth" "^1.9.0"
2561+
"@azure/core-client" "^1.9.3"
2562+
"@azure/core-http-compat" "^2.2.0"
2563+
"@azure/core-lro" "^2.2.0"
2564+
"@azure/core-paging" "^1.6.2"
2565+
"@azure/core-rest-pipeline" "^1.19.1"
2566+
"@azure/core-tracing" "^1.2.0"
2567+
"@azure/core-util" "^1.11.0"
2568+
"@azure/core-xml" "^1.4.5"
2569+
"@azure/logger" "^1.1.4"
2570+
"@azure/storage-common" "^12.3.0"
2571+
events "^3.0.0"
2572+
tslib "^2.8.1"
2573+
25542574
"@azure/storage-common@^12.0.0-beta.2":
25552575
version "12.0.0"
25562576
resolved "https://registry.yarnpkg.com/@azure/storage-common/-/storage-common-12.0.0.tgz#a652d7daeb252b7827362b4e818f52fee15a1264"
@@ -2566,6 +2586,21 @@
25662586
events "^3.3.0"
25672587
tslib "^2.8.1"
25682588

2589+
"@azure/storage-common@^12.3.0":
2590+
version "12.3.0"
2591+
resolved "https://registry.yarnpkg.com/@azure/storage-common/-/storage-common-12.3.0.tgz#5bf257383836e67a426c91d7e9678479afe802a9"
2592+
integrity sha512-/OFHhy86aG5Pe8dP5tsp+BuJ25JOAl9yaMU3WZbkeoiFMHFtJ7tu5ili7qEdBXNW9G5lDB19trwyI6V49F/8iQ==
2593+
dependencies:
2594+
"@azure/abort-controller" "^2.1.2"
2595+
"@azure/core-auth" "^1.9.0"
2596+
"@azure/core-http-compat" "^2.2.0"
2597+
"@azure/core-rest-pipeline" "^1.19.1"
2598+
"@azure/core-tracing" "^1.2.0"
2599+
"@azure/core-util" "^1.11.0"
2600+
"@azure/logger" "^1.1.4"
2601+
events "^3.3.0"
2602+
tslib "^2.8.1"
2603+
25692604
"@babel/code-frame@^7.26.2":
25702605
version "7.26.2"
25712606
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
@@ -5349,16 +5384,16 @@ arraybuffer.prototype.slice@^1.0.4:
53495384
optionalDependencies:
53505385
ioctl "^2.0.2"
53515386

5352-
"arsenal@git+https://github.com/scality/arsenal#8.3.3":
5353-
version "8.3.3"
5354-
resolved "git+https://github.com/scality/arsenal#d6120cfd139f23dd776785db92ba91a91063bba6"
5387+
"arsenal@git+https://github.com/scality/Arsenal#8.3.4":
5388+
version "8.3.4"
5389+
resolved "git+https://github.com/scality/Arsenal#b143ef75cde4ac796ef9e88ce90bcd6f7a575c56"
53555390
dependencies:
53565391
"@aws-sdk/client-kms" "^3.975.0"
53575392
"@aws-sdk/client-s3" "^3.975.0"
53585393
"@aws-sdk/credential-providers" "^3.975.0"
53595394
"@aws-sdk/lib-storage" "^3.975.0"
53605395
"@azure/identity" "^4.13.0"
5361-
"@azure/storage-blob" "^12.28.0"
5396+
"@azure/storage-blob" "^12.31.0"
53625397
"@js-sdsl/ordered-set" "^4.4.2"
53635398
"@scality/hdclient" "^1.3.1"
53645399
"@smithy/node-http-handler" "^4.3.0"

0 commit comments

Comments
 (0)