Skip to content

Commit

Permalink
build(deps): bump @vechain/vebetterdao-contracts from 4.0.0 to 4.1.0 (#…
Browse files Browse the repository at this point in the history
…1591)

Bumps [@vechain/vebetterdao-contracts](https://github.com/vechain/vebetterdao-contracts) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/vechain/vebetterdao-contracts/blob/main/CONTRACTS_CHANGELOG.md)
- [Commits](https://github.com/vechain/vebetterdao-contracts/commits)

---
updated-dependencies:
- dependency-name: "@vechain/vebetterdao-contracts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fabiorigam authored Dec 18, 2024
1 parent 5295fa4 commit 6909fe6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vechain/sdk-core": "1.0.0-rc.5",
"@vechain/sdk-errors": "1.0.0-rc.5",
"@vechain/sdk-logging": "1.0.0-rc.5",
"@vechain/vebetterdao-contracts": "^4.0.0",
"@vechain/vebetterdao-contracts": "^4.1.0",
"abitype": "^1.0.6",
"ethers": "6.13.4",
"isomorphic-ws": "^5.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3825,12 +3825,12 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==

"@openzeppelin/contracts-upgradeable@^5.0.2":
"@openzeppelin/contracts-upgradeable@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-5.0.2.tgz#3e5321a2ecdd0b206064356798c21225b6ec7105"
integrity sha512-0MmkHSHiW2NRFiT9/r5Lu4eJq5UJ4/tzlOgYXNAIj/ONkQTVnz22pLxDvp4C4uZ9he7ZFvGn3Driptn1/iU7tQ==

"@openzeppelin/contracts@^5.0.2":
"@openzeppelin/contracts@5.0.2", "@openzeppelin/contracts@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-5.0.2.tgz#b1d03075e49290d06570b2fd42154d76c2a5d210"
integrity sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA==
Expand Down Expand Up @@ -5467,13 +5467,13 @@
uuid "2.0.1"
xmlhttprequest "1.8.0"

"@vechain/vebetterdao-contracts@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@vechain/vebetterdao-contracts/-/vebetterdao-contracts-4.0.0.tgz#a4ddd8de1b232002810bcee40b9617a5379d40d0"
integrity sha512-tC4Q1r8v0K1MMpiVc+p0zOL7Me/yW+FEeDh2RXYWrXOEuMZBGk9D7KhTX06XGaKdMCwBPIRb3UtELHCvWfT6tQ==
"@vechain/vebetterdao-contracts@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@vechain/vebetterdao-contracts/-/vebetterdao-contracts-4.1.0.tgz#5a081bf9c548ea777fe16dcab40536d6d2cc1a62"
integrity sha512-vLxxErpvHuVisrkgvrrqgz8hkhbhreEmOyjolcRGpYF9ozzhEm1wTZKelO9qmKoNi/mviMG6ZYZU3Ykwg9LfIw==
dependencies:
"@openzeppelin/contracts" "^5.0.2"
"@openzeppelin/contracts-upgradeable" "^5.0.2"
"@openzeppelin/contracts" "5.0.2"
"@openzeppelin/contracts-upgradeable" "5.0.2"
ethers "^6.9.0"

"@vitejs/plugin-react@^4.3.4":
Expand Down

0 comments on commit 6909fe6

Please sign in to comment.