From 8b6412b07ffdbca4277c030b77560f6bac967157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:02:21 +0000 Subject: [PATCH] Bump ansicolor from 1.1.95 to 1.1.100 Bumps [ansicolor](https://github.com/xpl/ansicolor) from 1.1.95 to 1.1.100. - [Release notes](https://github.com/xpl/ansicolor/releases) - [Changelog](https://github.com/xpl/ansicolor/blob/master/CHANGELOG.md) - [Commits](https://github.com/xpl/ansicolor/commits) --- updated-dependencies: - dependency-name: ansicolor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 751e3c441..e4d42b557 100644 --- a/package.json +++ b/package.json @@ -849,7 +849,7 @@ "vsce": "2.6.3" }, "dependencies": { - "ansicolor": "^1.1.95", + "ansicolor": "^1.1.100", "metals-languageclient": "0.5.6", "promisify-child-process": "4.1.1", "vscode-languageclient": "7.0.0" diff --git a/yarn.lock b/yarn.lock index 67b86a36e..592f3b54c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1034,10 +1034,10 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== -ansicolor@^1.1.95: - version "1.1.95" - resolved "https://registry.yarnpkg.com/ansicolor/-/ansicolor-1.1.95.tgz#978c494f04793d6c58115ba13a50f56593f736c6" - integrity sha512-R4yTmrfQZ2H9Wr5TZoM2iOz0+T6TNHqztpld7ZToaN8EaUj/06NG4r5UHQfegA9/+K/OY3E+WumprcglbcTMRA== +ansicolor@^1.1.100: + version "1.1.100" + resolved "https://registry.yarnpkg.com/ansicolor/-/ansicolor-1.1.100.tgz#811f1afbf726edca3aafb942a14df8351996304a" + integrity sha512-Jl0pxRfa9WaQVUX57AB8/V2my6FJxrOR1Pp2qqFbig20QB4HzUoQ48THTKAgHlUCJeQm/s2WoOPcoIDhyCL/kw== anymatch@^3.0.3: version "3.1.2"