From 0dc78c5321d8b686320a7d83bd45eae93fefb36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Regadas?= Date: Wed, 17 May 2023 11:54:50 +0100 Subject: [PATCH] fix(updates packages): updates packages to the latest versions (#278) --- packages/custodyController/package.json | 6 +- packages/custodyKeyring/package.json | 4 +- packages/extension/package.json | 12 +- packages/institutionalFeatures/package.json | 2 +- packages/sdk/package.json | 4 +- packages/transactionUpdate/package.json | 6 +- packages/websocketClient/package.json | 6 +- yarn.lock | 133 -------------------- 8 files changed, 20 insertions(+), 153 deletions(-) diff --git a/packages/custodyController/package.json b/packages/custodyController/package.json index b0b50624..eab46420 100644 --- a/packages/custodyController/package.json +++ b/packages/custodyController/package.json @@ -30,9 +30,9 @@ "gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", "dependencies": { "@ethereumjs/util": "^8.0.5", - "@metamask-institutional/custody-keyring": "^0.0.21", - "@metamask-institutional/sdk": "^0.1.14", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/custody-keyring": "^0.0.22", + "@metamask-institutional/sdk": "^0.1.16", + "@metamask-institutional/types": "^1.0.2", "@metamask/obs-store": "^8.0.0" } } diff --git a/packages/custodyKeyring/package.json b/packages/custodyKeyring/package.json index aa08209a..88820a49 100644 --- a/packages/custodyKeyring/package.json +++ b/packages/custodyKeyring/package.json @@ -32,8 +32,8 @@ "@ethereumjs/tx": "^4.1.1", "@ethereumjs/util": "^8.0.5", "@metamask-institutional/configuration-client": "^1.0.6", - "@metamask-institutional/sdk": "^0.1.14", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/sdk": "^0.1.16", + "@metamask-institutional/types": "^1.0.2", "@metamask/obs-store": "^8.0.0", "crypto": "^1.0.1", "lodash.clonedeep": "^4.5.0" diff --git a/packages/extension/package.json b/packages/extension/package.json index faf8bdc3..ea0a07d0 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -30,12 +30,12 @@ "gitHead": "", "dependencies": { "@ethereumjs/util": "^8.0.5", - "@metamask-institutional/custody-controller": "^0.2.2", - "@metamask-institutional/custody-keyring": "^0.0.18", - "@metamask-institutional/portfolio-dashboard": "^1.1.0", - "@metamask-institutional/sdk": "^0.1.14", - "@metamask-institutional/transaction-update": "^0.1.16", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/custody-controller": "^0.2.5", + "@metamask-institutional/custody-keyring": "^0.0.22", + "@metamask-institutional/portfolio-dashboard": "^1.1.3", + "@metamask-institutional/sdk": "^0.1.16", + "@metamask-institutional/transaction-update": "^0.1.20", + "@metamask-institutional/types": "^1.0.2", "jest-create-mock-instance": "^2.0.0", "jest-fetch-mock": "3.0.3" } diff --git a/packages/institutionalFeatures/package.json b/packages/institutionalFeatures/package.json index 5e423fb6..ba837aed 100644 --- a/packages/institutionalFeatures/package.json +++ b/packages/institutionalFeatures/package.json @@ -30,7 +30,7 @@ "gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", "dependencies": { "@auth0/auth0-spa-js": "^2.0.4", - "@metamask-institutional/custody-keyring": "^0.0.21", + "@metamask-institutional/custody-keyring": "^0.0.22", "@metamask/obs-store": "^8.0.0" }, "devDependencies": { diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 22e5edb1..397fb401 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -29,8 +29,8 @@ }, "gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", "dependencies": { - "@metamask-institutional/simplecache": "^1.0.1", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/simplecache": "^1.0.2", + "@metamask-institutional/types": "^1.0.2", "@types/jsonwebtoken": "^9.0.1", "@types/node": "^18.15.11", "bignumber.js": "^9.1.1", diff --git a/packages/transactionUpdate/package.json b/packages/transactionUpdate/package.json index 73366d6c..f15b6637 100644 --- a/packages/transactionUpdate/package.json +++ b/packages/transactionUpdate/package.json @@ -29,9 +29,9 @@ }, "gitHead": "", "dependencies": { - "@metamask-institutional/custody-keyring": "^0.0.21", - "@metamask-institutional/sdk": "^0.1.14", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/custody-keyring": "^0.0.22", + "@metamask-institutional/sdk": "^0.1.16", + "@metamask-institutional/types": "^1.0.2", "@metamask-institutional/websocket-client": "^0.1.22", "@metamask/obs-store": "^8.0.0", "ethereumjs-util": "^7.1.5" diff --git a/packages/websocketClient/package.json b/packages/websocketClient/package.json index 99f1c542..a9ceff05 100644 --- a/packages/websocketClient/package.json +++ b/packages/websocketClient/package.json @@ -29,9 +29,9 @@ }, "gitHead": "", "dependencies": { - "@metamask-institutional/custody-keyring": "^0.0.21", - "@metamask-institutional/sdk": "^0.1.14", - "@metamask-institutional/types": "^1.0.1", + "@metamask-institutional/custody-keyring": "^0.0.22", + "@metamask-institutional/sdk": "^0.1.16", + "@metamask-institutional/types": "^1.0.2", "mock-socket": "^9.2.1" } } diff --git a/yarn.lock b/yarn.lock index 25a7c832..e23b2285 100644 --- a/yarn.lock +++ b/yarn.lock @@ -342,11 +342,6 @@ resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.3.1.tgz#3639df0e1435cab03f4d9870cc3ac079e57a6fc9" integrity sha512-hldFFYuf49ed7DAakWVXSJODuq3pzJEguD8tQ7h+sGkM18vja+OFoJI9krnGmgzyuZC2ETX0NOIcCTy31v2Mtg== -"@chainsafe/as-sha256@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.4.1.tgz#cfc0737e25f8c206767bdb6703e7943e5d44513e" - integrity sha512-IqeeGwQihK6Y2EYLFofqs2eY2ep1I2MvQXHzOAI+5iQN51OZlUkrLgyAugu2x86xZewDk5xas7lNczkzFzF62w== - "@chainsafe/persistent-merkle-tree@^0.4.2": version "0.4.2" resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.4.2.tgz#4c9ee80cc57cd3be7208d98c40014ad38f36f7ff" @@ -354,14 +349,6 @@ dependencies: "@chainsafe/as-sha256" "^0.3.1" -"@chainsafe/persistent-merkle-tree@^0.6.1": - version "0.6.1" - resolved "https://registry.yarnpkg.com/@chainsafe/persistent-merkle-tree/-/persistent-merkle-tree-0.6.1.tgz#37bde25cf6cbe1660ad84311aa73157dc86ec7f2" - integrity sha512-gcENLemRR13+1MED2NeZBMA7FRS0xQPM7L2vhMqvKkjqtFT4YfjSVADq5U0iLuQLhFUJEMVuA8fbv5v+TN6O9A== - dependencies: - "@chainsafe/as-sha256" "^0.4.1" - "@noble/hashes" "^1.3.0" - "@chainsafe/ssz@0.9.4": version "0.9.4" resolved "https://registry.yarnpkg.com/@chainsafe/ssz/-/ssz-0.9.4.tgz#696a8db46d6975b600f8309ad3a12f7c0e310497" @@ -371,14 +358,6 @@ "@chainsafe/persistent-merkle-tree" "^0.4.2" case "^1.6.3" -"@chainsafe/ssz@^0.11.1": - version "0.11.1" - resolved "https://registry.yarnpkg.com/@chainsafe/ssz/-/ssz-0.11.1.tgz#d4aec883af2ec5196ae67b96242c467da20b2476" - integrity sha512-cB8dBkgGN6ZoeOKuk+rIRHKN0L5i9JLGeC0Lui71QX0TuLcQKwgbfkUexpyJxnGFatWf8yeJxlOjozMn/OTP0g== - dependencies: - "@chainsafe/as-sha256" "^0.4.1" - "@chainsafe/persistent-merkle-tree" "^0.6.1" - "@commitlint/cli@^17.5.1": version "17.5.1" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881" @@ -597,30 +576,11 @@ "@ethereumjs/util" "^8.0.5" crc-32 "^1.2.0" -"@ethereumjs/common@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-3.1.2.tgz#c810301b78bcb7526bd690c6d7eb3f4a3c70839d" - integrity sha512-YV+bZfRlFhAXg+FfwC5r4UQKVj4OG7vDP5/JvvNXLLbYpNplH5Vca9jD0L+ab8y0YlTYJMQM1ALyHFu3AE3eBA== - dependencies: - "@ethereumjs/util" "^8.0.6" - crc-32 "^1.2.0" - "@ethereumjs/rlp@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@ethereumjs/rlp/-/rlp-4.0.1.tgz#626fabfd9081baab3d0a3074b0c7ecaf674aaa41" integrity sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw== -"@ethereumjs/tx@^4.0.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-4.1.2.tgz#10bc6741b74d2404331b82b87f9b2c26177b6f90" - integrity sha512-PWWyO9lAFOiLwk7nB9OQisoJUsuvMz2PN2v4/ILbBpzamC5Ug79OddVq9r4rKvIDLPY+bn4NFerxBJg29+sjaA== - dependencies: - "@chainsafe/ssz" "^0.11.1" - "@ethereumjs/common" "^3.1.2" - "@ethereumjs/rlp" "^4.0.1" - "@ethereumjs/util" "^8.0.6" - ethereum-cryptography "^2.0.0" - "@ethereumjs/tx@^4.1.1": version "4.1.1" resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-4.1.1.tgz#d1b5bf2c4fd3618f2f333b66e262848530d4686a" @@ -633,16 +593,6 @@ "@ethersproject/providers" "^5.7.2" ethereum-cryptography "^1.1.2" -"@ethereumjs/util@^8.0.3", "@ethereumjs/util@^8.0.6": - version "8.0.6" - resolved "https://registry.yarnpkg.com/@ethereumjs/util/-/util-8.0.6.tgz#f9716ed34235ea05eff8353bc5d483e5a6455989" - integrity sha512-zFLG/gXtF3QUC7iKFn4PT6HCr+DEnlCbwUGKGtXoqjA+64T+e0FuqMjlo4bQIY2ngRzk3EtudKdGYC4g31ehhg== - dependencies: - "@chainsafe/ssz" "^0.11.1" - "@ethereumjs/rlp" "^4.0.1" - ethereum-cryptography "^2.0.0" - micro-ftch "^0.3.1" - "@ethereumjs/util@^8.0.5": version "8.0.5" resolved "https://registry.yarnpkg.com/@ethereumjs/util/-/util-8.0.5.tgz#b9088fc687cc13f0c1243d6133d145dfcf3fe446" @@ -1280,40 +1230,6 @@ write-pkg "4.0.0" yargs "16.2.0" -"@metamask-institutional/custody-keyring@^0.0.18": - version "0.0.18" - resolved "https://registry.yarnpkg.com/@metamask-institutional/custody-keyring/-/custody-keyring-0.0.18.tgz#97076050f4a07a6e7e6440f29bbb5b5ef8e052f2" - integrity sha512-3vQrfhy/Z3F3Cv2B5L1fk43WL6S2daekUGuLcsD8i2WIKDTCXect6wGm267fs5ouktbUjxhWPMPgz6SmSREssw== - dependencies: - "@ethereumjs/tx" "^4.0.2" - "@ethereumjs/util" "^8.0.3" - "@metamask-institutional/configuration-client" "^1.0.4" - "@metamask-institutional/sdk" "^0.1.12" - "@metamask-institutional/types" "^1.0.1" - "@metamask/obs-store" "^7.0.0" - crypto "^1.0.1" - lodash "^4.17.21" - -"@metamask-institutional/sdk@^0.1.14": - version "0.1.14" - resolved "https://registry.yarnpkg.com/@metamask-institutional/sdk/-/sdk-0.1.14.tgz#0ea7c6a3086c9f08c59b0dba330053aa18a1f05e" - integrity sha512-JxYR+3LbS+kRlAHZFkscTsukUGSN1NC6cjSVyvnz3VTIcUj21tGN7JmHz2s80W6aNKZHdZlYZcYNWL6qZBIPRA== - dependencies: - "@metamask-institutional/simplecache" "^1.0.1" - "@metamask-institutional/types" "^1.0.1" - "@types/jsonwebtoken" "^9.0.1" - "@types/node" "^18.13.0" - bignumber.js "^9.1.1" - jsonwebtoken "^9.0.0" - -"@metamask/obs-store@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@metamask/obs-store/-/obs-store-7.0.0.tgz#6cae5f28306bb3e83a381bc9ae22682316095bd3" - integrity sha512-Tr61Uu9CGXkCg5CZwOYRMQERd+y6fbtrtLd/PzDTPHO5UJpmSbU+7MPcQK7d1DwZCOCeCIvhmZSUCvYliC8uGw== - dependencies: - "@metamask/safe-event-emitter" "^2.0.0" - through2 "^2.0.3" - "@metamask/obs-store@^8.0.0": version "8.1.0" resolved "https://registry.yarnpkg.com/@metamask/obs-store/-/obs-store-8.1.0.tgz#15a9e2f059104362b1b4c9a265c0730d3b3e83c7" @@ -1327,23 +1243,11 @@ resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz#af577b477c683fad17c619a78208cede06f9605c" integrity sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q== -"@noble/curves@1.0.0", "@noble/curves@~1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.0.0.tgz#e40be8c7daf088aaf291887cbc73f43464a92932" - integrity sha512-2upgEu0iLiDVDZkNLeFV2+ht0BAVgQnEmCk6JsOch9Rp8xfkMCbvbAZlA2pBHQc73dbl+vFOXfqkf4uemdn0bw== - dependencies: - "@noble/hashes" "1.3.0" - "@noble/hashes@1.2.0", "@noble/hashes@~1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.2.0.tgz#a3150eeb09cc7ab207ebf6d7b9ad311a9bdbed12" integrity sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ== -"@noble/hashes@1.3.0", "@noble/hashes@^1.3.0", "@noble/hashes@~1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1" - integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg== - "@noble/secp256k1@1.7.1", "@noble/secp256k1@~1.7.0": version "1.7.1" resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c" @@ -1795,15 +1699,6 @@ "@noble/secp256k1" "~1.7.0" "@scure/base" "~1.1.0" -"@scure/bip32@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.3.0.tgz#6c8d980ef3f290987736acd0ee2e0f0d50068d87" - integrity sha512-bcKpo1oj54hGholplGLpqPHRbIsnbixFtc06nwuNM5/dwSXOq/AAYoIBRsBmnZJSdfeNW5rnff7NTAz3ZCqR9Q== - dependencies: - "@noble/curves" "~1.0.0" - "@noble/hashes" "~1.3.0" - "@scure/base" "~1.1.0" - "@scure/bip39@1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.1.1.tgz#b54557b2e86214319405db819c4b6a370cf340c5" @@ -1812,14 +1707,6 @@ "@noble/hashes" "~1.2.0" "@scure/base" "~1.1.0" -"@scure/bip39@1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.2.0.tgz#a207e2ef96de354de7d0002292ba1503538fc77b" - integrity sha512-SX/uKq52cuxm4YFXWFaVByaSHJh2w3BnokVSeUJVCv6K7WulT9u2BuNRBhuFl8vAuYnzx9bEu9WgpcNYTrYieg== - dependencies: - "@noble/hashes" "~1.3.0" - "@scure/base" "~1.1.0" - "@sigstore/protobuf-specs@^0.1.0": version "0.1.0" resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz#957cb64ea2f5ce527cc9cf02a096baeb0d2b99b4" @@ -2076,11 +1963,6 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== -"@types/node@^18.13.0": - version "18.16.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.8.tgz#fcd9bd0a793aba2701caff4aeae7c988d4da6ce5" - integrity sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA== - "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" @@ -3748,16 +3630,6 @@ ethereum-cryptography@^1.1.2: "@scure/bip32" "1.1.5" "@scure/bip39" "1.1.1" -ethereum-cryptography@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-2.0.0.tgz#e052b49fa81affae29402e977b8d3a31f88612b6" - integrity sha512-g25m4EtfQGjstWgVE1aIz7XYYjf3kH5kG17ULWVB5dH6uLahsoltOhACzSxyDV+fhn4gbR4xRrOXGe6r2uh4Bg== - dependencies: - "@noble/curves" "1.0.0" - "@noble/hashes" "1.3.0" - "@scure/bip32" "1.3.0" - "@scure/bip39" "1.2.0" - ethereumjs-util@^7.1.5: version "7.1.5" resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz#9ecf04861e4fbbeed7465ece5f23317ad1129181" @@ -5877,11 +5749,6 @@ merge@^2.1.1: resolved "https://registry.yarnpkg.com/merge/-/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98" integrity sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w== -micro-ftch@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/micro-ftch/-/micro-ftch-0.3.1.tgz#6cb83388de4c1f279a034fb0cf96dfc050853c5f" - integrity sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg== - micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: version "4.0.5" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"