From 51da71de87443cee8bb6096bccab26d1b3678399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:15:47 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.0.2 to 10.0.3 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.0.2...10.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff67769..04e4bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^8.5.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-mocha": "^10.0.2", + "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-node": "^11.1.0", "mocha": "^9.1.3", "module-from-string": "^3.1.3", @@ -1198,9 +1198,9 @@ "dev": true }, "node_modules/eslint-plugin-mocha": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.2.tgz", - "integrity": "sha512-xVHV9TbFvtLeQtbBNSRRpcqOdD22f5BBxO4vuylM2OkKza/SEEX2hZz7vDYWznnkuDis/2kVzVsmrcCfvyVAJw==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.3.tgz", + "integrity": "sha512-9mM7PZGxfejpjey+MrG0Cu3Lc8MyA5E2s7eUCdHXgS4SY/H9zLuwa7wVAjnEaoDjbBilA+0bPEB+iMO7lBUPcg==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", @@ -4312,9 +4312,9 @@ } }, "eslint-plugin-mocha": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.2.tgz", - "integrity": "sha512-xVHV9TbFvtLeQtbBNSRRpcqOdD22f5BBxO4vuylM2OkKza/SEEX2hZz7vDYWznnkuDis/2kVzVsmrcCfvyVAJw==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.3.tgz", + "integrity": "sha512-9mM7PZGxfejpjey+MrG0Cu3Lc8MyA5E2s7eUCdHXgS4SY/H9zLuwa7wVAjnEaoDjbBilA+0bPEB+iMO7lBUPcg==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 791c608..7ee605e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint": "^8.5.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-mocha": "^10.0.2", + "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-node": "^11.1.0", "mocha": "^9.1.3", "module-from-string": "^3.1.3",