Skip to content

Commit

Permalink
Bump arsenal to latest hash until release
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG authored Nov 20, 2024
1 parent 8d40e22 commit e390a59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mocha": "10.8.2"
},
"dependencies": {
"arsenal": "git+https://github.com/scality/Arsenal#9a6451d247a8c53605e0311b4b3824f2612481eb",
"arsenal": "git+https://github.com/scality/Arsenal#03503cb9ec0b13358873414c58ff9066f309146e",
"httpagent": "git+https://github.com/scality/httpagent#1.0.6",
"werelogs": "scality/werelogs#8.1.5"
}
Expand Down
12 changes: 10 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@
dependencies:
levn "^0.4.1"

"@eslint/plugin-kit@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8"
integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==
dependencies:
levn "^0.4.1"

"@gar/promisify@^1.0.1":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
Expand Down Expand Up @@ -640,12 +647,13 @@ arraybuffer.prototype.slice@^1.0.3:
is-array-buffer "^3.0.4"
is-shared-array-buffer "^1.0.2"

"arsenal@git+https://github.com/scality/Arsenal#9a6451d247a8c53605e0311b4b3824f2612481eb":
"arsenal@git+https://github.com/scality/Arsenal#03503cb9ec0b13358873414c58ff9066f309146e":
version "8.2.0"
resolved "git+https://github.com/scality/Arsenal#9a6451d247a8c53605e0311b4b3824f2612481eb"
resolved "git+https://github.com/scality/Arsenal#03503cb9ec0b13358873414c58ff9066f309146e"
dependencies:
"@azure/identity" "^4.5.0"
"@azure/storage-blob" "^12.25.0"
"@eslint/plugin-kit" "^0.2.3"
"@js-sdsl/ordered-set" "^4.4.2"
"@types/async" "^3.2.24"
"@types/utf8" "^3.0.3"
Expand Down

0 comments on commit e390a59

Please sign in to comment.