From 214ee0fc5db5a241d6f063a46c882ce3004365be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 15:51:59 +0300 Subject: [PATCH] Bump node-pty from 0.9.0 to 0.10.1 (#3478) Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/Tyriar/node-pty/releases) - [Commits](https://github.com/Tyriar/node-pty/commits) --- updated-dependencies: - dependency-name: node-pty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7492cf63a9..8d663b89e7 100644 --- a/package.json +++ b/package.json @@ -221,7 +221,7 @@ "mock-fs": "^4.14.0", "moment": "^2.29.1", "moment-timezone": "^0.5.33", - "node-pty": "^0.9.0", + "node-pty": "^0.10.1", "npm": "^6.14.8", "openid-client": "^3.15.2", "p-limit": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 82396a65f0..df12719039 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10260,10 +10260,10 @@ node-notifier@^8.0.0: uuid "^8.3.0" which "^2.0.2" -node-pty@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.9.0.tgz#8f9bcc0d1c5b970a3184ffd533d862c7eb6590a6" - integrity sha512-MBnCQl83FTYOu7B4xWw10AW77AAh7ThCE1VXEv+JeWj8mSpGo+0bwgsV+b23ljBFwEM9OmsOv3kM27iUPPm84g== +node-pty@^0.10.1: + version "0.10.1" + resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.10.1.tgz#cd05d03a2710315ec40221232ec04186f6ac2c6d" + integrity sha512-JTdtUS0Im/yRsWJSx7yiW9rtpfmxqxolrtnyKwPLI+6XqTAPW/O2MjS8FYL4I5TsMbH2lVgDb2VMjp+9LoQGNg== dependencies: nan "^2.14.0"