From 1c614c8217aba5c14a4b4a2617edda1deb158d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 09:32:44 -0700 Subject: [PATCH] Bump color-string in /samples/apps-with-core-angular/MoviesApp (#1136) Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 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/commits/1.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- samples/apps-with-core-angular/MoviesApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/apps-with-core-angular/MoviesApp/package-lock.json b/samples/apps-with-core-angular/MoviesApp/package-lock.json index f4714597..8b838a30 100644 --- a/samples/apps-with-core-angular/MoviesApp/package-lock.json +++ b/samples/apps-with-core-angular/MoviesApp/package-lock.json @@ -2911,9 +2911,9 @@ "dev": true }, "color-string": { - "version": "1.5.3", - "resolved": "https://kdi.jfrog.io/kdi/api/npm/npm/color-string/-/color-string-1.5.3.tgz", - "integrity": "sha1-ybvF8BtYtUkvPWhXRZy2WQziBMw=", + "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",