diff --git a/tests/e2e/chains/ethereum/contracts/package-lock.json b/tests/e2e/chains/ethereum/contracts/package-lock.json index 894cde3..6782ec2 100644 --- a/tests/e2e/chains/ethereum/contracts/package-lock.json +++ b/tests/e2e/chains/ethereum/contracts/package-lock.json @@ -10,7 +10,7 @@ "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", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#semver:v0.1.15", "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1", @@ -129,12 +129,14 @@ "node_modules/@datachainlab/lcp-solidity": { "name": "lcp-solidity", "version": "0.1.0", - "resolved": "git+ssh://git@github.com/datachainlab/lcp-solidity.git#afa453d5cb5fd5f5edd6206a01aecd3938f06a89", + "resolved": "git+ssh://git@github.com/datachainlab/lcp-solidity.git#cb73f69064eddeab249c6ced24590cf7519d0e47", "dev": true, + "license": "Apache-2.0", "dependencies": { "@ensdomains/ens-contracts": "1.1.4", - "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.29", + "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@openzeppelin/contracts": "^5.0.1", + "@openzeppelin/contracts-upgradeable": "^5.0.1", "base64": "git+https://github.com/datachainlab/base64.git#4d85607b18d981acff392d2e99ba654305552a97", "solidity-datetime": "git+https://github.com/datachainlab/solidity-datetime.git#294fc244973cc5f9ec374713affde12c1403927c" } @@ -995,6 +997,7 @@ "version": "0.1.0", "resolved": "git+ssh://git@github.com/hyperledger-labs/yui-ibc-solidity.git#5ea3c9e1271cabbc6bb01ee0ccde2cb957a3febb", "dev": true, + "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^5.0.1", "@openzeppelin/contracts-upgradeable": "^5.0.1" diff --git a/tests/e2e/chains/ethereum/contracts/package.json b/tests/e2e/chains/ethereum/contracts/package.json index 97a2059..8602ada 100644 --- a/tests/e2e/chains/ethereum/contracts/package.json +++ b/tests/e2e/chains/ethereum/contracts/package.json @@ -9,7 +9,7 @@ "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", + "@datachainlab/lcp-solidity": "git+https://github.com/datachainlab/lcp-solidity.git#semver:v0.1.15", "@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#semver:v0.3.37", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@openzeppelin/hardhat-upgrades": "^3.2.1",