From d55cb9604a9b1576afb8605667cb3e5552c2882c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:51:20 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-mocha to ^10.4.1 --- package-lock.json | 24 +++++------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 214f05b3..470fa034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "chai": "^5.1.0", "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.1", "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", @@ -3113,13 +3113,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": { @@ -3129,18 +3129,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", @@ -3921,7 +3909,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" }, @@ -6695,7 +6682,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 d0d9a593..71bd9394 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "chai": "^5.1.0", "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.1", "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",