From 7bce8cbd75ceb3f371281e0b24e103d991f91ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:18:40 +0000 Subject: [PATCH] Bump ethers from 6.13.2 to 6.13.5 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.13.2 to 6.13.5. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.13.2...v6.13.5) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d393e11d..41a2da5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "4.0.15", + "version": "4.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "4.0.15", + "version": "4.0.22", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^12.1.0", @@ -14,7 +14,7 @@ "@safe-global/protocol-kit": "^4.0.3", "@safe-global/safe-core-sdk-types": "^5.1.0", "@typechain/ethers-v6": "^0.5.1", - "ethers": "^6.13.2", + "ethers": "^6.13.5", "nunjucks": "^3.2.4", "solhint": "^5.0.3", "typechain": "^8.3.2", @@ -3793,9 +3793,9 @@ } }, "node_modules/ethers": { - "version": "6.13.2", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.2.tgz", - "integrity": "sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==", + "version": "6.13.5", + "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.13.5.tgz", + "integrity": "sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==", "funding": [ { "type": "individual", @@ -3810,9 +3810,9 @@ "@adraffy/ens-normalize": "1.10.1", "@noble/curves": "1.2.0", "@noble/hashes": "1.3.2", - "@types/node": "18.15.13", + "@types/node": "22.7.5", "aes-js": "4.0.0-beta.5", - "tslib": "2.4.0", + "tslib": "2.7.0", "ws": "8.17.1" }, "engines": { @@ -3840,12 +3840,17 @@ } }, "node_modules/ethers/node_modules/@types/node": { - "version": "18.15.13", - "license": "MIT" + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "dependencies": { + "undici-types": "~6.19.2" + } }, - "node_modules/ethers/node_modules/tslib": { - "version": "2.4.0", - "license": "0BSD" + "node_modules/ethers/node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" }, "node_modules/ethjs-unit": { "version": "0.1.6", @@ -7354,8 +7359,7 @@ "node_modules/tslib": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "dev": true + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "node_modules/tsort": { "version": "0.0.1", diff --git a/package.json b/package.json index d2c2c7af..78431a2f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@safe-global/protocol-kit": "^4.0.3", "@safe-global/safe-core-sdk-types": "^5.1.0", "@typechain/ethers-v6": "^0.5.1", - "ethers": "^6.13.2", + "ethers": "^6.13.5", "nunjucks": "^3.2.4", "solhint": "^5.0.3", "typechain": "^8.3.2",