From 0a88a4704b76558326df9b210d768e9e0338dd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 06:12:45 +0000 Subject: [PATCH] Bump ansi-styles from 6.2.0 to 6.2.1 Bumps [ansi-styles](https://github.com/chalk/ansi-styles) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/chalk/ansi-styles/releases) - [Commits](https://github.com/chalk/ansi-styles/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: ansi-styles dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6bd68179..990baf7c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^3.0.9", "@octokit/request-error": "^3.0.1", - "ansi-styles": "^6.2.0", + "ansi-styles": "^6.2.1", "got": "^12.5.2", "nodemon": "^2.0.20", "yaml": "^2.1.3", @@ -1831,9 +1831,9 @@ } }, "node_modules/ansi-styles": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz", - "integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "engines": { "node": ">=12" }, @@ -8633,9 +8633,9 @@ "dev": true }, "ansi-styles": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz", - "integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" }, "anymatch": { "version": "3.1.2", diff --git a/package.json b/package.json index 7a7074a8b..e2faba34d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^3.0.9", "@octokit/request-error": "^3.0.1", - "ansi-styles": "^6.2.0", + "ansi-styles": "^6.2.1", "got": "^12.5.2", "nodemon": "^2.0.20", "yaml": "^2.1.3",