From 72d343bbbca89594fcc0f7f5ebf3135d44173c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:56:33 +0000 Subject: [PATCH] Bump node-pty from 0.11.0-beta29 to 0.11.0-beta30 in /app Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.11.0-beta29 to 0.11.0-beta30. - [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-patch ... 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 2d18c225..200daa71 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "lodash": "4.17.21", "ms": "2.1.3", "native-process-working-directory": "^1.0.2", - "node-pty": "0.11.0-beta29", + "node-pty": "0.11.0-beta30", "os-locale": "5.0.0", "parse-url": "8.1.0", "queue": "6.0.2", diff --git a/app/yarn.lock b/app/yarn.lock index 4ea5491b..d0ee672f 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -645,10 +645,10 @@ node-gyp-build@4: resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3" integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q== -node-pty@0.11.0-beta29: - version "0.11.0-beta29" - resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.11.0-beta29.tgz#863bce79346b453ed199614686008d1a3220abe8" - integrity sha512-pkSldLXjjwFrGd3EJWI0Pu1jnxeQaW0P9i2EQtO2RaK/pZ22pf99lQ8OfptYTPK2oKZbkjwzqh05uJJ2krH9iA== +node-pty@0.11.0-beta30: + version "0.11.0-beta30" + resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.11.0-beta30.tgz#ea1ede12ada64115f83b8c6bbf519549b656dbac" + integrity sha512-4VqKeomvs5brx9Pf+3QdAAhsIcATREWSTCY8QPj5STp7jDpVbRt6SWhJz9EewJ9KiHbggXaQAzRiAVqARNiVvQ== dependencies: nan "^2.17.0"