From 5e375b61c3837538f8ea90a5d0f1a1b0ede690ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:01:21 +0000 Subject: [PATCH] Bump node-pty from 0.10.0 to 0.10.1 in /app Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/Tyriar/node-pty/releases) - [Commits](https://github.com/Tyriar/node-pty/commits) 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 fa4a4d13..f89874ba 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "lodash": "4.17.21", "mkdirp": "1.0.4", "ms": "2.1.3", - "node-pty": "0.10.0", + "node-pty": "0.10.1", "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 efc059d2..de2e9a1d 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -529,10 +529,10 @@ node-gyp-build@^4: 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: - version "0.10.0" - resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.10.0.tgz#c98d23967b076b35c9fb216c542a04d0b5db4821" - integrity sha512-Q65ookKbjhqWUYKmtZ6iPn0nnqNdzpm3YJOBmzwWJde/TrenBxK9FgqGGtSW0Wjz4YsR1grQF4a7RS5nBwuW9A== +node-pty@0.10.1: + version "0.10.1" + resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.10.1.tgz#cd05d03a2710315ec40221232ec04186f6ac2c6d" + integrity sha512-JTdtUS0Im/yRsWJSx7yiW9rtpfmxqxolrtnyKwPLI+6XqTAPW/O2MjS8FYL4I5TsMbH2lVgDb2VMjp+9LoQGNg== dependencies: nan "^2.14.0"