From 42e4f2d3b32a0a9bb9d90946d02491da3c66d89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:57:31 +0000 Subject: [PATCH] npm: 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fa0bf8..96e314e 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "homepage": "https://gregoranders.github.io/typescript-react-electron-starter/", "dependencies": { "electron": "24.0.0", - "fancy-log": "1.3.3", + "fancy-log": "2.0.0", "react": "16.14.0", "react-dom": "16.13.1" },