diff --git a/package-lock.json b/package-lock.json index 9c6faf8a..9f076f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.4.3", - "eslint-plugin-mocha": "^10.4.0", + "eslint-plugin-mocha": "^10.4.1", "mocha": "^10.3.0", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", @@ -3303,13 +3303,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.0.tgz", - "integrity": "sha512-L1JdiKc9UE9S1i55MciDXAuyC39/OMWwjeDg0nBOOc2dXPCd2iaboyu1Qlykek78jo/BM96KFsgY6cmKDR2UYg==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz", + "integrity": "sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", - "globals": "^14.0.0", + "globals": "^13.24.0", "rambda": "^7.4.0" }, "engines": { @@ -3319,18 +3319,6 @@ "eslint": ">=7.0.0" } }, - "node_modules/eslint-plugin-mocha/node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-plugin-prettier": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", @@ -4138,7 +4126,6 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, - "peer": true, "dependencies": { "type-fest": "^0.20.2" }, @@ -7006,7 +6993,6 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, - "peer": true, "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index a0fc8e67..9cbd17c4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "eslint-formatter-gha": "^1.4.3", - "eslint-plugin-mocha": "^10.4.0", + "eslint-plugin-mocha": "^10.4.1", "mocha": "^10.3.0", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1",