From 1f3132ed80fe081f7122a14f7f2eadc99ed3d28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 04:16:02 +0000 Subject: [PATCH] Bump ansi-colors from 4.1.1 to 4.1.2 Bumps [ansi-colors](https://github.com/doowb/ansi-colors) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/doowb/ansi-colors/releases) - [Commits](https://github.com/doowb/ansi-colors/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: ansi-colors 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 798f877..71d08f7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/github": "^5.0.0", "@actions/io": "^1.0.2", "@octokit/rest": "^18.12.0", - "ansi-colors": "^4.1.1", + "ansi-colors": "^4.1.2", "gfm-code-blocks": "^1.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 38cbbde..99d39a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -971,10 +971,10 @@ ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ansi-colors@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== +ansi-colors@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.2.tgz#e33debb85260fbe4ed8f00f1e0c282516109795e" + integrity sha512-cEG18jjLG0O74o/33eEfnmtXYDEY196ZjL0eQEISULF+Imi7vr25l6ntGYmqS5lIrQIEeze+CqUtPVItywE7ZQ== ansi-escapes@^4.2.1: version "4.3.2"