diff --git a/tools/package-lock.json b/tools/package-lock.json index 25e08d2d..d0a803a2 100644 Binary files a/tools/package-lock.json and b/tools/package-lock.json differ diff --git a/tools/package.json b/tools/package.json index 0d76d3ea..c9fc96de 100644 --- a/tools/package.json +++ b/tools/package.json @@ -8,7 +8,8 @@ "lint": "cd .. && ci-run-eslint" }, "dependencies": { - "ci-run-eslint": "git+https://gitlab.gnome.org/World/javascript/ci-run-eslint.git#179fcc1f095d2b579ffe454505946bcad7f6a230", - "eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git#c479d059e8d9ea99c3b53c2ea43abf7fdb05eb51" + "ci-run-eslint": "git+https://gitlab.gnome.org/World/javascript/ci-run-eslint.git#f94b653606476d151439793ab8a8a93aa4a146de", + "eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git#c479d059e8d9ea99c3b53c2ea43abf7fdb05eb51", + "eslint-formatter-junit": "^9.0.1" } }