diff --git a/modules/sdk-coin-hbar/package.json b/modules/sdk-coin-hbar/package.json index 28c95f949e..9942df1670 100644 --- a/modules/sdk-coin-hbar/package.json +++ b/modules/sdk-coin-hbar/package.json @@ -49,7 +49,7 @@ "bignumber.js": "^9.0.0", "lodash": "^4.17.15", "long": "^4.0.0", - "protobufjs": "7.2.4", + "protobufjs": "7.2.5", "stellar-sdk": "^10.0.1", "tweetnacl": "^1.0.3" }, diff --git a/modules/sdk-coin-islm/package.json b/modules/sdk-coin-islm/package.json index 08fc6ef49e..87ae55bf7f 100644 --- a/modules/sdk-coin-islm/package.json +++ b/modules/sdk-coin-islm/package.json @@ -51,7 +51,7 @@ "cosmjs-types": "^0.6.1", "ethers": "^5.7.2", "keccak": "3.0.3", - "protobufjs": "^7.2.4" + "protobufjs": "7.2.5" }, "devDependencies": { "@bitgo/sdk-api": "^1.45.0", diff --git a/modules/sdk-coin-trx/package.json b/modules/sdk-coin-trx/package.json index 377245a57e..dd2d12ee64 100644 --- a/modules/sdk-coin-trx/package.json +++ b/modules/sdk-coin-trx/package.json @@ -53,7 +53,7 @@ "bignumber.js": "^9.0.0", "ethers": "^5.7.2", "lodash": "^4.17.14", - "protobufjs": "7.2.4", + "protobufjs": "7.2.5", "secp256k1": "5.0.0", "superagent": "^3.8.3", "tronweb": "5.1.0" diff --git a/package.json b/package.json index dfe7fd80b9..7dff4211a9 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "terser": "^5.14.2", "json5": "^2.2.2", "ua-parser-js": ">0.7.30 <0.8.0", - "protobufjs": "^7.2.4", "socks": "2.7.3", "web3-utils": "4.2.1" }, diff --git a/yarn.lock b/yarn.lock index 54e0321501..ba9a9f8bcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2465,7 +2465,7 @@ "@hashgraph/cryptography@1.4.6": version "1.4.6" - resolved "https://registry.npmjs.org/@hashgraph/cryptography/-/cryptography-1.4.6.tgz" + resolved "https://registry.yarnpkg.com/@hashgraph/cryptography/-/cryptography-1.4.6.tgz#abec5f0cddeb8814f5e7bc1c4de2063a8c698f96" integrity sha512-3HmnT1Lek71l6nHxc4GOyT/hSx/LmgusyWfE7hQda2dnE5vL2umydDw5TK2wq8gqmD9S3uRSMhz/BO55wtzxRA== dependencies: bignumber.js "^9.1.1" @@ -2487,7 +2487,7 @@ "@hashgraph/sdk@2.29.0": version "2.29.0" - resolved "https://registry.npmjs.org/@hashgraph/sdk/-/sdk-2.29.0.tgz" + resolved "https://registry.yarnpkg.com/@hashgraph/sdk/-/sdk-2.29.0.tgz#aeaaea672f2564d66c98b6f7dddbc6b77c850680" integrity sha512-dMv2q7OCa2Xyi0ooGjo4JJRFxHKzKBvMd8G/n30j4jHx1JiSfI2ckPTAOwfCbYZ/o+EMDZzevyD5+Juf9iph+A== dependencies: "@ethersproject/abi" "^5.7.0" @@ -6553,7 +6553,7 @@ axios@^0.26.1: dependencies: follow-redirects "^1.14.8" -axios@^1.0.0, axios@^1.3.1, axios@^1.3.4, axios@^1.4.0: +axios@^1.0.0, axios@^1.3.4, axios@^1.4.0: version "1.6.1" resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== @@ -6562,6 +6562,15 @@ axios@^1.0.0, axios@^1.3.1, axios@^1.3.4, axios@^1.4.0: form-data "^4.0.0" proxy-from-env "^1.1.0" +axios@^1.3.1: + version "1.6.8" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" + integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + axios@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" @@ -10730,7 +10739,7 @@ flux@^4.0.1: fbemitter "^3.0.0" fbjs "^3.0.1" -follow-redirects@1.15.4, follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7, follow-redirects@^1.14.8, follow-redirects@^1.14.9, follow-redirects@^1.15.0: +follow-redirects@1.15.4, follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7, follow-redirects@^1.14.8, follow-redirects@^1.14.9, follow-redirects@^1.15.0, follow-redirects@^1.15.6: version "1.15.4" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== @@ -15900,7 +15909,7 @@ protobufjs-cli@^1.0.2: tmp "^0.2.1" uglify-js "^3.7.7" -protobufjs@7.2.4, protobufjs@^6.8.8, protobufjs@^7.0.0, protobufjs@^7.1.2, protobufjs@^7.2.4, protobufjs@~6.11.2, protobufjs@~6.11.3: +protobufjs@7.2.5, protobufjs@^7.0.0, protobufjs@^7.1.2: version "7.2.5" resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d" integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A== @@ -15918,6 +15927,25 @@ protobufjs@7.2.4, protobufjs@^6.8.8, protobufjs@^7.0.0, protobufjs@^7.1.2, proto "@types/node" ">=13.7.0" long "^5.0.0" +protobufjs@^6.8.8, protobufjs@~6.11.2, protobufjs@~6.11.3: + version "6.11.4" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa" + integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw== + dependencies: + "@protobufjs/aspromise" "^1.1.2" + "@protobufjs/base64" "^1.1.2" + "@protobufjs/codegen" "^2.0.4" + "@protobufjs/eventemitter" "^1.1.0" + "@protobufjs/fetch" "^1.1.0" + "@protobufjs/float" "^1.0.2" + "@protobufjs/inquire" "^1.1.0" + "@protobufjs/path" "^1.1.2" + "@protobufjs/pool" "^1.1.0" + "@protobufjs/utf8" "^1.1.0" + "@types/long" "^4.0.1" + "@types/node" ">=13.7.0" + long "^4.0.0" + protocols@^2.0.0, protocols@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz"