From 5075e98b8f451585c94ca3c15905e9b947882310 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:51:41 +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 b4f4faa..c4ecf38 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.0", "prettier": "3.2.4", diff --git a/templates/javascript/package.json b/templates/javascript/package.json index f39d9e8..f273439 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 fad92cc..3601952 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",