From 5f1f3f117c145f991c6418d1e27392558bbaafce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:10:13 +0000 Subject: [PATCH] Bump eslint-formatter-stylish from 8.40.0 to 9.0.1 in /.github Bumps [eslint-formatter-stylish](https://github.com/fregante/eslint-formatters) from 8.40.0 to 9.0.1. - [Commits](https://github.com/fregante/eslint-formatters/commits) --- updated-dependencies: - dependency-name: eslint-formatter-stylish dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/gh-actions-eslint/package.json | 2 +- .github/package-lock.json | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/gh-actions-eslint/package.json b/.github/actions/gh-actions-eslint/package.json index 0ba7db5..5920d13 100644 --- a/.github/actions/gh-actions-eslint/package.json +++ b/.github/actions/gh-actions-eslint/package.json @@ -35,7 +35,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "eslint-formatter-stylish": "^8.39.0" + "eslint-formatter-stylish": "^9.0.1" }, "devDependencies": { "@types/eslint": "^8" diff --git a/.github/package-lock.json b/.github/package-lock.json index 9306f0e..406b3d0 100644 --- a/.github/package-lock.json +++ b/.github/package-lock.json @@ -285,7 +285,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "eslint-formatter-stylish": "^8.39.0" + "eslint-formatter-stylish": "^9.0.1" }, "devDependencies": { "@types/eslint": "^8" @@ -3901,16 +3901,17 @@ } }, "node_modules/eslint-formatter-stylish": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/eslint-formatter-stylish/-/eslint-formatter-stylish-8.40.0.tgz", - "integrity": "sha512-blbD5ZSQnjNEUaG38VCO4WG9nfDQWE8/IOmt8DFRHXUIfZikaIXmsQTdWNFk0/e0j7RgIVRza86MpsJ+aHgFLg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/eslint-formatter-stylish/-/eslint-formatter-stylish-9.0.1.tgz", + "integrity": "sha512-FlhMRUiDUHztGj+bhm3pYo5DJ6Gbjh/FGPClcDENme7f9+Sc3+HZg6wMq80KJmRD8/oj/Ib6gy4D/ppjmHfGVA==", + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "strip-ansi": "^6.0.1", "text-table": "^0.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/eslint-import-resolver-node": {