Skip to content

Commit

Permalink
chore(xo-server): update to hashy@0.11.1
Browse files Browse the repository at this point in the history
Fixes https://xcp-ng.org/forum/post/50866

Introduced by 49890a0

Fixes argon2id support which is the new default algorithm since argon2@0.28.7
  • Loading branch information
julien-f committed Jul 6, 2022
1 parent b96dd01 commit ba03a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/xo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"fs-extra": "^10.0.0",
"get-stream": "^6.0.0",
"golike-defer": "^0.5.1",
"hashy": "^0.11.0",
"hashy": "^0.11.1",
"helmet": "^3.9.0",
"highland": "^2.11.1",
"http-proxy": "^1.16.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9463,10 +9463,10 @@ hasha@^5.0.0:
is-stream "^2.0.0"
type-fest "^0.8.0"

hashy@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/hashy/-/hashy-0.11.0.tgz#df6fb4ab3b7fc47557ef499d2f36ccc8c484c6b6"
integrity sha512-ju3yms0V4OL6rO/RtrzaGyjwC1dJxNUrLCZWVZWhEMtLBUq+QJ8jaKfQxmPCd45GzVgBkwWkYE+ieMytnY9nFw==
hashy@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/hashy/-/hashy-0.11.1.tgz#9399b36d45cb6fb54d793f97d99628ba415b4363"
integrity sha512-A4bxszn7kPv/a4FEUN1E37IQXlMiAtWbsH5BGNh9nEvlljyfXrZao+3XcQ6KizOXtZPIJpbiEMKS/PSxrUdi2A==
dependencies:
argon2 "^0.28.5"
bcryptjs "^2.4.3"
Expand Down

0 comments on commit ba03a48

Please sign in to comment.