diff --git a/package-lock.json b/package-lock.json index fa49700..703788d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@taquito/local-forging": "15.0.1", - "@taquito/remote-signer": "15.0.1", - "@taquito/rpc": "15.0.1", - "@taquito/signer": "15.0.1", - "@taquito/taquito": "15.0.1", - "@taquito/utils": "15.0.1", + "@taquito/local-forging": "17.2.0", + "@taquito/remote-signer": "17.2.0", + "@taquito/rpc": "17.2.0", + "@taquito/signer": "17.2.0", + "@taquito/taquito": "17.2.0", + "@taquito/utils": "17.2.0", "@types/redis": "^2.8.27", "body-parser": "^1.19.0", "express": "^4.17.1", @@ -222,91 +222,106 @@ "@stablelib/wipe": "^1.0.1" } }, + "node_modules/@taquito/core": { + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fcore/-/core-17.2.0.tgz", + "integrity": "sha512-Sijn6uhSJUPgk9TzlxOAiJpfF7HogjNepmjGia3Eq9LidJMg6gqL+VRYYtCIAzNQl7Ge8dkqUx9yIibQFHPR7w==", + "license": "MIT", + "engines": { + "node": ">=16" + } + }, "node_modules/@taquito/http-utils": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fhttp-utils/-/http-utils-15.0.1.tgz", - "integrity": "sha512-VQxEKX7fl3dgcPfwJ0xGXBm7J/t2MLdzR1N+WJiGYMyuQ8GEToTpLCEsTe07EtJhXG+tSZGENTTOEbx/u+XVdQ==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fhttp-utils/-/http-utils-17.2.0.tgz", + "integrity": "sha512-7Euinzp652JyAjxkFtyYD+ZxKrCHA87pafrf+Mwb868KXcv4po72jg2GTtaimmIAEkDh03Bp+EpQVX4vpQeo/A==", "license": "MIT", "dependencies": { - "@vespaiach/axios-fetch-adapter": "^0.3.1", - "axios": "^0.26.0" + "@taquito/core": "^17.2.0", + "axios": "0.26.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/local-forging": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2flocal-forging/-/local-forging-15.0.1.tgz", - "integrity": "sha512-0xMSmxJPAEMaJVKxgjsKUCH5rk2mrpAleKlIyQtS+XJL6wajwpsS1BECbtuMkn5FbbnyQxxEI+EOhpZVkH8rzg==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2flocal-forging/-/local-forging-17.2.0.tgz", + "integrity": "sha512-f1ppmY7ItBbfBmT5TGOH5Sxp8sSUZ+LSHjZcRv3s36RGytHKK/IIbfY+z4+43ZIAVQpwxbXgZkqjPPsNacQPzA==", "license": "MIT", "dependencies": { - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/michel-codec": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichel-codec/-/michel-codec-15.0.1.tgz", - "integrity": "sha512-hp6WkD3PJAzxQBW3ngVHqDdI0cSnPF7+HFTZfrFZqZJLE3n0uPB3E0bni4YQWfazv9SdQkcs/NAvWba4jzVk6A==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichel-codec/-/michel-codec-17.2.0.tgz", + "integrity": "sha512-PIQK9wrPKcsgoD/zQzb779jAhhHRs0ikBViqIQmTurT0uv3az2lRZRPdWrHovY835Iq9bhCZmL7s+ptPn1JjXg==", "license": "MIT", + "dependencies": { + "@taquito/core": "^17.2.0" + }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/michelson-encoder": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichelson-encoder/-/michelson-encoder-15.0.1.tgz", - "integrity": "sha512-EvzTUY3XgNbOJEmvWMu1kBKNyQazC6N5ZLo9Ssvl2L8vGgShM/wm4DMP8E2Oa4WhhDHUEvs1VY3hak9CQvCTcw==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichelson-encoder/-/michelson-encoder-17.2.0.tgz", + "integrity": "sha512-bJi9FLQ+RrERzSscwGVdti2lm7ktHQU9/nyljmP8LBCOkU7xvY3SJi+FKQHxcRGS52si6Wvi+oyMo6JcV6kYDg==", "license": "MIT", "dependencies": { - "@taquito/rpc": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/rpc": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0", "fast-json-stable-stringify": "^2.1.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/remote-signer": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fremote-signer/-/remote-signer-15.0.1.tgz", - "integrity": "sha512-0fTRBY4fPvX2QozNBh3Wn0xdoQikDQW5/Rm8up2eNlTf44h5oyxx2EX6e7gsul9lAxuvBtPRgdxSJrSHeadiaQ==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fremote-signer/-/remote-signer-17.2.0.tgz", + "integrity": "sha512-GwAs84KgvNOD9OlGKv8zoIcSVOXH3BcJQScbI9f2ztY/KgXcraF690N/WiKPDX0wbQfUJ0AYJyq1/dFHE1+ahQ==", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/http-utils": "^15.0.1", - "@taquito/taquito": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/taquito": "^17.2.0", + "@taquito/utils": "^17.2.0", "typedarray-to-buffer": "^4.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/rpc": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2frpc/-/rpc-15.0.1.tgz", - "integrity": "sha512-dsG/Dv4/pWiMWyh++7sfgL1DYEalJt5tgvdP9FiTdpCMKziqpwzQAz4BDDp+GF5ZTBsPISzrRVLGBdhltkTuMw==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2frpc/-/rpc-17.2.0.tgz", + "integrity": "sha512-Fufl4m0ajNAvLlQ+tj4oDeC5TYk4LyLdsVYR0FQ9HdNWTI1Nu+/XTEwnq7AHx7w1zRAFRkAV/YaYn5HSogatjw==", "license": "MIT", "dependencies": { - "@taquito/http-utils": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/signer": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fsigner/-/signer-15.0.1.tgz", - "integrity": "sha512-PA3Uv16r+QlEXMTASKZmGZDhzVxgAKtPhhPtLNzBZsryHTm29l0hnibAdlVWUOIl2yn0i8GaXji2IpOBOWJH4Q==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fsigner/-/signer-17.2.0.tgz", + "integrity": "sha512-pVxjBCiK8Bazf4L7OvZVlUaghFfJWZ9yZKa/qyoiMgYDdYjy91rCNja8Tl/vwXLO3nOFa/VjBdPPHuKa3enAAQ==", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -315,46 +330,48 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/taquito": "^17.2.0", + "@taquito/utils": "^17.2.0", "@types/bn.js": "^5.1.1", - "bip39": "^3.0.4", + "bip39": "3.0.4", "elliptic": "^6.5.4", "pbkdf2": "^3.1.2", "typedarray-to-buffer": "^4.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/taquito": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2ftaquito/-/taquito-15.0.1.tgz", - "integrity": "sha512-DA0ikg/mSubmdQc2rCNoZkyTpwjoXsddTlptphkAGtqDGEb+VSO3fcQWa/T+NHupWraXXd+pqdOEewbR1cYhvw==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2ftaquito/-/taquito-17.2.0.tgz", + "integrity": "sha512-8eZwLH+2reeYF+rDfzXOrXIr/g+GUZpLqkzEfZaxfejj8jVfj5S/fVjvIqBkfu/6Z3nynxgDcEzicgx85Dqovg==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@taquito/http-utils": "^15.0.1", - "@taquito/local-forging": "^15.0.1", - "@taquito/michel-codec": "^15.0.1", - "@taquito/michelson-encoder": "^15.0.1", - "@taquito/rpc": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/local-forging": "^17.2.0", + "@taquito/michel-codec": "^17.2.0", + "@taquito/michelson-encoder": "^17.2.0", + "@taquito/rpc": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0", - "rxjs": "^6.6.3" + "rxjs": "^7.8.1" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@taquito/utils": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2futils/-/utils-15.0.1.tgz", - "integrity": "sha512-mbU5UggF+pot81qPgkT0ZqSlUuHfWtpqBnKFXDZxVmXCbzUhPrXd3oJdHLL665LG5p+MnYpFoKlTKlzadP3Dfg==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2futils/-/utils-17.2.0.tgz", + "integrity": "sha512-m+sl+glhPSKUtxuR+JDOrwEN/+ou/dpZxrLQiBQE2PG3GE1zRdfgBP7K49B+MNIgffdwXsDBfZSinx3AcayfeQ==", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^17.2.0", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.0", "blakejs": "^1.2.1", @@ -364,7 +381,7 @@ "typedarray-to-buffer": "^4.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=16" } }, "node_modules/@types/bn.js": { @@ -478,15 +495,6 @@ "@types/node": "*" } }, - "node_modules/@vespaiach/axios-fetch-adapter": { - "version": "0.3.1", - "resolved": "https://npm.preview.tezostaquito.io/@vespaiach%2faxios-fetch-adapter/-/axios-fetch-adapter-0.3.1.tgz", - "integrity": "sha512-+1F52VWXmQHSRFSv4/H0wtnxfvjRMPK5531e880MIjypPdUSX6QZuoDgEVeCE1vjhzDdxCVX7rOqkub7StEUwQ==", - "license": "MIT", - "peerDependencies": { - "axios": ">=0.26.0" - } - }, "node_modules/@webassemblyjs/ast": { "version": "1.9.0", "resolved": "https://npm.preview.tezostaquito.io/@webassemblyjs%2fast/-/ast-1.9.0.tgz", @@ -934,9 +942,9 @@ } }, "node_modules/axios": { - "version": "0.26.1", - "resolved": "https://npm.preview.tezostaquito.io/axios/-/axios-0.26.1.tgz", - "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "version": "0.26.0", + "resolved": "https://npm.preview.tezostaquito.io/axios/-/axios-0.26.0.tgz", + "integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==", "license": "MIT", "dependencies": { "follow-redirects": "^1.14.8" @@ -5802,15 +5810,12 @@ } }, "node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://npm.preview.tezostaquito.io/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "version": "7.8.1", + "resolved": "https://npm.preview.tezostaquito.io/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "license": "Apache-2.0", "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" + "tslib": "^2.1.0" } }, "node_modules/safe-buffer": { @@ -6879,9 +6884,9 @@ } }, "node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://npm.preview.tezostaquito.io/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "version": "2.6.1", + "resolved": "https://npm.preview.tezostaquito.io/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==", "license": "0BSD" }, "node_modules/tty-browserify": { @@ -7803,67 +7808,78 @@ "@stablelib/wipe": "^1.0.1" } }, + "@taquito/core": { + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fcore/-/core-17.2.0.tgz", + "integrity": "sha512-Sijn6uhSJUPgk9TzlxOAiJpfF7HogjNepmjGia3Eq9LidJMg6gqL+VRYYtCIAzNQl7Ge8dkqUx9yIibQFHPR7w==" + }, "@taquito/http-utils": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fhttp-utils/-/http-utils-15.0.1.tgz", - "integrity": "sha512-VQxEKX7fl3dgcPfwJ0xGXBm7J/t2MLdzR1N+WJiGYMyuQ8GEToTpLCEsTe07EtJhXG+tSZGENTTOEbx/u+XVdQ==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fhttp-utils/-/http-utils-17.2.0.tgz", + "integrity": "sha512-7Euinzp652JyAjxkFtyYD+ZxKrCHA87pafrf+Mwb868KXcv4po72jg2GTtaimmIAEkDh03Bp+EpQVX4vpQeo/A==", "requires": { - "@vespaiach/axios-fetch-adapter": "^0.3.1", - "axios": "^0.26.0" + "@taquito/core": "^17.2.0", + "axios": "0.26.0" } }, "@taquito/local-forging": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2flocal-forging/-/local-forging-15.0.1.tgz", - "integrity": "sha512-0xMSmxJPAEMaJVKxgjsKUCH5rk2mrpAleKlIyQtS+XJL6wajwpsS1BECbtuMkn5FbbnyQxxEI+EOhpZVkH8rzg==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2flocal-forging/-/local-forging-17.2.0.tgz", + "integrity": "sha512-f1ppmY7ItBbfBmT5TGOH5Sxp8sSUZ+LSHjZcRv3s36RGytHKK/IIbfY+z4+43ZIAVQpwxbXgZkqjPPsNacQPzA==", "requires": { - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0" } }, "@taquito/michel-codec": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichel-codec/-/michel-codec-15.0.1.tgz", - "integrity": "sha512-hp6WkD3PJAzxQBW3ngVHqDdI0cSnPF7+HFTZfrFZqZJLE3n0uPB3E0bni4YQWfazv9SdQkcs/NAvWba4jzVk6A==" + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichel-codec/-/michel-codec-17.2.0.tgz", + "integrity": "sha512-PIQK9wrPKcsgoD/zQzb779jAhhHRs0ikBViqIQmTurT0uv3az2lRZRPdWrHovY835Iq9bhCZmL7s+ptPn1JjXg==", + "requires": { + "@taquito/core": "^17.2.0" + } }, "@taquito/michelson-encoder": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichelson-encoder/-/michelson-encoder-15.0.1.tgz", - "integrity": "sha512-EvzTUY3XgNbOJEmvWMu1kBKNyQazC6N5ZLo9Ssvl2L8vGgShM/wm4DMP8E2Oa4WhhDHUEvs1VY3hak9CQvCTcw==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fmichelson-encoder/-/michelson-encoder-17.2.0.tgz", + "integrity": "sha512-bJi9FLQ+RrERzSscwGVdti2lm7ktHQU9/nyljmP8LBCOkU7xvY3SJi+FKQHxcRGS52si6Wvi+oyMo6JcV6kYDg==", "requires": { - "@taquito/rpc": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/rpc": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0", "fast-json-stable-stringify": "^2.1.0" } }, "@taquito/remote-signer": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fremote-signer/-/remote-signer-15.0.1.tgz", - "integrity": "sha512-0fTRBY4fPvX2QozNBh3Wn0xdoQikDQW5/Rm8up2eNlTf44h5oyxx2EX6e7gsul9lAxuvBtPRgdxSJrSHeadiaQ==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fremote-signer/-/remote-signer-17.2.0.tgz", + "integrity": "sha512-GwAs84KgvNOD9OlGKv8zoIcSVOXH3BcJQScbI9f2ztY/KgXcraF690N/WiKPDX0wbQfUJ0AYJyq1/dFHE1+ahQ==", "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/http-utils": "^15.0.1", - "@taquito/taquito": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/taquito": "^17.2.0", + "@taquito/utils": "^17.2.0", "typedarray-to-buffer": "^4.0.0" } }, "@taquito/rpc": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2frpc/-/rpc-15.0.1.tgz", - "integrity": "sha512-dsG/Dv4/pWiMWyh++7sfgL1DYEalJt5tgvdP9FiTdpCMKziqpwzQAz4BDDp+GF5ZTBsPISzrRVLGBdhltkTuMw==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2frpc/-/rpc-17.2.0.tgz", + "integrity": "sha512-Fufl4m0ajNAvLlQ+tj4oDeC5TYk4LyLdsVYR0FQ9HdNWTI1Nu+/XTEwnq7AHx7w1zRAFRkAV/YaYn5HSogatjw==", "requires": { - "@taquito/http-utils": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0" } }, "@taquito/signer": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fsigner/-/signer-15.0.1.tgz", - "integrity": "sha512-PA3Uv16r+QlEXMTASKZmGZDhzVxgAKtPhhPtLNzBZsryHTm29l0hnibAdlVWUOIl2yn0i8GaXji2IpOBOWJH4Q==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2fsigner/-/signer-17.2.0.tgz", + "integrity": "sha512-pVxjBCiK8Bazf4L7OvZVlUaghFfJWZ9yZKa/qyoiMgYDdYjy91rCNja8Tl/vwXLO3nOFa/VjBdPPHuKa3enAAQ==", "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", @@ -7871,37 +7887,39 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^15.0.1", - "@taquito/utils": "^15.0.1", + "@taquito/taquito": "^17.2.0", + "@taquito/utils": "^17.2.0", "@types/bn.js": "^5.1.1", - "bip39": "^3.0.4", + "bip39": "3.0.4", "elliptic": "^6.5.4", "pbkdf2": "^3.1.2", "typedarray-to-buffer": "^4.0.0" } }, "@taquito/taquito": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2ftaquito/-/taquito-15.0.1.tgz", - "integrity": "sha512-DA0ikg/mSubmdQc2rCNoZkyTpwjoXsddTlptphkAGtqDGEb+VSO3fcQWa/T+NHupWraXXd+pqdOEewbR1cYhvw==", - "requires": { - "@taquito/http-utils": "^15.0.1", - "@taquito/local-forging": "^15.0.1", - "@taquito/michel-codec": "^15.0.1", - "@taquito/michelson-encoder": "^15.0.1", - "@taquito/rpc": "^15.0.1", - "@taquito/utils": "^15.0.1", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2ftaquito/-/taquito-17.2.0.tgz", + "integrity": "sha512-8eZwLH+2reeYF+rDfzXOrXIr/g+GUZpLqkzEfZaxfejj8jVfj5S/fVjvIqBkfu/6Z3nynxgDcEzicgx85Dqovg==", + "requires": { + "@taquito/core": "^17.2.0", + "@taquito/http-utils": "^17.2.0", + "@taquito/local-forging": "^17.2.0", + "@taquito/michel-codec": "^17.2.0", + "@taquito/michelson-encoder": "^17.2.0", + "@taquito/rpc": "^17.2.0", + "@taquito/utils": "^17.2.0", "bignumber.js": "^9.1.0", - "rxjs": "^6.6.3" + "rxjs": "^7.8.1" } }, "@taquito/utils": { - "version": "15.0.1", - "resolved": "https://npm.preview.tezostaquito.io/@taquito%2futils/-/utils-15.0.1.tgz", - "integrity": "sha512-mbU5UggF+pot81qPgkT0ZqSlUuHfWtpqBnKFXDZxVmXCbzUhPrXd3oJdHLL665LG5p+MnYpFoKlTKlzadP3Dfg==", + "version": "17.2.0", + "resolved": "https://npm.preview.tezostaquito.io/@taquito%2futils/-/utils-17.2.0.tgz", + "integrity": "sha512-m+sl+glhPSKUtxuR+JDOrwEN/+ou/dpZxrLQiBQE2PG3GE1zRdfgBP7K49B+MNIgffdwXsDBfZSinx3AcayfeQ==", "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^17.2.0", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.0", "blakejs": "^1.2.1", @@ -8010,12 +8028,6 @@ "@types/node": "*" } }, - "@vespaiach/axios-fetch-adapter": { - "version": "0.3.1", - "resolved": "https://npm.preview.tezostaquito.io/@vespaiach%2faxios-fetch-adapter/-/axios-fetch-adapter-0.3.1.tgz", - "integrity": "sha512-+1F52VWXmQHSRFSv4/H0wtnxfvjRMPK5531e880MIjypPdUSX6QZuoDgEVeCE1vjhzDdxCVX7rOqkub7StEUwQ==", - "requires": {} - }, "@webassemblyjs/ast": { "version": "1.9.0", "resolved": "https://npm.preview.tezostaquito.io/@webassemblyjs%2fast/-/ast-1.9.0.tgz", @@ -8375,9 +8387,9 @@ "dev": true }, "axios": { - "version": "0.26.1", - "resolved": "https://npm.preview.tezostaquito.io/axios/-/axios-0.26.1.tgz", - "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "version": "0.26.0", + "resolved": "https://npm.preview.tezostaquito.io/axios/-/axios-0.26.0.tgz", + "integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==", "requires": { "follow-redirects": "^1.14.8" } @@ -12066,11 +12078,11 @@ } }, "rxjs": { - "version": "6.6.7", - "resolved": "https://npm.preview.tezostaquito.io/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "version": "7.8.1", + "resolved": "https://npm.preview.tezostaquito.io/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.1.0" } }, "safe-buffer": { @@ -12884,9 +12896,9 @@ } }, "tslib": { - "version": "1.14.1", - "resolved": "https://npm.preview.tezostaquito.io/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "version": "2.6.1", + "resolved": "https://npm.preview.tezostaquito.io/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "tty-browserify": { "version": "0.0.0", diff --git a/package.json b/package.json index 0a5f08e..8a20e39 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "author": "", "license": "ISC", "dependencies": { - "@taquito/local-forging": "15.0.1", - "@taquito/remote-signer": "15.0.1", - "@taquito/rpc": "15.0.1", - "@taquito/signer": "15.0.1", - "@taquito/taquito": "15.0.1", - "@taquito/utils": "15.0.1", + "@taquito/local-forging": "17.2.0", + "@taquito/remote-signer": "17.2.0", + "@taquito/rpc": "17.2.0", + "@taquito/signer": "17.2.0", + "@taquito/taquito": "17.2.0", + "@taquito/utils": "17.2.0", "@types/redis": "^2.8.27", "body-parser": "^1.19.0", "express": "^4.17.1",