diff --git a/package-lock.json b/package-lock.json index ae0b239..59d37ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "xterm": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.1.tgz", - "integrity": "sha512-T6ZPbOXoow1V6LPnmj+wQZrKOscbQFk2we9oPmal56ArdpCJPasyb+6DxgIkBaf56Pw1ariw/dN03OLMC4A9jQ==" + "version": "3.14.4", + "resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.4.tgz", + "integrity": "sha512-3YHVyWuiYWMRpVdVavnpG7hZU3ybHPUEDy7x4mUIxMaRVYy75ZniPVTzJiD1D4EqYrbwY+DmBgP1h18X6GlOOw==" } } } diff --git a/package.json b/package.json index 8323bff..b0df425 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "xterm": "^3.14.1" + "xterm": "^3.14.4" } }