From 2e3ac475e3e146a6780060b9b56a4ddc912d5c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:10:42 +0000 Subject: [PATCH] deps: bump @nilfoundation/hardhat-plugin from 0.14.0 to 0.15.0 Bumps [@nilfoundation/hardhat-plugin](https://github.com/NilFoundation/nil-hardhat-plugin) from 0.14.0 to 0.15.0. - [Commits](https://github.com/NilFoundation/nil-hardhat-plugin/commits) --- updated-dependencies: - dependency-name: "@nilfoundation/hardhat-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3d1570..ca97c51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-3.0", "dependencies": { - "@nilfoundation/hardhat-plugin": "^0.14.0", + "@nilfoundation/hardhat-plugin": "^0.15.0", "@nilfoundation/niljs": "^0.14.0", "@nilfoundation/smart-contracts": "^0.1.2", "dotenv": "^16.4.5" @@ -1109,16 +1109,39 @@ } }, "node_modules/@nilfoundation/hardhat-plugin": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@nilfoundation/hardhat-plugin/-/hardhat-plugin-0.14.0.tgz", - "integrity": "sha512-9MsJdsSq2KytT9caRfm8iHnfunuwyQhyeKTJ+WprmVkAH5ZFE5lq5jhiZFsLv3s069kIIKP8SZcOvrLK+cKCsw==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@nilfoundation/hardhat-plugin/-/hardhat-plugin-0.15.0.tgz", + "integrity": "sha512-ZGTCDY14l/HfmZdmVPoHLv0ccbEW6IyPN7maxusyIeJUtR3RFrzeiNs5+KX//QDE+5a4iIhYjDwejejGjorKuA==", "dependencies": { - "@nilfoundation/niljs": "^0.14.0", + "@nilfoundation/niljs": "^0.16.0", "ethers": "^6.12.1", "hardhat": "^2.22.4", "viem": "^2.16.3" } }, + "node_modules/@nilfoundation/hardhat-plugin/node_modules/@nilfoundation/niljs": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@nilfoundation/niljs/-/niljs-0.16.0.tgz", + "integrity": "sha512-zAvdGg8UZZC3jUl2pR2t/h1EZW/P4UJDOmwjqfUyVeAttOHZe2xFigXEt+Fw+G7mCLaMz11y75Ac6PC0SdHZBQ==", + "dependencies": { + "@chainsafe/persistent-merkle-tree": "^0.7.2", + "@chainsafe/ssz": "^0.16.0", + "@iden3/js-crypto": "^1.1.0", + "@nilfoundation/smart-contracts": "^0.1.4", + "@noble/curves": "^1.4.0", + "@open-rpc/client-js": "^1.8.1", + "@rollup/plugin-json": "^6.1.0", + "@scure/bip39": "^1.3.0", + "abitype": "^1.0.2", + "events": "^3.3.0", + "tiny-invariant": "^1.3.3", + "ts-essentials": "^10.0.2", + "viem": "^2.16.3" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@nilfoundation/niljs": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@nilfoundation/niljs/-/niljs-0.14.0.tgz", @@ -1142,9 +1165,9 @@ } }, "node_modules/@nilfoundation/smart-contracts": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@nilfoundation/smart-contracts/-/smart-contracts-0.1.2.tgz", - "integrity": "sha512-OPnPlOf6QQBeJP+FM96E3tCwx8zFdfLbcFDDfAGCL5/7ZO3nPGoteRQd5aYkxyPGTqCD9fRYnOt3vXPiG8wjtg==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@nilfoundation/smart-contracts/-/smart-contracts-0.1.4.tgz", + "integrity": "sha512-BcjML8mEQFzSpWYAUZUNLZLXkwMVe2rop2JLMsXGEkrldQLh9LL0NLpeN3hS/srfFsmQv3vnrKjYg2TTF1TyxQ==", "engines": { "node": ">=14" } @@ -3736,6 +3759,14 @@ "npm": ">=3" } }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, "node_modules/evp_bytestokey": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", diff --git a/package.json b/package.json index ab112bd..f1470eb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fix:lint": "biome check --apply ./" }, "dependencies": { - "@nilfoundation/hardhat-plugin": "^0.14.0", + "@nilfoundation/hardhat-plugin": "^0.15.0", "@nilfoundation/niljs": "^0.14.0", "@nilfoundation/smart-contracts": "^0.1.2", "dotenv": "^16.4.5"