From a5ba1f50f00c17de6859927fabc1ca0cea4f8cea Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 5 Apr 2024 12:39:15 +0100 Subject: [PATCH] Remove caret from precompiled-abis 5.0.0 dependencies --- package-lock.json | 30 ++++++++++++------------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46ee03bd..93ed01c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,8 +33,8 @@ "pegin-address-verificator": "git+https://git@github.com/rsksmart/pegin-address-verifier#v0.4.0", "peglib": "git+https://github.com/rsksmart/rsk-peglib#v1.4.15", "precompiled-arrowhead600": "npm:@rsksmart/rsk-precompiled-abis@^6.0.0-ARROWHEAD", - "precompiled-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-FINGERROOT", - "precompiled-hop400": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-HOP", + "precompiled-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-FINGERROOT", + "precompiled-hop400": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-HOP", "precompiled-iris300": "npm:@rsksmart/rsk-precompiled-abis@^4.0.0-IRIS", "precompiled-orchid": "npm:@rsksmart/rsk-precompiled-abis@^1.0.0-ORCHID", "precompiled-papyrus200": "npm:@rsksmart/rsk-precompiled-abis@^3.0.0-PAPYRUS", @@ -776,12 +776,9 @@ }, "node_modules/@rsksmart/rsk-precompiled-abis-fingerroot500": { "name": "@rsksmart/rsk-precompiled-abis", - "version": "5.0.0-HOP", - "resolved": "https://registry.npmjs.org/@rsksmart/rsk-precompiled-abis/-/rsk-precompiled-abis-5.0.0-HOP.tgz", - "integrity": "sha512-VCSQRNE+3qeyMUsEPTxHTbj1MxmJSVJaeBwrYZg7vN46KFE4FaZd9hYp8iNpOUmpyZNhXySdVSFV9wlcubR1Gw==", - "dependencies": { - "web3": "^1.3.6" - } + "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/@rsksmart/rsk-precompiled-abis-hop400": { "name": "@rsksmart/rsk-precompiled-abis", @@ -1351,19 +1348,19 @@ "node_modules/bridge-transaction-parser-fingerroot500": { "name": "bridge-transaction-parser", "version": "0.5.0-beta", - "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#c32da5704ce9fd35844e4a661eeccb928ff9e300", + "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#2f08c20dfdf471766bcc10faed01ece183b8f229", "license": "MIT", "dependencies": { - "@rsksmart/rsk-precompiled-abis-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-FINGERROOT" + "@rsksmart/rsk-precompiled-abis-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-FINGERROOT" } }, "node_modules/bridge-transaction-parser-hop400": { "name": "bridge-transaction-parser", "version": "0.4.0-beta", - "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#a1a9f4fcc5efcf4fe2652d159f17a3a072359d88", + "resolved": "git+ssh://git@github.com/rsksmart/bridge-transaction-parser.git#3f6cd870ee759f86986148ae417a6e8453805ee8", "license": "MIT", "dependencies": { - "@rsksmart/rsk-precompiled-abis-hop400": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-HOP" + "@rsksmart/rsk-precompiled-abis-hop400": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-HOP" } }, "node_modules/brorand": { @@ -4634,12 +4631,9 @@ }, "node_modules/precompiled-fingerroot500": { "name": "@rsksmart/rsk-precompiled-abis", - "version": "5.0.0-HOP", - "resolved": "https://registry.npmjs.org/@rsksmart/rsk-precompiled-abis/-/rsk-precompiled-abis-5.0.0-HOP.tgz", - "integrity": "sha512-VCSQRNE+3qeyMUsEPTxHTbj1MxmJSVJaeBwrYZg7vN46KFE4FaZd9hYp8iNpOUmpyZNhXySdVSFV9wlcubR1Gw==", - "dependencies": { - "web3": "^1.3.6" - } + "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/precompiled-hop400": { "name": "@rsksmart/rsk-precompiled-abis", diff --git a/package.json b/package.json index 00c130e1..d13ed0b1 100644 --- a/package.json +++ b/package.json @@ -36,12 +36,12 @@ "pegin-address-verificator": "git+https://git@github.com/rsksmart/pegin-address-verifier#v0.4.0", "peglib": "git+https://github.com/rsksmart/rsk-peglib#v1.4.15", "precompiled-arrowhead600": "npm:@rsksmart/rsk-precompiled-abis@^6.0.0-ARROWHEAD", - "precompiled-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-FINGERROOT", - "precompiled-hop400": "npm:@rsksmart/rsk-precompiled-abis@^5.0.0-HOP", + "precompiled-fingerroot500": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-FINGERROOT", + "precompiled-hop400": "npm:@rsksmart/rsk-precompiled-abis@5.0.0-HOP", "precompiled-iris300": "npm:@rsksmart/rsk-precompiled-abis@^4.0.0-IRIS", - "precompiled-orchid": "npm:@rsksmart/rsk-precompiled-abis@^1.0.0-ORCHID", "precompiled-papyrus200": "npm:@rsksmart/rsk-precompiled-abis@^3.0.0-PAPYRUS", "precompiled-wasabi100": "npm:@rsksmart/rsk-precompiled-abis@^2.0.0-WASABI", + "precompiled-orchid": "npm:@rsksmart/rsk-precompiled-abis@^1.0.0-ORCHID", "rsk-transaction-helper": "git+https://github.com/rsksmart/rootstock-transaction-helper#v3.1.0", "solc": "^0.7.5", "stream-line-wrapper": "^0.1.1",