Skip to content

Commit b8c76af

Browse files
authored
Upgrade node-pty (#1437)
1 parent ad55158 commit b8c76af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"monaco-editor": "^0.52.0",
6868
"motion": "^11.17.0",
6969
"nanoid": "^5.0.7",
70-
"node-pty": "^1.1.0-beta29",
70+
"node-pty": "1.1.0-beta30",
7171
"prosemirror-commands": "^1.6.0",
7272
"prosemirror-history": "^1.4.1",
7373
"prosemirror-keymap": "^1.2.2",

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"monaco-editor": "^0.52.0",
4444
"motion": "^11.17.0",
4545
"nanoid": "^5.0.7",
46-
"node-pty": "^1.1.0-beta29",
46+
"node-pty": "1.1.0-beta30",
4747
"prosemirror-commands": "^1.6.0",
4848
"prosemirror-history": "^1.4.1",
4949
"prosemirror-keymap": "^1.2.2",
@@ -2126,7 +2126,7 @@
21262126

21272127
"node-gyp": ["[email protected]", "", { "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", "glob": "^7.1.4", "graceful-fs": "^4.2.6", "make-fetch-happen": "^10.0.3", "nopt": "^6.0.0", "npmlog": "^6.0.0", "rimraf": "^3.0.2", "semver": "^7.3.5", "tar": "^6.1.2", "which": "^2.0.2" }, "bin": { "node-gyp": "bin/node-gyp.js" } }, "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ=="],
21282128

2129-
"node-pty": ["[email protected]beta9", "", { "dependencies": { "node-addon-api": "^7.1.0" } }, "sha512-/Ue38pvXJdgRZ3+me1FgfglLd301GhJN0NStiotdt61tm43N5htUyR/IXOUzOKuNaFmCwIhy6nwb77Ky41LMbw=="],
2129+
"node-pty": ["[email protected]beta30", "", { "dependencies": { "node-addon-api": "^7.1.0" } }, "sha512-cmNYVWfbf961aOqnxIFXssvw6Fp6/78BQBNlwYRWUHBenJjUhCJ1wMZpJy+SegoLC07P9D6HTtq39Kd89rpv/w=="],
21302130

21312131
"node-releases": ["[email protected]", "", {}, "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="],
21322132

0 commit comments

Comments
 (0)