diff --git a/package-lock.json b/package-lock.json index 18c07bd..88724d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1103,11 +1103,11 @@ } }, "@form8ion/eslint-config-mocha": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-3.0.1.tgz", - "integrity": "sha512-FgLAn/eJvoCRGWbrLwQKhUzQBZ/EZF9f+L5HMe7BmGcmbjqmd8xkzhLmpiNq3XCwGR4ni2LJZbexs4Pj5w9eZA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-3.0.5.tgz", + "integrity": "sha512-A7eBLfqUB+LCsX/t2P4POlgu2+EI+fM1cSjlNIrTlsg1pY2s4sGAuAAMAz4rXjYSkwBxNl3fCublfzdMHToMVw==", "requires": { - "eslint-plugin-mocha": "10.2.0" + "eslint-plugin-mocha": "10.4.3" } }, "@form8ion/remark-lint-preset": { @@ -4025,11 +4025,12 @@ } }, "eslint-plugin-mocha": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz", - "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==", + "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==", "requires": { "eslint-utils": "^3.0.0", + "globals": "^13.24.0", "rambda": "^7.4.0" } }, @@ -4725,7 +4726,6 @@ "version": "13.24.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, "requires": { "type-fest": "^0.20.2" }, @@ -4733,8 +4733,7 @@ "type-fest": { "version": "0.20.2", "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 + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, diff --git a/package.json b/package.json index fd96027..ff06ab2 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "remark-cli": "^12.0.0" }, "dependencies": { - "@form8ion/eslint-config-mocha": "3.0.1" + "@form8ion/eslint-config-mocha": "3.0.5" } }