From 8d832a555e16a8a70d8dafd6ce8d2d6d640451c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 03:03:52 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.1.0 to 10.2.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.1.0 to 10.2.0. - [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.1.0...10.2.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0464a8..22de022 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "chai": "^4.3.8", "check-if-windows": "^1.0.0", "eslint": "^8.50.0", - "eslint-plugin-mocha": "^10.0.3", + "eslint-plugin-mocha": "^10.2.0", "fs-extra": "^11.1.1", "mocha": "^10.2.0", "mock-fs": "^5.1.2", @@ -896,13 +896,13 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz", - "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==", + "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==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", - "rambda": "^7.1.0" + "rambda": "^7.4.0" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 8feaed6..aec64d9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chai": "^4.3.8", "check-if-windows": "^1.0.0", "eslint": "^8.50.0", - "eslint-plugin-mocha": "^10.0.3", + "eslint-plugin-mocha": "^10.2.0", "fs-extra": "^11.1.1", "mocha": "^10.2.0", "mock-fs": "^5.1.2",