From 97775d0412fd0e63e0d34c96a684405716112b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:02:49 +0000 Subject: [PATCH] fix(deps): bump @form8ion/eslint-config-mocha from 1.2.17 to 2.0.1 (#209) Bumps [@form8ion/eslint-config-mocha](https://github.com/form8ion/eslint-config-mocha) from 1.2.17 to 2.0.1. - [Release notes](https://github.com/form8ion/eslint-config-mocha/releases) - [Commits](https://github.com/form8ion/eslint-config-mocha/compare/v1.2.17...v2.0.1) --- updated-dependencies: - dependency-name: "@form8ion/eslint-config-mocha" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd47f7b..ecce754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1130,11 +1130,11 @@ } }, "@form8ion/eslint-config-mocha": { - "version": "1.2.17", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-1.2.17.tgz", - "integrity": "sha512-9GHnCScT6zb4YtLE6+h+56+g0MfavbTO7kTH+SU6FDJVKLyWRNjqo79654c7Kk9GjoSeiDzO91l7pYmQVG9jZw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-2.0.1.tgz", + "integrity": "sha512-69ub9FK8o4fUe2WsKkm0dvIzByUYcA3yQYc3pZPmunM9VM5VAhTJ4cA1Y5bu0TQuHkJdkRAPNk0V3Cdm0YcE/w==", "requires": { - "eslint-plugin-mocha": "9.0.0" + "eslint-plugin-mocha": "10.0.4" } }, "@form8ion/remark-lint-preset": { @@ -3591,12 +3591,12 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.4.tgz", + "integrity": "sha512-8wzAeepVY027oBHz/TmBmUr7vhVqoC1KTFeDybFLhbaWKx+aQ7fJJVuUsqcUy+L+G+XvgQBJY+cbAf7hl5DF7Q==", "requires": { "eslint-utils": "^3.0.0", - "ramda": "^0.27.1" + "ramda": "^0.28.0" }, "dependencies": { "eslint-utils": { @@ -7019,9 +7019,9 @@ "dev": true }, "ramda": { - "version": "0.27.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz", - "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==" + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz", + "integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==" }, "rc": { "version": "1.2.8", diff --git a/package.json b/package.json index 890f54d..6bc30b7 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "remark-cli": "^10.0.0" }, "dependencies": { - "@form8ion/eslint-config-mocha": "1.2.17" + "@form8ion/eslint-config-mocha": "2.0.1" } }