diff --git a/package-lock.json b/package-lock.json index 18c07bd..ae243fa 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.4", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-3.0.4.tgz", + "integrity": "sha512-ECw3OBjNQKwJDlIc33hVDuFsLfK/0yqHpe/ogk+J8ovPb9tvOrAFqJeEVi8iYrFmYY/NAxReo0sJwFBFdPokaw==", "requires": { - "eslint-plugin-mocha": "10.2.0" + "eslint-plugin-mocha": "10.4.2" } }, "@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.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.2.tgz", + "integrity": "sha512-cur4dVYnSEWTBwdqIBQFxa/9siAhesu0TX+lbJ4ClE9j0eNMNe6BSx3vkFFNz6tGoveyMyELFXa30f3fvuAVDg==", "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..f45081f 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.4" } }