From ff2e78c0d522d2a76c7ca051ce1938306302c1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:06:40 +0000 Subject: [PATCH] fix(deps): bump @form8ion/eslint-config-mocha from 3.0.1 to 3.0.2 Bumps [@form8ion/eslint-config-mocha](https://github.com/form8ion/eslint-config-mocha) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/form8ion/eslint-config-mocha/releases) - [Commits](https://github.com/form8ion/eslint-config-mocha/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: "@form8ion/eslint-config-mocha" dependency-type: direct:production 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 18c07bd..daf71e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1103,11 +1103,11 @@ } }, "@form8ion/eslint-config-mocha": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-3.0.1.tgz", - "integrity": "sha512-FgLAn/eJvoCRGWbrLwQKhUzQBZ/EZF9f+L5HMe7BmGcmbjqmd8xkzhLmpiNq3XCwGR4ni2LJZbexs4Pj5w9eZA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-3.0.2.tgz", + "integrity": "sha512-F/0vDluVGRoBI61jnXVGTtSL4tExmF/j3B7Gwt1u9b4xDQ3qCjxUbaPg2m9WqvO5yhVknzJcTHlf7AcU5smIBA==", "requires": { - "eslint-plugin-mocha": "10.2.0" + "eslint-plugin-mocha": "10.3.0" } }, "@form8ion/remark-lint-preset": { @@ -4025,9 +4025,9 @@ } }, "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.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.3.0.tgz", + "integrity": "sha512-IWzbg2K6B1Q7h37Ih4zMyW+nhmw1JvUlHlbCUUUu6PfOOAUGCB0gxmvv7/U+TQQ6e8yHUv+q7KMdIIum4bx+PA==", "requires": { "eslint-utils": "^3.0.0", "rambda": "^7.4.0" diff --git a/package.json b/package.json index fd96027..d2d0add 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "remark-cli": "^12.0.0" }, "dependencies": { - "@form8ion/eslint-config-mocha": "3.0.1" + "@form8ion/eslint-config-mocha": "3.0.2" } }