From 057bd3f6d1632e387cfeba2851c009d8f4c797fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:11:46 +0200 Subject: [PATCH] Bump node-pty from 0.9.0-beta19 to 0.9.0-beta22 in /app (#1355) Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.9.0-beta19 to 0.9.0-beta22. - [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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/package.json b/app/package.json index bb2f561b..3327f39b 100644 --- a/app/package.json +++ b/app/package.json @@ -31,7 +31,7 @@ "keytar": "^4.13.0", "mz": "^2.7.0", "ngx-toastr": "^10.0.4", - "node-pty": "^0.9.0-beta19", + "node-pty": "^0.9.0-beta22", "npm": "~6.9.0", "path": "0.12.7", "rxjs": "^6.5.2", diff --git a/app/yarn.lock b/app/yarn.lock index 891dca80..cf264f86 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1888,7 +1888,7 @@ mz@^2.7.0: object-assign "^4.0.1" thenify-all "^1.0.0" -nan@2.14.0, nan@^2.13.2: +nan@2.14.0, nan@^2.13.2, nan@^2.14.0: version "2.14.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== @@ -1956,12 +1956,12 @@ node-gyp@^4.0.0: tar "^4.4.8" which "1" -node-pty@^0.9.0-beta19: - version "0.9.0-beta19" - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.9.0-beta19.tgz#0fd381b2006f4665c4c2ee0509219e591842371a" - integrity sha512-MkKEvBnauGnzgXNr/oaoWQLVXm1gheIKZs4YQp8883ZiETmbEnpSvD0FU3bELcPXG5VFPRqIGsQJ4KUMBLzkPA== +node-pty@^0.9.0-beta22: + version "0.9.0-beta22" + resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.9.0-beta22.tgz#5c26bbad8ccebaf887309f9511b40c8e22465459" + integrity sha512-ASvZMaSXVT0ntpAw+nEXjjWplgBKwddjkJ4X0+aDNbTsqSjrNxWvArVdrlk8c7dC5D5tKCBzWtxJuM1a2q8baw== dependencies: - nan "^2.13.2" + nan "^2.14.0" noop-logger@^0.1.1: version "0.1.1"