From 6f5d2e901db04fd4c19c60c4de585b01105a60c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:56:02 +0000 Subject: [PATCH] chore(deps): update dependency eslint-formatter-gha to ^1.4.3 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8a6f4a..2cac2fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "c8": "^8.0.1", "chai": "^4.3.10", "envalid": "^8.0.0", - "eslint-formatter-gha": "^1.4.2", + "eslint-formatter-gha": "^1.4.3", "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.0", @@ -1509,12 +1509,12 @@ } }, "node_modules/eslint-formatter-gha": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.4.2.tgz", - "integrity": "sha512-V+i+jdUOAkkCWK0gESohLjYk/fJpgMgE0L6QPGd8b5jtBQlG+MT/zb7yy2/HlqccIkRBYq/brT2rLW2K8H9kqA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/eslint-formatter-gha/-/eslint-formatter-gha-1.4.3.tgz", + "integrity": "sha512-lnuccy7JUn/KZfRgUw9Sb81x4esxJMpaGXNniv1UKT6llYhRpCuo64SgkYEkkPGSfkRwujuP8Xju5M8oqXt4HQ==", "dev": true, "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.10.1", "eslint-formatter-json": "^8.0.0", "eslint-formatter-stylish": "^8.0.0" } diff --git a/package.json b/package.json index e762ff6..b9f78af 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "c8": "^8.0.1", "chai": "^4.3.10", "envalid": "^8.0.0", - "eslint-formatter-gha": "^1.4.2", + "eslint-formatter-gha": "^1.4.3", "mocha": "^10.2.0", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.0",