From 3bdac4e5e9e9822be60d6f392306705ff0568618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:45:39 +0000 Subject: [PATCH] chore(deps): update dependency eslint-formatter-gha to v1.5.0 --- package-lock.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd8453c..6152eae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3181,14 +3181,13 @@ } }, "node_modules/eslint-formatter-gha": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.4.3.tgz", - "integrity": "sha512-lnuccy7JUn/KZfRgUw9Sb81x4esxJMpaGXNniv1UKT6llYhRpCuo64SgkYEkkPGSfkRwujuP8Xju5M8oqXt4HQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.5.0.tgz", + "integrity": "sha512-mpZ8g/rfxn/igeAapQpbUrnvaP3zPpru3Y2I1yfDdRazzcNvYJmrAb9NLbNce0TQYbLBmg38X/drUOv0QhLyaw==", "dev": true, "dependencies": { - "@actions/core": "^1.10.1", - "eslint-formatter-json": "^8.0.0", - "eslint-formatter-stylish": "^8.0.0" + "eslint-formatter-json": "^8.40.0", + "eslint-formatter-stylish": "^8.40.0" } }, "node_modules/eslint-formatter-json": {