Skip to content

Commit

Permalink
build(deps): bump @verida/helpers from 3.0.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [@verida/helpers](https://github.com/verida/verida-js) from 3.0.2 to 4.0.0.
- [Commits](https://github.com/verida/verida-js/compare/@verida/[email protected]...@verida/[email protected])

---
updated-dependencies:
- dependency-name: "@verida/helpers"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent fafe196 commit 1793a11
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@verida/account-web-vault": "^3.0.2",
"@verida/client-ts": "^3.0.3",
"@verida/helpers": "^3.0.2",
"@verida/helpers": "^4.0.0",
"@verida/types": "^3.0.1",
"@verida/verifiable-credentials": "^3.0.3",
"@verida/vue-account": "^0.1.38",
Expand Down
34 changes: 34 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2436,6 +2436,16 @@
tweetnacl "^1.0.3"
tweetnacl-util "^0.15.1"

"@verida/encryption-utils@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@verida/encryption-utils/-/encryption-utils-4.0.0.tgz#23f32cf6260550aaf939886c193073671805ea1a"
integrity sha512-FiDrFC7v/7I7aV3bzGns4WnPvYyyu5YfBA43CwpbuDHMajjxK+z7i+JpGGNh/ZBnUe73TnWLWrnIl72lUK5OGw==
dependencies:
ethers "^5.5.1"
json.sortify "^2.2.2"
tweetnacl "^1.0.3"
tweetnacl-util "^0.15.1"

"@verida/helpers@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@verida/helpers/-/helpers-3.0.2.tgz#24946e592793f8c6ea4281d34ee559ca781534dd"
Expand All @@ -2447,6 +2457,17 @@
bs58 "^5.0.0"
url "^0.11.0"

"@verida/helpers@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@verida/helpers/-/helpers-4.0.0.tgz#aa1b08d0e30589c02318b6a00f84865d7fae5a1a"
integrity sha512-s4tyKGOn2ytMiWIIii3odQS2O442VCMaZltBMbCc6PNJGLngpUYAyqFbA8EIxY0+zRaPdNyg3Qfu8kkPI6yIOA==
dependencies:
"@verida/encryption-utils" "^4.0.0"
"@verida/types" "^4.0.0"
axios "^1.6.2"
bs58 "^5.0.0"
url "^0.11.0"

"@verida/keyring@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@verida/keyring/-/keyring-3.0.2.tgz#2d606fc21f2551b4171afa917fbdee6c1f32c2c3"
Expand Down Expand Up @@ -2483,6 +2504,19 @@
did-resolver "^4.0.1"
tweetnacl "^1.0.3"

"@verida/types@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@verida/types/-/types-4.0.0.tgz#27cb345f40056e052ad12feb43c8fd68be0dcf2a"
integrity sha512-OfTzV8/7z/45w+eF4HCCGA4b7O69nDs7eT3/75esTiySgb8VBLWa6WUa9vENTdyYKRoSn4VXaD7nQqNpxruDPw==
dependencies:
"@ethersproject/abstract-signer" "^5.7.0"
"@ethersproject/bignumber" "^5.7.0"
"@ethersproject/providers" "^5.7.2"
"@types/node" "^18.15.11"
"@types/pouchdb-core" "^7.0.11"
did-resolver "^4.0.1"
tweetnacl "^1.0.3"

"@verida/vda-common@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@verida/vda-common/-/vda-common-3.0.1.tgz#1acc8223e440fb64eb60dabbe2b90a404209eb20"
Expand Down

0 comments on commit 1793a11

Please sign in to comment.