From 306939718b97711c0ebf619add0c1f490bcebd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:25:21 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.3 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.2.0 to 10.4.3. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.2.0...10.4.3) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++++++--- package.json | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fad37ae1..57ce7c56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "del": "^7.1.0", "eslint": "^8.55.0", "eslint-config-recommended": "^4.1.0", - "eslint-plugin-mocha": "^10.2.0", + "eslint-plugin-mocha": "^10.4.3", "glob": "^10.3.10", "gulp": "^4.0.2", "gulp-autoprefixer": "^9.0.0", @@ -4000,11 +4000,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.2.0", + "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==", "dev": true, - "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", + "globals": "^13.24.0", "rambda": "^7.4.0" }, "engines": { @@ -4014,6 +4016,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 e8f2109b..c749b685 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "del": "^7.1.0", "eslint": "^8.55.0", "eslint-config-recommended": "^4.1.0", - "eslint-plugin-mocha": "^10.2.0", + "eslint-plugin-mocha": "^10.4.3", "glob": "^10.3.10", "gulp": "^4.0.2", "gulp-autoprefixer": "^9.0.0",