From db799ea9db6bf8a276f068c5cd1225fdfe9d517f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 23:13:08 +0000 Subject: [PATCH] fix: upgrade @taquito/signer from 19.2.0 to 19.2.1 Snyk has created this PR to upgrade @taquito/signer from 19.2.0 to 19.2.1. See this package in npm: @taquito/signer See this project in Snyk: https://app.snyk.io/org/chai/project/19a42495-7e59-4973-95e0-414ce14b4003?utm_source=github&utm_medium=referral&page=upgrade-pr --- demo/react-app/package-lock.json | 80 +++++++++++++++++++------------- demo/react-app/package.json | 2 +- 2 files changed, 50 insertions(+), 32 deletions(-) diff --git a/demo/react-app/package-lock.json b/demo/react-app/package-lock.json index 914d625fd..1ed2cc14e 100644 --- a/demo/react-app/package-lock.json +++ b/demo/react-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@solana/web3.js": "^1.91.7", - "@taquito/signer": "^19.2.0", + "@taquito/signer": "^19.2.1", "@taquito/taquito": "^19.2.0", "@taquito/utils": "^19.2.0", "@tezos-core-tools/crypto-utils": "^0.0.7", @@ -3905,7 +3905,9 @@ } }, "node_modules/@taquito/core": { - "version": "19.1.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/core/-/core-19.2.1.tgz", + "integrity": "sha512-OlGiZlpsb11HvgM9Wvv66/uAjh97d+D09IF9dMydSiVZPYXgtkzEtY0qcl3pXCyFrGU6/Hxn4YGVQzdWF3oUGg==", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -3915,10 +3917,12 @@ } }, "node_modules/@taquito/http-utils": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/http-utils/-/http-utils-19.2.1.tgz", + "integrity": "sha512-RvvSJjiX2cSej950k7BC5zDz87xmAfxRu6xpVEkkQRf4mLBx1llyQ1bwjCK4xBwMPMCdmDv1L2d9Di7qI0X9cQ==", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "node-fetch": "^2.7.0" }, "engines": { @@ -3926,11 +3930,13 @@ } }, "node_modules/@taquito/local-forging": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/local-forging/-/local-forging-19.2.1.tgz", + "integrity": "sha512-KFu537MPANbZxvWFOlTYTymdfYhwXcfR2h1id7zfif9kJmxN9Os5l8nsanCJvEvYNskniX1nhy8ObQcvckv38A==", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "engines": { @@ -3938,22 +3944,26 @@ } }, "node_modules/@taquito/michel-codec": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/michel-codec/-/michel-codec-19.2.1.tgz", + "integrity": "sha512-mYaWV5oCD/Ebhih9ZSkcsEM+arGoQlOz4FcGJUOYVrFZcDqBfrlvdiO4P4NZ8kxDcn2hSZi+U2vekAZ9gOJTHQ==", "license": "MIT", "dependencies": { - "@taquito/core": "^19.1.0" + "@taquito/core": "^19.2.1" }, "engines": { "node": ">=18" } }, "node_modules/@taquito/michelson-encoder": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/michelson-encoder/-/michelson-encoder-19.2.1.tgz", + "integrity": "sha512-Z41nKNU4cQ0C4suVBERf07MNBUR5hdqFo/GsIfrM7iXA1xn4YY+5ySHR7tegtJN89Gin67w8AITCpDHhtwt1yw==", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, @@ -3962,12 +3972,14 @@ } }, "node_modules/@taquito/rpc": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/rpc/-/rpc-19.2.1.tgz", + "integrity": "sha512-/dszltZSiljrg7hIvjyqDzcRlDh/8yWSb/8q37OewJVhSDChikVvVCWiMjgj5/c/o8nUT/N3xzNHzXGf8ITsuA==", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "engines": { @@ -3975,7 +3987,9 @@ } }, "node_modules/@taquito/signer": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/signer/-/signer-19.2.1.tgz", + "integrity": "sha512-qYACY+9zgPbKtaPAt82vxrFIWhUu4Z7ryuGN9FjhuYVwM/tlRk/lD8SNLI9R0okYuRqj6TozoeNtcnk0neKQ5A==", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -3984,9 +3998,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "@types/bn.js": "^5.1.2", "bip39": "3.1.0", "elliptic": "^6.5.4", @@ -3998,17 +4012,19 @@ } }, "node_modules/@taquito/taquito": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/taquito/-/taquito-19.2.1.tgz", + "integrity": "sha512-5gXhWwexK9n4u339uAtdW83RrDRMRstGlNzbOJ+objeANh2Z98xuiIoSi23bjmX65mwXTbU2/waNd9Rgad9Wsw==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -4017,12 +4033,14 @@ } }, "node_modules/@taquito/utils": { - "version": "19.2.0", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@taquito/utils/-/utils-19.2.1.tgz", + "integrity": "sha512-Nh5ArtFHXCHV33r8PpSK4n3VdSzwUtZDMdSyTqkiu/wWReXbIbo3itO+iR/2YaQw5pwMJWjK9GY2AahBbJ5bpg==", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", diff --git a/demo/react-app/package.json b/demo/react-app/package.json index 1b5320ace..a9b5d76a9 100644 --- a/demo/react-app/package.json +++ b/demo/react-app/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@solana/web3.js": "^1.91.7", - "@taquito/signer": "^19.2.0", + "@taquito/signer": "^19.2.1", "@taquito/taquito": "^19.2.0", "@taquito/utils": "^19.2.0", "@tezos-core-tools/crypto-utils": "^0.0.7",