1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

revert node-pty to stable version (#5916)

This commit is contained in:
Jim Ehrismann 2022-07-27 10:02:27 -04:00 committed by GitHub
parent e4b33ce960
commit b94672b5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -254,7 +254,7 @@
"monaco-editor": "^0.29.1", "monaco-editor": "^0.29.1",
"monaco-editor-webpack-plugin": "^5.0.0", "monaco-editor-webpack-plugin": "^5.0.0",
"node-fetch": "lensapp/node-fetch#2.x", "node-fetch": "lensapp/node-fetch#2.x",
"node-pty": "0.11.0-beta19", "node-pty": "0.10.1",
"npm": "^6.14.17", "npm": "^6.14.17",
"p-limit": "^3.1.0", "p-limit": "^3.1.0",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",

View File

@ -9469,10 +9469,10 @@ node-loader@^2.0.0:
dependencies: dependencies:
loader-utils "^2.0.0" loader-utils "^2.0.0"
node-pty@0.11.0-beta19: node-pty@0.10.1:
version "0.11.0-beta19" version "0.10.1"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.11.0-beta19.tgz#cb09fcd2ac984365af7f770df900fc0c8c587dcd" resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.10.1.tgz#cd05d03a2710315ec40221232ec04186f6ac2c6d"
integrity sha512-1cdUx15rCVYEcvOvqNRO4S52vYM9mnFyTAceut+lW8/+YWcYQl1TQ3naDqtWHDcVjZI/FbDX1j4iQFwypmJSLQ== integrity sha512-JTdtUS0Im/yRsWJSx7yiW9rtpfmxqxolrtnyKwPLI+6XqTAPW/O2MjS8FYL4I5TsMbH2lVgDb2VMjp+9LoQGNg==
dependencies: dependencies:
nan "^2.14.0" nan "^2.14.0"