diff --git a/tests/e2e/chains/ethereum/contracts/package-lock.json b/tests/e2e/chains/ethereum/contracts/package-lock.json index 894cde3..6b0ea83 100644 --- a/tests/e2e/chains/ethereum/contracts/package-lock.json +++ b/tests/e2e/chains/ethereum/contracts/package-lock.json @@ -10,8 +10,8 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.15", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#semver:v0.1.14", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.29", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1" @@ -993,11 +993,11 @@ "node_modules/@hyperledger-labs/yui-ibc-solidity": { "name": "ibc-solidity", "version": "0.1.0", - "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#5ea3c9e1271cabbc6bb01ee0ccde2cb957a3febb", + "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#ea3d73dfd7dccbb8e1cdcc6b5654d0d12e8507f6", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@openzeppelin/contracts": "^5.0.1", - "@openzeppelin/contracts-upgradeable": "^5.0.1" + "@openzeppelin/contracts": "^5.0.1" } }, "node_modules/@jridgewell/resolve-uri": { diff --git a/tests/e2e/chains/ethereum/contracts/package.json b/tests/e2e/chains/ethereum/contracts/package.json index 97a2059..5e59b2c 100644 --- a/tests/e2e/chains/ethereum/contracts/package.json +++ b/tests/e2e/chains/ethereum/contracts/package.json @@ -9,8 +9,8 @@ "license": "TBD", "devDependencies": { "@datachainlab/ethereum-ibc-relay-chain": "git+https://github.com/datachainlab/ethereum-ibc-relay-chain.git#semver:v0.3.10", - "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#v0.1.15", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#semver:v0.1.14", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.29", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", "hardhat": "^2.19.1"