Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade node-pty from 0.7.0 to 0.10.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 2, 2022

Snyk has created this PR to upgrade node-pty from 0.7.0 to 0.10.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 76 versions ahead of your current version.
  • The recommended version was released 10 months ago, on 2021-04-23.
Release notes
Package name: node-pty
  • 0.10.1 - 2021-04-23
  • 0.10.0 - 2021-02-04

    🚀 Features

    • Expose IPty.pause(), IPty.resume() APIs to pause and resume the socket respectively (#452) via @ meganrogge, this can be used to implement flow control by blocking the process output

    🐞 Bug fixes

    • Don't resolve symlinks when launching shell by setting $PWD (#156) via @ vvavrychuk
    • Temporarily block signals during forking (#218) via @ jerch
    • Throw when args is not a string | string[] (#396) via @ Tyriar
    • Fix process name returning garbled text sometimes on macOS (#401) via @ Tyriar

    📝 Documentation and internal improvements

    🎉 New real-world use cases

  • 0.10.0-beta9 - 2020-04-30
  • 0.10.0-beta8 - 2020-04-15
  • 0.10.0-beta7 - 2020-04-07
  • 0.10.0-beta6 - 2020-04-07
  • 0.10.0-beta5 - 2020-04-05
  • 0.10.0-beta4 - 2020-03-03
  • 0.10.0-beta3 - 2019-10-25
  • 0.10.0-beta20 - 2021-01-20
  • 0.10.0-beta2 - 2019-10-24
  • 0.10.0-beta19 - 2021-01-14
  • 0.10.0-beta18 - 2020-10-15
  • 0.10.0-beta17 - 2020-09-08
  • 0.10.0-beta16 - 2020-08-13
  • 0.10.0-beta15 - 2020-07-31
  • 0.10.0-beta14 - 2020-07-17
  • 0.10.0-beta13 - 2020-07-08
  • 0.10.0-beta12 - 2020-06-10
  • 0.10.0-beta11 - 2020-06-08
  • 0.10.0-beta10 - 2020-06-04
  • 0.10.0-beta1 - 2019-10-22
  • 0.10.0-alpha1 - 2020-06-09
  • 0.9.0 - 2019-10-22
    Read more
  • 0.9.0-beta9 - 2019-05-22
  • 0.9.0-beta8 - 2019-05-22
  • 0.9.0-beta7 - 2019-05-22
  • 0.9.0-beta6 - 2019-05-19
  • 0.9.0-beta5 - 2019-05-18
  • 0.9.0-beta4 - 2019-05-16
  • 0.9.0-beta31 - 2019-10-22
  • 0.9.0-beta30 - 2019-10-22
  • 0.9.0-beta3 - 2019-05-15
  • 0.9.0-beta29 - 2019-10-22
  • 0.9.0-beta28 - 2019-10-16
  • 0.9.0-beta27 - 2019-10-07
  • 0.9.0-beta26 - 2019-09-11
  • 0.9.0-beta25 - 2019-09-04
  • 0.9.0-beta24 - 2019-08-08
  • 0.9.0-beta23 - 2019-08-08
  • 0.9.0-beta22 - 2019-08-06
  • 0.9.0-beta21 - 2019-07-26
  • 0.9.0-beta20 - 2019-07-26
  • 0.9.0-beta2 - 2019-05-12
  • 0.9.0-beta19 - 2019-07-06
  • 0.9.0-beta18 - 2019-06-07
  • 0.9.0-beta17 - 2019-06-04
  • 0.9.0-beta16 - 2019-05-30
  • 0.9.0-beta15 - 2019-05-30
  • 0.9.0-beta14 - 2019-05-28
  • 0.9.0-beta13 - 2019-05-24
  • 0.9.0-beta12 - 2019-05-24
  • 0.9.0-beta11 - 2019-05-22
  • 0.9.0-beta10 - 2019-05-22
  • 0.9.0-beta1 - 2019-05-10
  • 0.9.0-alpha3 - 2019-05-21
  • 0.9.0-alpha2 - 2019-05-17
  • 0.9.0-alpha1 - 2019-05-17
  • 0.8.2-beta1 - 2019-05-02
  • 0.8.1 - 2019-01-20

    Bug fixes

    • Fixed IPty.kill when using ConPTY (#262, #263) via @ Tyriar
    • Changed ConPTY to be enabled by default on Windows build number 18309+ due to stability concerns (was previously 17692+) (#262) via @ Tyriar
  • 0.8.0 - 2018-12-21

    Features

    Documentation and internal improvements

    • Setup Azure Pipelines CI (#237) via @ Tyriar
    • Add section to README about thread safety (#233) via @ Gotham13121997
    • Document Ubuntu build dependencies in README (#228) via @ Tyriar
  • 0.7.8 - 2018-09-28

    Bug fixes

    • Fix Windows quoting of arguments when an argument contains both a space and non-surrounding quotes (#232) via @ alexr00

    Documentation and internal improvements

    • Added a note to the README about security/containers (#231) via @ Tyriar
    • Documented the fact that terminal creation can throw on Windows when the shell path doesn't exist (#227) via @ alexr00
    • Improved debugging documentation (#226) via @ Tyriar
    • Updated the version of Electron the example works on (#225) via @ Tyriar
  • 0.7.8-conpty2 - 2018-12-21
  • 0.7.8-conpty1 - 2018-12-11
  • 0.7.7 - 2018-09-05

    Bug fixes

    • Fix handling of quote escapes on Windows (#222) via @ alexr00, arguments that contain spaces that are not surrounded in quotes are now correctly quoted
    • Fixed an issue where kill didn't work anymore when used with a signal (#206) via @ Tyriar, reverting the change in 0.7.5 to deliver signal to all slave processes
  • 0.7.6 - 2018-06-25
    Read more
  • 0.7.6-conpty3 - 2018-10-18
  • 0.7.6-conpty2 - 2018-10-18
  • 0.7.6-conpty1 - 2018-10-17
  • 0.7.5 - 2018-06-21
    Read more
  • 0.7.4 - 2017-12-09
    Read more
  • 0.7.4-node-10 - 2018-06-21
  • 0.7.3 - 2017-11-11
    Read more
  • 0.7.3-beta1 - 2017-11-11
  • 0.7.2 - 2017-10-27
  • 0.7.1 - 2017-10-03
  • 0.7.0 - 2017-08-21
from node-pty GitHub release notes
Commit messages
Package name: node-pty

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The docker-cli image uses DockerToolbox which is deprecated
1 participant