diff --git a/package.json b/package.json index 0b91759..590745f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,10 @@ "xml": "^1.0.1" }, "peerDependencies": { - "mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" + }, + "overrides": { + "cross-spawn": "^7.0.6" }, "author": "Juho Vähä-Herttua", "license": "MIT", @@ -31,6 +34,6 @@ "url": "https://github.com/juhovh/mocha-jenkins-reporter/issues" }, "devDependencies": { - "eslint": "4.18.2" + "eslint": "^8.57.1" } }