From 6a4cf96c971da533cd891a66a3c0d3c27d18a3d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 18:41:54 +0000 Subject: [PATCH] Bump colors from 1.3.2 to 1.4.0 Bumps [colors](https://github.com/Marak/colors.js) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/Marak/colors.js/releases) - [Commits](https://github.com/Marak/colors.js/compare/v1.3.2...v1.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d42699..160df8e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "private": false, "repository": "pixelcollective/gardener", "dependencies": { - "colors": "^1.3.2", + "colors": "^1.4.0", "inquirer": "^6.2.2", "pad": "^2.2.1", "shelljs": "^0.8.2" diff --git a/yarn.lock b/yarn.lock index 4f069a9..36f8398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,10 +150,10 @@ color-name@1.1.3: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -colors@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b" - integrity sha512-rhP0JSBGYvpcNQj4s5AdShMeE5ahMop96cTeDl/v9qQQm2fYClE2QXZRi8wLzc+GmXSxdIqqbOIAhyObEXDbfQ== +colors@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" + integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== concat-map@0.0.1: version "0.0.1"