Bump node-pty from 0.11.0-beta23 to 0.11.0-beta25 in /app

Bumps [node-pty](https://github.com/Tyriar/node-pty) from 0.11.0-beta23 to 0.11.0-beta25.
- [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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-28 11:00:54 +00:00 committed by Labhansh Agrawal
parent aae0c5ed57
commit 285380eaed
2 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@
"mkdirp": "1.0.4",
"ms": "2.1.3",
"native-process-working-directory": "^1.0.2",
"node-pty": "0.11.0-beta23",
"node-pty": "0.11.0-beta25",
"os-locale": "5.0.0",
"parse-url": "8.1.0",
"pify": "5.0.0",

View file

@ -470,7 +470,7 @@ ms@2.1.3:
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
nan@^2.14.0:
nan@^2.17.0:
version "2.17.0"
resolved "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
@ -504,12 +504,12 @@ 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-beta23:
version "0.11.0-beta23"
resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.11.0-beta23.tgz#f590c5953077708f177b78e1b617bb21e02d5713"
integrity sha512-V0bDAZK0sPGExY1WCyiMj0T47bsfX0nnf5L7PCFu3RWung19VvXaOMn+Y8MTbdAmIYv+zlJkPEpZ0isd4sxDYA==
node-pty@0.11.0-beta25:
version "0.11.0-beta25"
resolved "https://registry.npmjs.org/node-pty/-/node-pty-0.11.0-beta25.tgz#3db943b7e2e6cef8f4e15335b236dbc4ec0e7c00"
integrity sha512-EfNrXyG5qhV8r7Ctb8PM+E12atVKcWAnMZu9liOz1GDr9mU3LDSPk/yhYIvDEt7hkAuRqTV8ABg2NyCwBFfe+g==
dependencies:
nan "^2.14.0"
nan "^2.17.0"
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"