From 7809a100278d90440569f69f65e499e6bda6916b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:03:11 +0000 Subject: [PATCH] Bump fancy-log from 1.3.3 to 2.0.0 Bumps [fancy-log](https://github.com/gulpjs/fancy-log) from 1.3.3 to 2.0.0. - [Release notes](https://github.com/gulpjs/fancy-log/releases) - [Changelog](https://github.com/gulpjs/fancy-log/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/fancy-log/compare/v1.3.3...v2.0.0) --- updated-dependencies: - dependency-name: fancy-log dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e139dfc..e02d2b7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "child_process": "^1.0.2", "core-js": "^3.20.1", "del": "^6.0.0", - "fancy-log": "^1.3.3", + "fancy-log": "^2.0.0", "fstream": "^1.0.12", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 672a635..cf42d21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3060,6 +3060,13 @@ fancy-log@^1.1.0, fancy-log@^1.3.2, fancy-log@^1.3.3: parse-node-version "^1.0.0" time-stamp "^1.0.0" +fancy-log@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-2.0.0.tgz#cad207b8396d69ae4796d74d17dff5f68b2f7343" + integrity sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA== + dependencies: + color-support "^1.1.3" + fast-deep-equal@^3.1.1: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"