Skip to content

Commit

Permalink
S3UTILS-110 pin dependencies of arsenal, werelogs
Browse files Browse the repository at this point in the history
Pin the dependency version of arsenal and werelogs to what was built
in the 1.4.1 docker image to remove the risk of side-effect by pulling
a more recent version.

Also update the URL scheme to the new standard
  • Loading branch information
jonathan-gramain committed Oct 6, 2022
1 parent d6de954 commit 6c95e3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/scality/s3utils#readme",
"dependencies": {
"arsenal": "github:scality/arsenal#development/8.1",
"arsenal": "git+https://github.com/scality/arsenal#e531e5e",
"async": "^2.6.1",
"aws-sdk": "^2.333.0",
"node-uuid": "^1.4.8",
"werelogs": "scality/werelogs",
"zenkoclient": "scality/zenkoclient#5c7f655"
"werelogs": "git+https://github.com/scality/werelogs#351a2a3",
"zenkoclient": "git+https://github.com/scality/zenkoclient#5c7f655"
},
"devDependencies": {
"eslint": "^2.13.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ arrify@^1.0.0, arrify@^1.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=

"arsenal@github:scality/arsenal#development/8.1":
"arsenal@git+https://github.com/scality/arsenal#e531e5e":
version "8.2.0"
resolved "https://codeload.github.com/scality/arsenal/tar.gz/e531e5e7110b347c3afab3ee62a355656dec0c70"
resolved "git+https://github.com/scality/arsenal#e531e5e7110b347c3afab3ee62a355656dec0c70"
dependencies:
"@hapi/joi" "^15.1.0"
JSONStream "^1.0.0"
Expand Down Expand Up @@ -4866,7 +4866,7 @@ sprintf-js@~1.0.2:
resolved "https://codeload.github.com/scality/sproxydclient/tar.gz/30e7115668bc7e10b4ec3cfdbaa7a124cdc21cc5"
dependencies:
async "^3.1.0"
werelogs scality/werelogs#351a2a3
werelogs scality/werelogs#8.1.0

sshpk@^1.7.0:
version "1.15.1"
Expand Down Expand Up @@ -5356,9 +5356,9 @@ webidl-conversions@^4.0.2:
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==

werelogs@scality/werelogs:
"werelogs@git+https://github.com/scality/werelogs#351a2a3":
version "8.0.0"
resolved "https://codeload.github.com/scality/werelogs/tar.gz/1a6e052fb2bdfb1c4f6bb9467dc814e79abf6e46"
resolved "git+https://github.com/scality/werelogs#351a2a339e9673301cb45777e1b6d70ae9a73d67"
dependencies:
safe-json-stringify "1.0.3"

Expand All @@ -5368,9 +5368,9 @@ werelogs@scality/werelogs#0ff7ec82:
dependencies:
safe-json-stringify "1.0.3"

werelogs@scality/werelogs#351a2a3:
version "8.0.0"
resolved "https://codeload.github.com/scality/werelogs/tar.gz/351a2a339e9673301cb45777e1b6d70ae9a73d67"
werelogs@scality/werelogs#8.1.0:
version "8.1.0"
resolved "https://codeload.github.com/scality/werelogs/tar.gz/e8f828725642c54c511cdbe580b18f43d3589313"
dependencies:
safe-json-stringify "1.0.3"

Expand Down Expand Up @@ -5587,8 +5587,8 @@ [email protected]:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=

zenkoclient@scality/zenkoclient#5c7f655:
"zenkoclient@git+https://github.com/scality/zenkoclient#5c7f655":
version "1.0.0"
resolved "https://codeload.github.com/scality/zenkoclient/tar.gz/5c7f655d1e2473830419f320bb7baedd7c4df111"
resolved "git+https://github.com/scality/zenkoclient#5c7f655d1e2473830419f320bb7baedd7c4df111"
dependencies:
aws-sdk "^2.333.0"

0 comments on commit 6c95e3c

Please sign in to comment.