From e6edfc12811d4a257bb39a6f18949f6c85c5f2d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 08:07:30 +0000 Subject: [PATCH] Bump near-api-js from 0.30.0 to 0.31.0 Bumps [near-api-js](https://github.com/near/near-api-js) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/near/near-api-js/releases) - [Commits](https://github.com/near/near-api-js/compare/v0.30.0...v0.31.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e160fc75..5ddc344e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jest-environment-node": "^26.0.0", "mixpanel": "^0.13.0", "ncp": "^2.0.0", - "near-api-js": "^0.30.0", + "near-api-js": "^0.31.0", "near-seed-phrase": "^0.1.0", "open": "^7.0.1", "rimraf": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 8d9f7197..c248e271 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3586,10 +3586,10 @@ ncp@^2.0.0: resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M= -near-api-js@^0.30.0: - version "0.30.0" - resolved "https://registry.yarnpkg.com/near-api-js/-/near-api-js-0.30.0.tgz#78ec4e3c0e1fb2c20e9113c47fba6d1745e574ee" - integrity sha512-g8gfEymHAdruRSbh6HLb34cKxJX8OjNTHpWG24Li78Sm07fd3KK60rlX57Io7GlWELNBypzFpF+rTVFnr9EsuA== +near-api-js@^0.31.0: + version "0.31.0" + resolved "https://registry.yarnpkg.com/near-api-js/-/near-api-js-0.31.0.tgz#b3065a08a49fb93fc0b859821cbb6d3ab25632f1" + integrity sha512-FiidDjSa20zZaxf27rqyOR9mhe2aYKTBfiLTTgmn9BedKTF5302sqhUFgbf4AFMGVKovWyRayOn0LzfB6tGncA== dependencies: "@types/bn.js" "^4.11.5" bn.js "^5.0.0" @@ -3599,7 +3599,7 @@ near-api-js@^0.30.0: http-errors "^1.7.2" js-sha256 "^0.9.0" mustache "^4.0.0" - node-fetch "^2.3.0" + node-fetch "^2.6.1" text-encoding-utf-8 "^1.0.2" tweetnacl "^1.0.1" @@ -3641,7 +3641,7 @@ node-abi@^2.18.0, node-abi@^2.7.0: dependencies: semver "^5.4.1" -node-fetch@^2.3.0: +node-fetch@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==