diff --git a/package-lock.json b/package-lock.json index a3d8a4a..b019392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.2.0", "eslint": "^9.39.1", - "eslint-formatter-gitlab": "^6.0.1", + "eslint-formatter-gitlab": "^7.0.0", "eslint-formatter-junit": "^9.0.1" } }, @@ -258,6 +258,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -449,6 +450,7 @@ "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -504,9 +506,9 @@ } }, "node_modules/eslint-formatter-codeclimate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/eslint-formatter-codeclimate/-/eslint-formatter-codeclimate-1.0.2.tgz", - "integrity": "sha512-9ygAJag38O/oITwzPnvNXz8vuke6JuX1qeSbch+2m5ZQT/1exCyHkrymfJZpR5GZuYd17Khb1SOAsehSMV/W0Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-formatter-codeclimate/-/eslint-formatter-codeclimate-2.0.0.tgz", + "integrity": "sha512-Xg/5QWF5o/BijQvZzOFojzxQkWoKQIZatGSEx9pfOkdrcx8ovh+J1N+IvwK210jrj8+yRvFGDJLWV8oEQP3T6A==", "dev": true, "license": "MIT", "dependencies": { @@ -520,13 +522,13 @@ } }, "node_modules/eslint-formatter-gitlab": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/eslint-formatter-gitlab/-/eslint-formatter-gitlab-6.0.1.tgz", - "integrity": "sha512-GjAdu74EPUQMQjldx4wu/P0CgTY7nk9uJ4q2ZW6TkXH+rK9LR2q3dV+cWTaQKMaCcosn+XU8nJOE8QQe8czHZA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-formatter-gitlab/-/eslint-formatter-gitlab-7.0.0.tgz", + "integrity": "sha512-bs0cKMCDjvDw0gBLK/jXC0HEJDi9lt48c3HXuMPDj7dC9QblB81dXiNymrrtBs3u+RGANtQugMR5Vbd66Q3YwA==", "dev": true, "license": "MIT", "dependencies": { - "eslint-formatter-codeclimate": "^1.0.0", + "eslint-formatter-codeclimate": "^2.0.0", "yaml": "^2.0.0" }, "funding": { diff --git a/package.json b/package.json index f347318..45ea699 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.2.0", "eslint": "^9.39.1", - "eslint-formatter-gitlab": "^6.0.1", + "eslint-formatter-gitlab": "^7.0.0", "eslint-formatter-junit": "^9.0.1" } }