From 45b76b2d3e3fd7913c02955fad562b34759c8558 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 04:21:00 +0000 Subject: [PATCH] Bump uuid from 7.0.1 to 8.0.0 in /terminus-terminal Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v7.0.1...v8.0.0) Signed-off-by: dependabot-preview[bot] --- terminus-terminal/package.json | 2 +- terminus-terminal/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/terminus-terminal/package.json b/terminus-terminal/package.json index bbaae2ff..8dd86342 100644 --- a/terminus-terminal/package.json +++ b/terminus-terminal/package.json @@ -26,7 +26,7 @@ "ps-node": "^0.1.6", "runes": "^0.4.2", "slugify": "^1.4.0", - "uuid": "^7.0.1", + "uuid": "^8.0.0", "xterm": "^4.6.0-beta.17", "xterm-addon-fit": "^0.4.0-beta.8", "xterm-addon-ligatures": "^0.2.1", diff --git a/terminus-terminal/yarn.lock b/terminus-terminal/yarn.lock index e0797ac7..4c1e797a 100644 --- a/terminus-terminal/yarn.lock +++ b/terminus-terminal/yarn.lock @@ -219,10 +219,10 @@ tiny-inflate@^1.0.2: resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.2.tgz#93d9decffc8805bd57eae4310f0b745e9b6fb3a7" integrity sha1-k9nez/yIBb1X6uQxDwt0Xptvs6c= -uuid@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef" - integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA== +uuid@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c" + integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw== xterm-addon-fit@^0.4.0-beta.8: version "0.4.0-beta.8"