Skip to content

Commit

Permalink
Bump @openzeppelin/contracts from 4.7.3 to 4.9.2 in /packages/boba/bu…
Browse files Browse the repository at this point in the history
…ndler (#971)

* Bump @openzeppelin/contracts in /packages/boba/bundler

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.7.3 to 4.9.2.
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
- [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.2/CHANGELOG.md)
- [Commits](OpenZeppelin/openzeppelin-contracts@v4.7.3...v4.9.2)

---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove unused dep - @openzeppelin/contracts

* revert removal changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: souradeep-das <dsouradeep2@gmail.com>
  • Loading branch information
dependabot[bot] and souradeep-das authored Jun 23, 2023
1 parent f2f3e0a commit e955ed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/boba/bundler/all.deps
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts": "^4.9.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/boba/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"hardhat-node": "npx hardhat node --no-deploy"
},
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@openzeppelin/contracts": "^4.9.2",
"@bobanetwork/accountabstraction": "^1.0.0",
"@bobanetwork/bundler_utils": "^0.2.3",
"@bobanetwork/bundler_sdk": "^0.3.1-beta.0",
"@bobanetwork/bundler_utils": "^0.2.3",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
Expand All @@ -39,9 +39,6 @@
},
"devDependencies": {
"@eth-optimism/contracts": "^0.5.11",
"ow": "^0.28.1",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
Expand All @@ -58,10 +55,13 @@
"chai-as-promised": "^7.1.1",
"hardhat": "^2.12.5",
"hardhat-deploy": "^0.11.12",
"ow": "^0.28.1",
"sinon": "^14.0.0",
"solidity-coverage": "^0.7.21",
"solidity-string-utils": "^0.0.8-0",
"ts-node": ">=8.0.0",
"typechain": "^8.1.0"
"typechain": "^8.1.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
}
}

0 comments on commit e955ed1

Please sign in to comment.