From a8770198308816f0ddb68b7c66c3c4bf47775648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:45:02 +0000 Subject: [PATCH] BAU: Bump eslint-plugin-mocha from 10.2.0 to 10.5.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.2.0 to 10.5.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/10.5.0/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.2.0...10.5.0) --- 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d81a74f9..66f37192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "chai-as-promised": "7.1.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-mocha": "10.2.0", + "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.1.3", "express": "^4.19.2", "hmpo-form-wizard": "13.0.0", @@ -2462,12 +2462,13 @@ } }, "node_modules/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.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz", + "integrity": "sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", + "globals": "^13.24.0", "rambda": "^7.4.0" }, "engines": { diff --git a/package.json b/package.json index 9f3e81ec..d0f71602 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "chai-as-promised": "7.1.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-mocha": "10.2.0", + "eslint-plugin-mocha": "10.5.0", "eslint-plugin-prettier": "5.1.3", "express": "^4.19.2", "hmpo-form-wizard": "13.0.0",