diff --git a/package-lock.json b/package-lock.json index 9bd889f1..cd1b7ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "c8": "10.1.2", "codecov": "3.8.3", "eslint": "9.6.0", - "eslint-plugin-mocha": "10.4.3", + "eslint-plugin-mocha": "10.5.0", "glob": "11.0.0", "less": "4.2.0", "mocha": "10.5.2", @@ -2844,10 +2844,11 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz", - "integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz", + "integrity": "sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==", "dev": true, + "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", "globals": "^13.24.0", @@ -2865,6 +2866,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -2880,6 +2882,7 @@ "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, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 24db3ccf..f6b9f601 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "c8": "10.1.2", "codecov": "3.8.3", "eslint": "9.6.0", - "eslint-plugin-mocha": "10.4.3", + "eslint-plugin-mocha": "10.5.0", "glob": "11.0.0", "less": "4.2.0", "mocha": "10.5.2",