From 11364dd788358f731755ac55cacc336859ae8702 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 09:14:59 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 7.0.1 in /terminus-terminal Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.1. - [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/v3.4.0...v7.0.1) 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 a0021927..204e51fa 100644 --- a/terminus-terminal/package.json +++ b/terminus-terminal/package.json @@ -27,7 +27,7 @@ "ps-node": "^0.1.6", "runes": "^0.4.2", "slug": "^2.0.0", - "uuid": "^3.3.2", + "uuid": "^7.0.1", "xterm": "^4.5.0-beta.9", "xterm-addon-fit": "^0.4.0-beta2", "xterm-addon-ligatures": "^0.2.1", diff --git a/terminus-terminal/yarn.lock b/terminus-terminal/yarn.lock index e0dfb90d..97459433 100644 --- a/terminus-terminal/yarn.lock +++ b/terminus-terminal/yarn.lock @@ -231,10 +231,10 @@ tiny-inflate@^1.0.2: resolved "https://registry.yarnpkg.com/unicode/-/unicode-11.0.1.tgz#735bd422ec75cf28d396eb224d535d168d5f1db6" integrity sha512-+cHtykLb+eF1yrSLWTwcYBrqJkTfX7Quoyg7Juhe6uylF43ZbMdxMuSHNYlnyLT8T7POAvavgBthzUF9AIaQvQ== -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +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== xterm-addon-fit@^0.4.0-beta2: version "0.4.0-beta2"