From 6a9c6b5aaac41d4d8f3716ebeda1337d94a71b64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 21:02:08 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/chai from 4.1.7 to 4.3.17. See this package in npm: https://www.npmjs.com/package/@types/chai - @types/mocha from 5.2.6 to 5.2.7. See this package in npm: https://www.npmjs.com/package/@types/mocha - @types/node from 14.10.0 to 14.18.63. See this package in npm: https://www.npmjs.com/package/@types/node - @types/web3 from 1.0.19 to 1.0.20. See this package in npm: https://www.npmjs.com/package/@types/web3 - bitcore-lib from 8.25.10 to 8.25.47. See this package in npm: https://www.npmjs.com/package/bitcore-lib - bitcore-lib-cash from 8.25.10 to 8.25.47. See this package in npm: https://www.npmjs.com/package/bitcore-lib-cash - bitcore-lib-doge from 8.25.10 to 8.25.46. See this package in npm: https://www.npmjs.com/package/bitcore-lib-doge - bitcore-lib-ltc from 8.25.10 to 8.25.46. See this package in npm: https://www.npmjs.com/package/bitcore-lib-ltc - chai from 4.2.0 to 4.5.0. See this package in npm: https://www.npmjs.com/package/chai - ethers from 5.0.12 to 5.7.2. See this package in npm: https://www.npmjs.com/package/ethers - mocha from 6.1.4 to 6.2.3. See this package in npm: https://www.npmjs.com/package/mocha - ripple-binary-codec from 0.2.6 to 0.2.7. See this package in npm: https://www.npmjs.com/package/ripple-binary-codec - ripple-lib from 1.8.0 to 1.10.1. See this package in npm: https://www.npmjs.com/package/ripple-lib - ts-node from 8.1.0 to 8.10.2. See this package in npm: https://www.npmjs.com/package/ts-node - tslint from 5.14.0 to 5.20.1. See this package in npm: https://www.npmjs.com/package/tslint - typescript from 3.6.5 to 3.9.10. See this package in npm: https://www.npmjs.com/package/typescript - web3 from 1.2.11 to 1.10.4. See this package in npm: https://www.npmjs.com/package/web3 See this project in Snyk: https://app.snyk.io/org/bram00767/project/e521cf7e-00f1-48af-87d9-aa69b293651a?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/crypto-wallet-core/package.json | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/crypto-wallet-core/package.json b/packages/crypto-wallet-core/package.json index 3a4931711c6..aceeab1f3bb 100644 --- a/packages/crypto-wallet-core/package.json +++ b/packages/crypto-wallet-core/package.json @@ -27,27 +27,27 @@ "author": "Micah Riggan", "license": "MIT", "dependencies": { - "bitcore-lib": "^8.25.10", - "bitcore-lib-cash": "^8.25.10", - "bitcore-lib-doge": "^8.25.10", - "bitcore-lib-ltc": "^8.25.14", - "ethers": "^5.0.12", + "bitcore-lib": "^8.25.47", + "bitcore-lib-cash": "^8.25.47", + "bitcore-lib-doge": "^8.25.46", + "bitcore-lib-ltc": "^8.25.46", + "ethers": "^5.7.2", "info": "0.0.6-beta.0", - "ripple-binary-codec": "0.2.6", + "ripple-binary-codec": "0.2.7", "ripple-keypairs": "git+https://git@github.com/bitpay/ripple-keypairs.git#8d3a4643a8ddfce8222786e1e5a3e85a89a5b7f5", - "ripple-lib": "^1.8.0", - "web3": "1.2.11" + "ripple-lib": "^1.10.1", + "web3": "1.10.4" }, "devDependencies": { - "@types/chai": "4.1.7", - "@types/mocha": "5.2.6", - "@types/node": "^14.10.0", - "@types/web3": "^1.0.19", - "chai": "4.2.0", - "mocha": "6.1.4", - "ts-node": "8.1.0", - "tslint": "5.14.0", - "typescript": "^3.6.5" + "@types/chai": "4.3.17", + "@types/mocha": "5.2.7", + "@types/node": "^14.18.63", + "@types/web3": "^1.0.20", + "chai": "4.5.0", + "mocha": "6.2.3", + "ts-node": "8.10.2", + "tslint": "5.20.1", + "typescript": "^3.9.10" }, "gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1", "lint-staged": {