From 65d411b00dd1f0c8536ad1fed096214d902cb595 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 04:23:09 +0000 Subject: [PATCH] Bump node-pty from 0.10.0-beta3 to 0.10.0-beta8 in /app Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.10.0-beta3 to 0.10.0-beta8. - [Release notes](https://github.com/Tyriar/node-pty/releases) - [Commits](https://github.com/Tyriar/node-pty/commits) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 3645c8d2..88ab3e84 100644 --- a/app/package.json +++ b/app/package.json @@ -31,7 +31,7 @@ "keytar": "^5.4.0", "mz": "^2.7.0", "ngx-toastr": "^12.0.1", - "node-pty": "^0.10.0-beta2", + "node-pty": "^0.10.0-beta8", "npm": "6.9.0", "path": "0.12.7", "rxjs": "^6.5.5", diff --git a/app/yarn.lock b/app/yarn.lock index 872344e9..6d9435fe 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2045,10 +2045,10 @@ node-gyp@^4.0.0: tar "^4.4.8" which "1" -node-pty@^0.10.0-beta2: - version "0.10.0-beta3" - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.10.0-beta3.tgz#a33c9fc67c9e4d4f124111e1da2a72b0783008e7" - integrity sha512-j7MoJ3K999jrT9gAVs7JvM/skAQXQITrZK/PhL9B4W4GAPkANKwdu9uEtNvYionQ9dV8gRGte7lg9D2cRDdAiA== +node-pty@^0.10.0-beta8: + version "0.10.0-beta8" + resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.10.0-beta8.tgz#f4aa56c71a794f4580373a3030dfebd25240c6db" + integrity sha512-Ul/hLsadC0SvvShxpne+kq2ebSMcitewlNhrwoXXBvFdCqxJt7Ai1AgMhH7AKBUp06uBeYXThJ2ihTszrkdnYw== dependencies: nan "^2.14.0"