diff --git a/package-lock.json b/package-lock.json index 5af485d..7ee885b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "xterm": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.10.1.tgz", - "integrity": "sha512-RHaUwJ8zwLiICu1QsXoxUHP+R2Pp8Rc8yVoNali/nKw3CVXwmXxT/4mgbk7U22psuNgOqLyI4Sg9nlQfYeTRQw==" + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.12.0.tgz", + "integrity": "sha512-U5w1NJdrqAtnNju4W05uOxLzNgMD1sk0AnIkZ//Wa7xRdQTi9Dl1qkPdAaxWJ1a7A8xzNM4ogrX/4oSVl15qOw==" } } } diff --git a/package.json b/package.json index c41e75b..8d971c8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "xterm": "^3.10.1" + "xterm": "^3.12.0" } }