From 76a7a0215017402cdd358bfdea37efc4127f3862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 09:31:17 +0000 Subject: [PATCH] Bump color-string Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../Plugins/Admin/Build/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Build/package-lock.json b/src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Build/package-lock.json index 295e723..fc6d5ac 100644 --- a/src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Build/package-lock.json +++ b/src/Cofoundry.Plugins.ErrorLogging.Admin/Plugins/Admin/Build/package-lock.json @@ -813,9 +813,9 @@ "dev": true }, "color-string": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz", - "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.6.0.tgz", + "integrity": "sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==", "dev": true, "requires": { "color-name": "^1.0.0",