From e0b71783c0c28e67efa3542dcc4031bec886beeb 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:28:12 +0000 Subject: [PATCH] Bump uuid from 7.0.1 to 8.0.0 in /terminus-core 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-core/package.json | 2 +- terminus-core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/terminus-core/package.json b/terminus-core/package.json index 046847e3..34250cc0 100644 --- a/terminus-core/package.json +++ b/terminus-core/package.json @@ -30,7 +30,7 @@ "ng2-dnd": "^5.0.2", "ngx-perfect-scrollbar": "^8.0.0", "shell-escape": "^0.2.0", - "uuid": "^7.0.1", + "uuid": "^8.0.0", "winston": "^3.2.1" }, "peerDependencies": { diff --git a/terminus-core/yarn.lock b/terminus-core/yarn.lock index d4b68054..e17533c2 100644 --- a/terminus-core/yarn.lock +++ b/terminus-core/yarn.lock @@ -468,10 +468,10 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -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== winston-transport@^4.3.0: version "4.3.0"