From 8a256660b21a84d7301c53afd1bce261ad223a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:55:35 +0000 Subject: [PATCH] chore(deps): update dependency eslint-formatter-gha to ^1.5.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a3d158a..49b3a564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "c8": "^10.1.2", "chai": "^5.1.2", "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", - "eslint-formatter-gha": "^1.5.1", + "eslint-formatter-gha": "^1.5.2", "eslint-plugin-mocha": "^10.5.0", "mocha": "^10.8.2", "mocha-multi": "^1.1.7", @@ -5924,9 +5924,9 @@ } }, "node_modules/eslint-formatter-gha": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.5.1.tgz", - "integrity": "sha512-OSMS0XdM2Z5DhTMfRJx/1NiOH+zMYvrq6VXoARgR7mikwkQ5lG8uKBE2GIbM6sxcX13gI4M8x0vyhLNp3RIG7A==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.5.2.tgz", + "integrity": "sha512-1TY8AYbrIP9DCcbydYW467nTP67eW79bT+oVKdUehO3WPMP8pn2oOZVkDc8yDcWf35+t2Li1elY5Dh6jTjJ3/Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index af475f31..f4d23f8b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "c8": "^10.1.2", "chai": "^5.1.2", "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", - "eslint-formatter-gha": "^1.5.1", + "eslint-formatter-gha": "^1.5.2", "eslint-plugin-mocha": "^10.5.0", "mocha": "^10.8.2", "mocha-multi": "^1.1.7",