From 0986f7f625f9b6d9bc8e3935558542976427dda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 03:07:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 9.0.0 to 10.0.1 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.0 to 10.0.1. - [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/9.0.0...10.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35b4c7e..06c510f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2894,9 +2894,9 @@ } }, "eslint-plugin-mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz", - "integrity": "sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.1.tgz", + "integrity": "sha512-XSsqkSE0ViKLjYWO5Z9AcNvPBupTXDlI60TEUsJMNYQFUKZmDzO0Gh3OsSmZ2j5iYl0qT8muJzxTKRwVC6M0wA==", "dev": true, "requires": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index c967513..e84ff61 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "danger": "^10.0.0", "eslint": "^7.4.0", "eslint-config-axway": "^6.0.0", - "eslint-plugin-mocha": "^9.0.0", + "eslint-plugin-mocha": "^10.0.1", "husky": "^7.0.1", "lint-staged": "^11.0.0", "mocha": "^9.1.1",