From 3025652fe57ad7a055f7e98e429e945049ed1539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 11:44:02 -0700 Subject: [PATCH] chore(deps): bump eslint-plugin-mocha from 10.0.3 to 10.0.5 (#408) * chore(deps): bump eslint-plugin-mocha from 10.0.3 to 10.0.5 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.3 to 10.0.5. - [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.0.3...10.0.5) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: re-running npm install Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach --- package-lock.json | 74 ++++++++++++------------ packages/eslint-config/package-lock.json | 2 +- packages/eslint-config/package.json | 2 +- 3 files changed, 38 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index af99b2d9..63c11a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5454,6 +5454,21 @@ "version": "9.2.2", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" }, + "node_modules/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==", + "dependencies": { + "eslint-utils": "^3.0.0", + "rambda": "^7.1.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "eslint": ">=7.0.0" + } + }, "node_modules/eslint-plugin-node": { "version": "11.1.0", "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", @@ -10526,6 +10541,11 @@ "node": ">=8" } }, + "node_modules/rambda": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.1.4.tgz", + "integrity": "sha512-bPK8sSiVHIC7CqdWga8R+hRi5hfc4hK6S01lZW4KrLwSNryQoKaCOJA9GNiF20J7Nbe1vejRfR37/ASQXFL5EA==" + }, "node_modules/react-is": { "version": "17.0.2", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" @@ -12610,7 +12630,7 @@ "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsdoc": "^39.2.5", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-mocha": "10.0.3", + "eslint-plugin-mocha": "10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.17.0", @@ -12627,26 +12647,6 @@ "prettier": "^2.0.2" } }, - "packages/eslint-config/node_modules/eslint-plugin-mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.3.tgz", - "integrity": "sha512-9mM7PZGxfejpjey+MrG0Cu3Lc8MyA5E2s7eUCdHXgS4SY/H9zLuwa7wVAjnEaoDjbBilA+0bPEB+iMO7lBUPcg==", - "dependencies": { - "eslint-utils": "^3.0.0", - "ramda": "^0.27.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "eslint": ">=7.0.0" - } - }, - "packages/eslint-config/node_modules/ramda": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", - "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" - }, "packages/stylelint-config": { "name": "@readme/stylelint-config", "version": "1.1.8", @@ -15106,7 +15106,7 @@ "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsdoc": "^39.2.5", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-mocha": "10.0.3", + "eslint-plugin-mocha": "10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.17.0", @@ -15114,22 +15114,6 @@ "eslint-plugin-testing-library": "^5.3.1", "eslint-plugin-unicorn": "^42.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0" - }, - "dependencies": { - "eslint-plugin-mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.3.tgz", - "integrity": "sha512-9mM7PZGxfejpjey+MrG0Cu3Lc8MyA5E2s7eUCdHXgS4SY/H9zLuwa7wVAjnEaoDjbBilA+0bPEB+iMO7lBUPcg==", - "requires": { - "eslint-utils": "^3.0.0", - "ramda": "^0.27.1" - } - }, - "ramda": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", - "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" - } } }, "@readme/stylelint-config": { @@ -16956,6 +16940,15 @@ } } }, + "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==", + "requires": { + "eslint-utils": "^3.0.0", + "rambda": "^7.1.0" + } + }, "eslint-plugin-node": { "version": "11.1.0", "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", @@ -20727,6 +20720,11 @@ "version": "4.0.1", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" }, + "rambda": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.1.4.tgz", + "integrity": "sha512-bPK8sSiVHIC7CqdWga8R+hRi5hfc4hK6S01lZW4KrLwSNryQoKaCOJA9GNiF20J7Nbe1vejRfR37/ASQXFL5EA==" + }, "react-is": { "version": "17.0.2", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" diff --git a/packages/eslint-config/package-lock.json b/packages/eslint-config/package-lock.json index f562ab31..ffb5f23c 100644 --- a/packages/eslint-config/package-lock.json +++ b/packages/eslint-config/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsdoc": "^39.2.5", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-mocha": "10.0.3", + "eslint-plugin-mocha": "10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.17.0", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 920a18c2..5e1926e3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -35,7 +35,7 @@ "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsdoc": "^39.2.5", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-mocha": "10.0.3", + "eslint-plugin-mocha": "10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.17.0",