diff --git a/package-lock.json b/package-lock.json index ecea905..f28c933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@xterm/addon-web-links": "^0.12.0", "@xterm/addon-webgl": "^0.19.0", "@xterm/xterm": "^6.0.0", - "tauri-pty": "^0.2.1" + "tauri-pty": "^0.3.0" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -1142,9 +1142,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1159,9 +1156,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1176,9 +1170,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1193,9 +1184,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1210,9 +1198,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1227,9 +1212,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1244,9 +1226,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1261,9 +1240,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1278,9 +1254,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1295,9 +1268,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1312,9 +1282,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1329,9 +1296,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1346,9 +1310,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1632,9 +1593,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1652,9 +1610,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1672,9 +1627,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1692,9 +1644,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -1712,9 +1661,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 OR MIT", "optional": true, "os": [ @@ -4040,12 +3986,12 @@ "license": "MIT" }, "node_modules/tauri-pty": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tauri-pty/-/tauri-pty-0.2.1.tgz", - "integrity": "sha512-h2/uBWkgzO1fpdTS4hDz5LcDYjgmPdy2Renj9m2bukht1rxmHKmt/ciUo9wenK3uPrGBHrr2/QKGYrEmyAYwcw==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/tauri-pty/-/tauri-pty-0.3.0.tgz", + "integrity": "sha512-6Ygc5PHtd6SM4uX+Pbv5vXLAf5RL/dHsgKtvQaGy3x1GG1IAUrJko/D90bwJuVwnpV9J0SZoumIPUY9bQeUdmQ==", "license": "MIT", "dependencies": { - "@tauri-apps/api": "^2.9.1" + "@tauri-apps/api": "^2.11.0" } }, "node_modules/tinybench": { diff --git a/package.json b/package.json index bcc3c67..3d00395 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@xterm/addon-web-links": "^0.12.0", "@xterm/addon-webgl": "^0.19.0", "@xterm/xterm": "^6.0.0", - "tauri-pty": "^0.2.1" + "tauri-pty": "^0.3.0" }, "devDependencies": { "@eslint/js": "^10.0.1",