Skip to content

Commit

Permalink
fix: upgrade @openziti/libcrypto-js from 0.19.0 to 0.20.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @openziti/libcrypto-js from 0.19.0 to 0.20.0.

See this package in yarn:
@openziti/libcrypto-js

See this project in Snyk:
https://app.snyk.io/org/mike.gorman/project/fb3fb596-2f06-4d4e-b7a9-ba24f8b49d0a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 30, 2024
1 parent 37c7af0 commit 8582983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@openziti/libcrypto-js": "^0.19.0",
"@openziti/libcrypto-js": "^0.20.0",
"@openziti/ziti-browzer-edge-client": "^0.6.2",
"asn1js": "^2.4.0",
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,10 @@
portfinder "^1.0.21"
request "^2.88.0"

"@openziti/libcrypto-js@^0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@openziti/libcrypto-js/-/libcrypto-js-0.19.0.tgz#1a3266fa8b98d50915e01cd39a67eae92ed6f072"
integrity sha512-PMoaDO7KVxaokt6f03/l9XQOJ4jRkqcdcpo4oVfXusFAYq7XTm7N/Ndz9HFOy3ADmrFRGK75ohjr/LgQZBrdDQ==
"@openziti/libcrypto-js@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@openziti/libcrypto-js/-/libcrypto-js-0.20.0.tgz#a4956f81d195476a2c9177e16c9d83d55c0c8daf"
integrity sha512-71rEOlDx1LA8XUk31YxAl72gLlXPi2yiXsXj2nL0+bqdzji6gxGUt0ohRZw5KxxQeqCNIiaeB5BOgseDruicWQ==
dependencies:
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"
Expand Down

0 comments on commit 8582983

Please sign in to comment.