From bdaaaeac1ba407fbeb471a2b4359226be761b669 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:47:23 +0000 Subject: [PATCH] build(deps-dev): update near-shell requirement in /blank_rust_project Updates the requirements on [near-shell](https://github.com/nearprotocol/near-shell) to permit the latest version. - [Release notes](https://github.com/nearprotocol/near-shell/releases) - [Commits](https://github.com/nearprotocol/near-shell/compare/v0.20.8...v0.20.9) Signed-off-by: dependabot-preview[bot] --- blank_rust_project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blank_rust_project/package.json b/blank_rust_project/package.json index 71ed49e94..6781d48d8 100644 --- a/blank_rust_project/package.json +++ b/blank_rust_project/package.json @@ -19,7 +19,7 @@ "gulp": "^4.0.2", "jest": "^25.4.0", "jest-environment-node": "^25.3.0", - "near-shell": "^0.20.8", + "near-shell": "^0.20.9", "nodemon": "^2.0.3", "parcel-bundler": "^1.12.4", "env-cmd": "^10.1.0",