diff --git a/package.json b/package.json index d82d687b..b917f050 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "mixpanel": "^0.13.0", "ncp": "^2.0.0", "near-web3-provider": "^1.0.6", - "near-api-js": "^0.34.0", + "near-api-js": "^0.36.3", "near-seed-phrase": "^0.1.0", "open": "^7.0.1", "rimraf": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index ba59c392..3f90c777 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1328,6 +1328,16 @@ body-parser@1.19.0, body-parser@^1.16.0: raw-body "2.4.0" type-is "~1.6.17" +borsh@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/borsh/-/borsh-0.3.1.tgz#c31c3a149610e37913deada80e89073fb15cf55b" + integrity sha512-gJoSTnhwLxN/i2+15Y7uprU8h3CKI+Co4YKZKvrGYUy0FwHWM20x5Sx7eU8Xv4HQqV+7rb4r3P7K1cBIQe3q8A== + dependencies: + "@types/bn.js" "^4.11.5" + bn.js "^5.0.0" + bs58 "^4.0.0" + text-encoding-utf-8 "^1.0.2" + boxen@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" @@ -5013,6 +5023,24 @@ near-api-js@^0.34.0: text-encoding-utf-8 "^1.0.2" tweetnacl "^1.0.1" +near-api-js@^0.36.3: + version "0.36.3" + resolved "https://registry.yarnpkg.com/near-api-js/-/near-api-js-0.36.3.tgz#f374ec33ecb774ec5ad19a8e464d679d8b4438d6" + integrity sha512-/pWMoUkoP3/8XJRL+uHUReW40XCa31+33tZX2QgACvrMHXJ41HzEK9+RxjaSDsJZ70BtOB4ybfuk4Pj5MEhqCQ== + dependencies: + "@types/bn.js" "^4.11.5" + bn.js "^5.0.0" + borsh "^0.3.1" + bs58 "^4.0.0" + depd "^2.0.0" + error-polyfill "^0.1.2" + http-errors "^1.7.2" + js-sha256 "^0.9.0" + mustache "^4.0.0" + node-fetch "^2.6.1" + text-encoding-utf-8 "^1.0.2" + tweetnacl "^1.0.1" + near-hd-key@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/near-hd-key/-/near-hd-key-1.0.0.tgz#b18fbbc8d5348a29d226ec8d546ba089afc42ce8"