From 222955a34a79dde6a7dfbdb5d05e346894e17566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:01:04 +0000 Subject: [PATCH] Bump node-pty from 0.10.0-beta20 to 0.10.0 in /app Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.10.0-beta20 to 0.10.0. - [Release notes](https://github.com/Tyriar/node-pty/releases) - [Commits](https://github.com/Tyriar/node-pty/commits/0.10.0) Signed-off-by: dependabot[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 71f98983..1738f21b 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "lodash": "4.17.20", "mkdirp": "1.0.4", "ms": "2.1.3", - "node-pty": "0.10.0-beta20", + "node-pty": "0.10.0", "os-locale": "5.0.0", "parse-url": "5.0.2", "pify": "5.0.0", diff --git a/app/yarn.lock b/app/yarn.lock index 08c1dd68..227beb36 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -529,10 +529,10 @@ node-gyp-build@^4.2.0: resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz#ce6277f853835f718829efb47db20f3e4d9c4739" integrity sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg== -node-pty@0.10.0-beta20: - version "0.10.0-beta20" - resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.10.0-beta20.tgz#e458c87dcd0b861ad521fb45cdeed785c26b04dd" - integrity sha512-Jh0jHc3MoJkeRp/NVOKYoGgrUoGz4Qe0IHkwxivB6woIFzu2sR1XqWpStq66cULnbUBRCmnhu3rWRgpJejxnaw== +node-pty@0.10.0: + version "0.10.0" + resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.10.0.tgz#c98d23967b076b35c9fb216c542a04d0b5db4821" + integrity sha512-Q65ookKbjhqWUYKmtZ6iPn0nnqNdzpm3YJOBmzwWJde/TrenBxK9FgqGGtSW0Wjz4YsR1grQF4a7RS5nBwuW9A== dependencies: nan "^2.14.0"