diff --git a/other/tezos-example/package-lock.json b/other/tezos-example/package-lock.json index 000e3dbf3..ed6dad66b 100644 --- a/other/tezos-example/package-lock.json +++ b/other/tezos-example/package-lock.json @@ -8,8 +8,8 @@ "name": "tezos-example", "version": "0.1.0", "dependencies": { - "@taquito/signer": "^13.0.0", - "@taquito/taquito": "^13.0.0", + "@taquito/signer": "^23.0.1", + "@taquito/taquito": "^23.0.1", "@taquito/utils": "^13.0.0", "@tezos-core-tools/crypto-utils": "^0.0.7", "@vitejs/plugin-react": "^4.3.1", @@ -2033,6 +2033,17 @@ "resolved": "https://registry.npmjs.org/@stablelib/hash/-/hash-1.0.1.tgz", "integrity": "sha512-eTPJc/stDkdtOcrNMZ6mcMK1e6yBbqRBaNW55XA1jU8w/7QdnCF0CmMmOD1m7VSkBR44PWrMHU2l6r8YEQHMgg==" }, + "node_modules/@stablelib/hmac": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@stablelib/hmac/-/hmac-1.0.1.tgz", + "integrity": "sha512-V2APD9NSnhVpV/QMYgCVMIYKiYG6LSqw1S65wxVoirhU/51ACio6D4yDVSwMzuTJXWZoVHbDdINioBwKy5kVmA==", + "license": "MIT", + "dependencies": { + "@stablelib/constant-time": "^1.0.1", + "@stablelib/hash": "^1.0.1", + "@stablelib/wipe": "^1.0.1" + } + }, "node_modules/@stablelib/int": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@stablelib/int/-/int-1.0.1.tgz", @@ -2058,6 +2069,18 @@ "@stablelib/xsalsa20": "^1.0.2" } }, + "node_modules/@stablelib/pbkdf2": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@stablelib/pbkdf2/-/pbkdf2-1.0.1.tgz", + "integrity": "sha512-d5jwK6jW1DkMyzqY8D1Io+fRXcsUVr95lk5LKX9ghaUdAITTc1ZL0bff+R0IrwSixbHluxhnivG7vDw59AZ/Nw==", + "license": "MIT", + "dependencies": { + "@stablelib/binary": "^1.0.1", + "@stablelib/hash": "^1.0.1", + "@stablelib/hmac": "^1.0.1", + "@stablelib/wipe": "^1.0.1" + } + }, "node_modules/@stablelib/poly1305": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@stablelib/poly1305/-/poly1305-1.0.1.tgz", @@ -2130,99 +2153,369 @@ "tslib": "^2.8.0" } }, + "node_modules/@taquito/core": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/core/-/core-23.0.1.tgz", + "integrity": "sha512-L26UVKF0X44aDszNnJCTbUljc7DLUX/3nWJCChXWX4HuhkJ1Kw/Qn/2oR0g5pAHGdqhXuDfwfWqdyyKfeyWo7Q==", + "license": "Apache-2.0", + "dependencies": { + "json-stringify-safe": "^5.0.1" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@taquito/http-utils": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/http-utils/-/http-utils-13.0.1.tgz", - "integrity": "sha512-eHzd0HSL3qX6bOOSaQClm+0XmpbSNcJP69uzaBJwfXo7ntQR1bUfGLn6+1Hgsk/lJ0JxakD2PDA4aaeajHvyPw==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/http-utils/-/http-utils-23.0.1.tgz", + "integrity": "sha512-+GZSz6hyelYySmxlp4y/ESWfr/3kdOHfF525sHCSXcSxvundxc0Lu6q7WnYw1mPGIe4Kjhh1eI3vXruxnx08UQ==", + "license": "Apache-2.0", "dependencies": { - "axios": "^0.26.0" + "@taquito/core": "^23.0.1", + "node-fetch": "^2.7.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" } }, "node_modules/@taquito/local-forging": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/local-forging/-/local-forging-13.0.1.tgz", - "integrity": "sha512-2n1ryUzHBIOHiQYRO7ELQaurjoNhJ3KUUcX0dAnFs3xVxUBugHgDPot+T+1rNZDdLVhTS6mmK796xrWDGnO6xw==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/local-forging/-/local-forging-23.0.1.tgz", + "integrity": "sha512-aL/aMwjjFFxS6/33dcFFkQX68h6mNsI7RSLGHC2jiz3sUyQ9yRqQu5xq09+0FrkmpvNBVWzGu8YIKH/z6dFj0Q==", + "license": "Apache-2.0", "dependencies": { - "@taquito/utils": "^13.0.1", - "bignumber.js": "^9.0.2" + "@taquito/core": "^23.0.1", + "@taquito/utils": "^23.0.1", + "bignumber.js": "^9.1.2" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" + } + }, + "node_modules/@taquito/local-forging/node_modules/@taquito/utils": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-23.0.1.tgz", + "integrity": "sha512-zAYoxaw977cJwpD+dHSaSbjt7ls9+0I7Ni6xK4jyK7UjNksNXdB0u2vQZDsBBFGuzGpqcd+yJ3Vr49u7s55VDg==", + "license": "Apache-2.0", + "dependencies": { + "@noble/curves": "^1.9.6", + "@stablelib/blake2b": "^1.0.1", + "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^23.0.1", + "@types/bs58check": "^2.1.2", + "bignumber.js": "^9.1.2", + "blakejs": "^1.2.1", + "bs58check": "^3.0.1", + "buffer": "^6.0.3", + "elliptic": "^6.6.1", + "typedarray-to-buffer": "^4.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@taquito/local-forging/node_modules/base-x": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz", + "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==", + "license": "MIT" + }, + "node_modules/@taquito/local-forging/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "license": "MIT", + "dependencies": { + "base-x": "^4.0.0" + } + }, + "node_modules/@taquito/local-forging/node_modules/bs58check": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz", + "integrity": "sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.2.0", + "bs58": "^5.0.0" } }, "node_modules/@taquito/michel-codec": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/michel-codec/-/michel-codec-13.0.1.tgz", - "integrity": "sha512-A9MxhDMdTTK31ty5Ke2wg4wkt7F/Y++tD8wq9YIFJzxt+MkpWX5b2i1f7yHXPsK/81YiGAi/LDamLtLCekY1LA==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/michel-codec/-/michel-codec-23.0.1.tgz", + "integrity": "sha512-7mCaBwi765wtW42RH//pjTzXP54Otk8e+w/gnfZbVoHb2dvNCSRQApjSmdb/al8CIoXQnQ3z918/w64JQ0QUTw==", + "license": "Apache-2.0", + "dependencies": { + "@taquito/core": "^23.0.1" + }, "engines": { - "node": ">=6.0.0" + "node": ">=18" } }, "node_modules/@taquito/michelson-encoder": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/michelson-encoder/-/michelson-encoder-13.0.1.tgz", - "integrity": "sha512-U80vswMHlEDQUjvARZScIKrSZkIjxdYtDLvHu4oRZ9wTqTXSlj+t64G5QmZwTEJRQkbzfhsOOr6vL40ztL0tzw==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/michelson-encoder/-/michelson-encoder-23.0.1.tgz", + "integrity": "sha512-86gMGqCAL0+/RV1vBIa4KCeWMVVUfeLutMyqD7H9FjsE64Ymmn56rojKrZFTNS/WAHy1kJGWCnt7PZH2JOAY6A==", + "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^13.0.1", - "@taquito/utils": "^13.0.1", - "bignumber.js": "^9.0.2", + "@taquito/core": "^23.0.1", + "@taquito/rpc": "^23.0.1", + "@taquito/utils": "^23.0.1", + "bignumber.js": "^9.1.2", + "elliptic": "^6.6.1", "fast-json-stable-stringify": "^2.1.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" + } + }, + "node_modules/@taquito/michelson-encoder/node_modules/@taquito/utils": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-23.0.1.tgz", + "integrity": "sha512-zAYoxaw977cJwpD+dHSaSbjt7ls9+0I7Ni6xK4jyK7UjNksNXdB0u2vQZDsBBFGuzGpqcd+yJ3Vr49u7s55VDg==", + "license": "Apache-2.0", + "dependencies": { + "@noble/curves": "^1.9.6", + "@stablelib/blake2b": "^1.0.1", + "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^23.0.1", + "@types/bs58check": "^2.1.2", + "bignumber.js": "^9.1.2", + "blakejs": "^1.2.1", + "bs58check": "^3.0.1", + "buffer": "^6.0.3", + "elliptic": "^6.6.1", + "typedarray-to-buffer": "^4.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@taquito/michelson-encoder/node_modules/base-x": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz", + "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==", + "license": "MIT" + }, + "node_modules/@taquito/michelson-encoder/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "license": "MIT", + "dependencies": { + "base-x": "^4.0.0" + } + }, + "node_modules/@taquito/michelson-encoder/node_modules/bs58check": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz", + "integrity": "sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.2.0", + "bs58": "^5.0.0" } }, "node_modules/@taquito/rpc": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/rpc/-/rpc-13.0.1.tgz", - "integrity": "sha512-f2Z0qzHB1ERLU5kewmXh3rAD84qIYthSjmAo04sWFbuaMgGW1HxMJKJ/EtL4s4VgoDUwahSwfATmVzmKg57BSw==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/rpc/-/rpc-23.0.1.tgz", + "integrity": "sha512-9wsgjnMdvPFXOGSyIFH+H7xDhqpzucXvrd2Vhyhv4MHsAGQRSV5j1aW3mXE7ksc10FwV8BZ2XDv0qOdJfNQWng==", + "license": "Apache-2.0", "dependencies": { - "@taquito/http-utils": "^13.0.1", - "@taquito/utils": "^13.0.1", - "bignumber.js": "^9.0.2" + "@taquito/core": "^23.0.1", + "@taquito/http-utils": "^23.0.1", + "@taquito/utils": "^23.0.1", + "bignumber.js": "^9.1.2" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" + } + }, + "node_modules/@taquito/rpc/node_modules/@taquito/utils": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-23.0.1.tgz", + "integrity": "sha512-zAYoxaw977cJwpD+dHSaSbjt7ls9+0I7Ni6xK4jyK7UjNksNXdB0u2vQZDsBBFGuzGpqcd+yJ3Vr49u7s55VDg==", + "license": "Apache-2.0", + "dependencies": { + "@noble/curves": "^1.9.6", + "@stablelib/blake2b": "^1.0.1", + "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^23.0.1", + "@types/bs58check": "^2.1.2", + "bignumber.js": "^9.1.2", + "blakejs": "^1.2.1", + "bs58check": "^3.0.1", + "buffer": "^6.0.3", + "elliptic": "^6.6.1", + "typedarray-to-buffer": "^4.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@taquito/rpc/node_modules/base-x": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz", + "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==", + "license": "MIT" + }, + "node_modules/@taquito/rpc/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "license": "MIT", + "dependencies": { + "base-x": "^4.0.0" + } + }, + "node_modules/@taquito/rpc/node_modules/bs58check": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz", + "integrity": "sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.2.0", + "bs58": "^5.0.0" } }, "node_modules/@taquito/signer": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/signer/-/signer-13.0.1.tgz", - "integrity": "sha512-3C7DTC5u6jqA83kUGghEDEDJtwCNNmw0KIF+u6EdQ55YRxLDf8XBp8/voG3i+0HvU3MPqfg0CIvCUHbr8MO0Og==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/signer/-/signer-23.0.1.tgz", + "integrity": "sha512-jXAvsV8ho8bLV65JBK5OcCK/Ra3DA2Iucm3L8uNcFy64Qq8iy3UWUyJ5jHwFlGVU5g52OfcM6bkmJy/cRkIVhw==", + "license": "Apache-2.0", "dependencies": { + "@noble/curves": "^1.9.6", "@stablelib/blake2b": "^1.0.1", - "@stablelib/ed25519": "^1.0.2", - "@stablelib/nacl": "^1.0.3", - "@taquito/taquito": "^13.0.1", - "@taquito/utils": "^13.0.1", - "elliptic": "^6.5.4", + "@stablelib/ed25519": "^1.0.3", + "@stablelib/hmac": "^1.0.1", + "@stablelib/nacl": "^1.0.4", + "@stablelib/pbkdf2": "^1.0.1", + "@stablelib/sha512": "^1.0.1", + "@taquito/core": "^23.0.1", + "@taquito/taquito": "^23.0.1", + "@taquito/utils": "^23.0.1", + "@types/bn.js": "^5.1.5", + "bip39": "3.1.0", + "elliptic": "^6.6.1", "pbkdf2": "^3.1.2", "typedarray-to-buffer": "^4.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" + } + }, + "node_modules/@taquito/signer/node_modules/@taquito/utils": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-23.0.1.tgz", + "integrity": "sha512-zAYoxaw977cJwpD+dHSaSbjt7ls9+0I7Ni6xK4jyK7UjNksNXdB0u2vQZDsBBFGuzGpqcd+yJ3Vr49u7s55VDg==", + "license": "Apache-2.0", + "dependencies": { + "@noble/curves": "^1.9.6", + "@stablelib/blake2b": "^1.0.1", + "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^23.0.1", + "@types/bs58check": "^2.1.2", + "bignumber.js": "^9.1.2", + "blakejs": "^1.2.1", + "bs58check": "^3.0.1", + "buffer": "^6.0.3", + "elliptic": "^6.6.1", + "typedarray-to-buffer": "^4.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@taquito/signer/node_modules/base-x": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz", + "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==", + "license": "MIT" + }, + "node_modules/@taquito/signer/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "license": "MIT", + "dependencies": { + "base-x": "^4.0.0" + } + }, + "node_modules/@taquito/signer/node_modules/bs58check": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz", + "integrity": "sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.2.0", + "bs58": "^5.0.0" } }, "node_modules/@taquito/taquito": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@taquito/taquito/-/taquito-13.0.1.tgz", - "integrity": "sha512-xNtcwKsOCHSkURO9G2VhKSeI9q0qh5/OkVuYe6KM0Fo40FthXNqq205I/FTJzu5E1Q73J7cFqA7FHqUrv276gw==", + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/taquito/-/taquito-23.0.1.tgz", + "integrity": "sha512-NNrly5ffSQt4vNYpAkmzg49Ur74K5LgLDXHcewDIWnH7pT3XaUtXikV5v5WSUKyVSaj3ScAQ4tpGmsnABAb07w==", "hasInstallScript": true, + "license": "Apache-2.0", "dependencies": { - "@taquito/http-utils": "^13.0.1", - "@taquito/local-forging": "^13.0.1", - "@taquito/michel-codec": "^13.0.1", - "@taquito/michelson-encoder": "^13.0.1", - "@taquito/rpc": "^13.0.1", - "@taquito/utils": "^13.0.1", - "bignumber.js": "^9.0.2", - "rxjs": "^6.6.3" + "@taquito/core": "^23.0.1", + "@taquito/http-utils": "^23.0.1", + "@taquito/local-forging": "^23.0.1", + "@taquito/michel-codec": "^23.0.1", + "@taquito/michelson-encoder": "^23.0.1", + "@taquito/rpc": "^23.0.1", + "@taquito/utils": "^23.0.1", + "bignumber.js": "^9.1.2", + "rxjs": "^7.8.2" }, "engines": { - "node": ">=6.0.0" + "node": ">=18" + } + }, + "node_modules/@taquito/taquito/node_modules/@taquito/utils": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-23.0.1.tgz", + "integrity": "sha512-zAYoxaw977cJwpD+dHSaSbjt7ls9+0I7Ni6xK4jyK7UjNksNXdB0u2vQZDsBBFGuzGpqcd+yJ3Vr49u7s55VDg==", + "license": "Apache-2.0", + "dependencies": { + "@noble/curves": "^1.9.6", + "@stablelib/blake2b": "^1.0.1", + "@stablelib/ed25519": "^1.0.3", + "@taquito/core": "^23.0.1", + "@types/bs58check": "^2.1.2", + "bignumber.js": "^9.1.2", + "blakejs": "^1.2.1", + "bs58check": "^3.0.1", + "buffer": "^6.0.3", + "elliptic": "^6.6.1", + "typedarray-to-buffer": "^4.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@taquito/taquito/node_modules/base-x": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-4.0.1.tgz", + "integrity": "sha512-uAZ8x6r6S3aUM9rbHGVOIsR15U/ZSc82b3ymnCPsT45Gk1DDvhDPdIgB5MrhirZWt+5K0EEPQH985kNqZgNPFw==", + "license": "MIT" + }, + "node_modules/@taquito/taquito/node_modules/bs58": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-5.0.0.tgz", + "integrity": "sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==", + "license": "MIT", + "dependencies": { + "base-x": "^4.0.0" + } + }, + "node_modules/@taquito/taquito/node_modules/bs58check": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz", + "integrity": "sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==", + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.2.0", + "bs58": "^5.0.0" } }, "node_modules/@taquito/utils": { @@ -2883,6 +3176,15 @@ "@babel/types": "^7.20.7" } }, + "node_modules/@types/bn.js": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.2.0.tgz", + "integrity": "sha512-DLbJ1BPqxvQhIGbeu8VbUC1DiAiahHtAYvA0ZEAa4P31F7IaArc8z3C3BRQdWX4mtLQuABG4yzp76ZrS02Ui1Q==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/brorand": { "version": "1.0.33", "resolved": "https://registry.npmjs.org/@types/brorand/-/brorand-1.0.33.tgz", @@ -4270,14 +4572,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/axios": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", - "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", - "dependencies": { - "follow-redirects": "^1.14.8" - } - }, "node_modules/base-x": { "version": "3.0.9", "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz", @@ -5479,7 +5773,8 @@ "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "license": "MIT" }, "node_modules/fast-redact": { "version": "3.5.0", @@ -5517,25 +5812,6 @@ "node": ">=0.10.0" } }, - "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, "node_modules/for-each": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", @@ -7050,21 +7326,14 @@ } }, "node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "license": "Apache-2.0", "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" + "tslib": "^2.1.0" } }, - "node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", diff --git a/other/tezos-example/package.json b/other/tezos-example/package.json index 1729a7e87..8d54404df 100644 --- a/other/tezos-example/package.json +++ b/other/tezos-example/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@taquito/signer": "^13.0.0", - "@taquito/taquito": "^13.0.0", + "@taquito/signer": "^23.0.1", + "@taquito/taquito": "^23.0.1", "@taquito/utils": "^13.0.0", "@tezos-core-tools/crypto-utils": "^0.0.7", "@vitejs/plugin-react": "^4.3.1",