diff --git a/package-lock.json b/package-lock.json index aef955a0..cf78bfbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "c8": "^8.0.1", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", - "eslint-formatter-gha": "^1.4.2", + "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", "mocha": "^10.2.0", "mocha-multi": "^1.1.7", @@ -2972,12 +2972,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 e72bb2e0..412218f7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "c8": "^8.0.1", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", - "eslint-formatter-gha": "^1.4.2", + "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", "mocha": "^10.2.0", "mocha-multi": "^1.1.7",