From 454bab680a7cc3a5f8607412f52926df29c223c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:06:37 -0500 Subject: [PATCH] fix(deps): bump @form8ion/eslint-config-mocha from 2.0.2 to 2.0.3 (#225) Bumps [@form8ion/eslint-config-mocha](https://github.com/form8ion/eslint-config-mocha) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/form8ion/eslint-config-mocha/releases) - [Commits](https://github.com/form8ion/eslint-config-mocha/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: "@form8ion/eslint-config-mocha" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 515552e..376883d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1104,11 +1104,11 @@ } }, "@form8ion/eslint-config-mocha": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-2.0.2.tgz", - "integrity": "sha512-EGotWFU2c5zo8mtbVJ702Da3QLayOuM87HPQP5pNVtKSqMJ9NrI0GwBj39NkwazRe9TT3qCCpFhSBk4OvQSepg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-mocha/-/eslint-config-mocha-2.0.3.tgz", + "integrity": "sha512-Q9J172fvDeKcCIgTcr+dB9zWCvPRKiPPF+pKl2qhFredwBdfe7edzhx5ftJjs2MlJdWKvLf/jRIW4oMGrKLzBQ==", "requires": { - "eslint-plugin-mocha": "10.0.5" + "eslint-plugin-mocha": "10.1.0" } }, "@form8ion/remark-lint-preset": { @@ -3658,9 +3658,9 @@ } }, "eslint-plugin-mocha": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.5.tgz", - "integrity": "sha512-H5xuD5NStlpaKLqUWYC5BsMx8fHgrIYsdloFbONUTc2vgVNiJcWdKoX29Tt0BO75QgAltplPLIziByMozGGixA==", + "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==", "requires": { "eslint-utils": "^3.0.0", "rambda": "^7.1.0" @@ -7119,9 +7119,9 @@ "dev": true }, "rambda": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.1.4.tgz", - "integrity": "sha512-bPK8sSiVHIC7CqdWga8R+hRi5hfc4hK6S01lZW4KrLwSNryQoKaCOJA9GNiF20J7Nbe1vejRfR37/ASQXFL5EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.3.0.tgz", + "integrity": "sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ==" }, "rc": { "version": "1.2.8", diff --git a/package.json b/package.json index 1f8db67..eaff69c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "remark-cli": "^11.0.0" }, "dependencies": { - "@form8ion/eslint-config-mocha": "2.0.2" + "@form8ion/eslint-config-mocha": "2.0.3" } }