From 300e5d538a9ef913f96c9cc06aea93b84e2f4f91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:05:39 +0000 Subject: [PATCH] chore(deps): update dependency eslint-formatter-pretty to v6 --- templates/cli/package.json | 2 +- templates/javascript/package.json | 2 +- templates/typescript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cli/package.json b/templates/cli/package.json index 12ab727..bb4c907 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -48,7 +48,7 @@ "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", - "eslint-formatter-pretty": "4.1.0", + "eslint-formatter-pretty": "6.0.1", "husky": "8.0.3", "lint-staged": "15.2.1", "prettier": "3.2.5", diff --git a/templates/javascript/package.json b/templates/javascript/package.json index f6791c8..aa763c3 100644 --- a/templates/javascript/package.json +++ b/templates/javascript/package.json @@ -69,7 +69,7 @@ "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", - "eslint-formatter-pretty": "4.1.0", + "eslint-formatter-pretty": "6.0.1", "husky": "8.0.3", "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index 9c22562..326bd49 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -91,7 +91,7 @@ "esbuild": "0.15.12", "esbuild-style-plugin": "1.6.3", "eslint": "8.56.0", - "eslint-formatter-pretty": "5.0.0", + "eslint-formatter-pretty": "6.0.1", "fs-extra": "11.2.0", "husky": "8.0.3", "jest": "29.6.2",