diff --git a/package-lock.json b/package-lock.json index 96962aa8..5908fb49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3396,14 +3396,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": {