From 58acd049a1e6ea7fafc28e2a204a5eabb424cfc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:33:58 +0000 Subject: [PATCH] Bump colors from 1.3.3 to 1.4.2 Bumps [colors](https://github.com/Marak/colors.js) from 1.3.3 to 1.4.2. - [Release notes](https://github.com/Marak/colors.js/releases) - [Commits](https://github.com/Marak/colors.js/commits) --- updated-dependencies: - dependency-name: colors dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cb40a03..573f03d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@frosti/asguard": "^0.2.2", "@octokit/core": "^3.2.5", - "colors": "1.3.x", + "colors": "1.4.x", "depcheck": "^0.8.x", "dictionary-en": "^3.0.1", "figlet": "^1.2.x", diff --git a/yarn.lock b/yarn.lock index 430598b..0fa4490 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3728,15 +3728,10 @@ colorette@^1.2.1: resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== -colors@1.3.x: - version "1.3.3" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d" - integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg== - -colors@^1.3.x, 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== +colors@1.4.x, colors@^1.3.x, colors@^1.4.0: + version "1.4.2" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.2.tgz#cd4fe227412ca2c75bb6f5683ec2e5e68de4f317" + integrity sha512-5QhJWPFZqkKIieXJPpCprdOytvH7v0AGWpu9K2jZ4LWkGg3dVBNoYPgGGRpEsc0jb8Boy0ElYrdjH9uXfhRSqw== columnify@^1.5.4: version "1.5.4"