diff --git a/package-lock.json b/package-lock.json index 9c43ddb5..c00490cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "del": "^7.1.0", "eslint": "^8.57.0", "eslint-config-recommended": "^4.1.0", - "eslint-plugin-mocha": "^10.3.0", + "eslint-plugin-mocha": "^10.4.1", "glob": "^10.3.10", "gulp": "^5.0.0", "gulp-autoprefixer": "^9.0.0", @@ -3465,12 +3465,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.3.0.tgz", - "integrity": "sha512-IWzbg2K6B1Q7h37Ih4zMyW+nhmw1JvUlHlbCUUUu6PfOOAUGCB0gxmvv7/U+TQQ6e8yHUv+q7KMdIIum4bx+PA==", + "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": "^13.24.0", "rambda": "^7.4.0" }, "engines": { @@ -3480,6 +3481,21 @@ "eslint": ">=7.0.0" } }, + "node_modules/eslint-plugin-mocha/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-react-native-globals": { "version": "0.1.2", "dev": true, diff --git a/package.json b/package.json index e8e5a113..1b7e148b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "del": "^7.1.0", "eslint": "^8.57.0", "eslint-config-recommended": "^4.1.0", - "eslint-plugin-mocha": "^10.3.0", + "eslint-plugin-mocha": "^10.4.1", "glob": "^10.3.10", "gulp": "^5.0.0", "gulp-autoprefixer": "^9.0.0",