Update telnet-socket dep

This commit is contained in:
Bryan Ashby 2022-08-04 16:30:00 -06:00
parent 8f54d0bd7b
commit 0b18e78a54
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
2 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@
"sqlite3-trans": "^1.2.2",
"ssh2": "1.11.0",
"systeminformation": "5.12.3",
"telnet-socket": "^0.2.3",
"telnet-socket": "0.2.4",
"temptmp": "^1.1.0",
"uuid": "8.3.2",
"uuid-parse": "1.1.0",

View File

@ -2019,10 +2019,10 @@ tar@^4:
safe-buffer "^5.2.1"
yallist "^3.1.1"
telnet-socket@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/telnet-socket/-/telnet-socket-0.2.3.tgz#0ffdc64ea957cb64f8ac5287d45a857f1c05a16e"
integrity sha512-PbZycTkGq6VcVUa35FYFySx4pCzmJo4xoMX6cimls1/kv/lrgMfddKfgjBKt6HQuokkkDfieDhGLq/L/P2Unaw==
telnet-socket@0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/telnet-socket/-/telnet-socket-0.2.4.tgz#b0704f25aad6ce40cb9ddc5363459088f6e5b533"
integrity sha512-hNNJ2HLLFbpIsnP8geP/A35MAPAgSpaCqYbN8Kmi7JSaGNeXjRIVHDCmJpi0MQLFcqSjqj39VWNJHdcx3zfcfQ==
dependencies:
binary-parser "1.6.2"
buffers "github:NuSkooler/node-buffers"