From fc0f90d54fd15fa51cdecdd0988686c93f7ad1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:35:23 +0000 Subject: [PATCH] Bump bridge-transaction-parser from v0.5.0-beta to v2.0.0 Bumps [bridge-transaction-parser](https://github.com/rsksmart/bridge-transaction-parser) from v0.5.0-beta to v2.0.0. - [Release notes](https://github.com/rsksmart/bridge-transaction-parser/releases) - [Commits](https://github.com/rsksmart/bridge-transaction-parser/compare/c32da5704ce9fd35844e4a661eeccb928ff9e300...044d533e396fc78ae8d4c67630c4078470ad61eb) --- updated-dependencies: - dependency-name: bridge-transaction-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 117 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 108 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a2df64a..7389fddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@rsksmart/rsk-precompiled-abis": "^6.0.0-ARROWHEAD", "big.js": "^6.1.1", "bitcoinjs-lib": "^6.0.1", - "bridge-transaction-parser": "git+https://github.com/rsksmart/bridge-transaction-parser.git#v0.5.0-beta", + "bridge-transaction-parser": "git+https://github.com/rsksmart/bridge-transaction-parser.git#v2.0.0", "bs58": "^5.0.0", "dotenv": "^8.6.0", "jssha": "^3.2.0", @@ -65,6 +65,12 @@ "node": ">=0.10.0" } }, + "node_modules/@adraffy/ens-normalize": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz", + "integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==", + "license": "MIT" + }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", @@ -1970,12 +1976,6 @@ "resolved": "https://registry.npmjs.org/@rsksmart/rsk-precompiled-abis/-/rsk-precompiled-abis-6.0.0-ARROWHEAD.tgz", "integrity": "sha512-+g22mIXjdTHoakCXnjttA9MMJMVyYzZ8VsAL4bMPeTZ8kn9OCZBpXkAtCsXkDCGeYCgrWD9F3VS59vBb/AOdGA==" }, - "node_modules/@rsksmart/rsk-precompiled-abis-fingerroot500": { - "name": "@rsksmart/rsk-precompiled-abis", - "version": "5.0.0-FINGERROOT", - "resolved": "https://registry.npmjs.org/@rsksmart/rsk-precompiled-abis/-/rsk-precompiled-abis-5.0.0-FINGERROOT.tgz", - "integrity": "sha512-mKaKicuEzyLqQgnWZOBfyjdzMGjdGDqcGWkH4jXK7Edd8u62np0B7GUJLoXjHFDP6G28A/HqROx1tlGoJJcQ4Q==" - }, "node_modules/@scure/base": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.3.tgz", @@ -2643,6 +2643,12 @@ "node": ">=6.0" } }, + "node_modules/aes-js": { + "version": "4.0.0-beta.5", + "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz", + "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==", + "license": "MIT" + }, "node_modules/agent-base": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", @@ -3188,13 +3194,22 @@ } }, "node_modules/bridge-transaction-parser": { - "version": "0.5.0-beta", - "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#c32da5704ce9fd35844e4a661eeccb928ff9e300", + "name": "@rsksmart/bridge-transaction-parser", + "version": "2.0.0", + "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#044d533e396fc78ae8d4c67630c4078470ad61eb", + "integrity": "sha512-+br6iUamrbMhJPnG61w7Ugu1UKjpx8Q/W4fq5cyisaNqVtZe+y9WD3T6ewL8ApIxPxNITjLsbU1/lrorUfZXOA==", "license": "MIT", "dependencies": { - "@rsksmart/rsk-precompiled-abis-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-FINGERROOT" + "@rsksmart/rsk-precompiled-abis": "^7.1.0-LOVELL", + "ethers": "^6.13.5" } }, + "node_modules/bridge-transaction-parser/node_modules/@rsksmart/rsk-precompiled-abis": { + "version": "7.1.0-LOVELL", + "resolved": "https://registry.npmjs.org/@rsksmart/rsk-precompiled-abis/-/rsk-precompiled-abis-7.1.0-LOVELL.tgz", + "integrity": "sha512-tpNnWXOCYTJG+EMo5bGpkXnyLdRLJ2f7316Lwu+LquQkAS7COQAlBjZn5vTHx3Y1pzAoC8Ylw8r3X0Rlzh87wA==", + "license": "ISC" + }, "node_modules/brorand": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", @@ -4917,6 +4932,82 @@ "node": ">=10.0.0" } }, + "node_modules/ethers": { + "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", + "url": "https://github.com/sponsors/ethers-io/" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@adraffy/ens-normalize": "1.10.1", + "@noble/curves": "1.2.0", + "@noble/hashes": "1.3.2", + "@types/node": "22.7.5", + "aes-js": "4.0.0-beta.5", + "tslib": "2.7.0", + "ws": "8.17.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/ethers/node_modules/@noble/curves": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz", + "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "1.3.2" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/ethers/node_modules/@types/node": { + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.2" + } + }, + "node_modules/ethers/node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "license": "0BSD" + }, + "node_modules/ethers/node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/ethjs-unit": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/ethjs-unit/-/ethjs-unit-0.1.6.tgz", @@ -11332,6 +11423,12 @@ "node": ">=14.0" } }, + "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==", + "license": "MIT" + }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", diff --git a/package.json b/package.json index 96909edf..af2659ee 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@rsksmart/rsk-precompiled-abis": "^6.0.0-ARROWHEAD", "big.js": "^6.1.1", "bitcoinjs-lib": "^6.0.1", - "bridge-transaction-parser": "git+https://github.com/rsksmart/bridge-transaction-parser.git#v0.5.0-beta", + "bridge-transaction-parser": "git+https://github.com/rsksmart/bridge-transaction-parser.git#v2.0.0", "bs58": "^5.0.0", "dotenv": "^8.6.0", "jssha": "^3.2.0",