From 9d0c97435e91205d607f5c35ddbcd9561021b86e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 12:47:45 -0700 Subject: [PATCH] chore(deps-dev): Bump @readme/eslint-config from 2.1.0 to 2.2.0 (#187) Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/readmeio/eslint-config/releases) - [Changelog](https://github.com/readmeio/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/readmeio/eslint-config/compare/2.1.0...2.2.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9eb5809e..deea12c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1100,9 +1100,9 @@ "integrity": "sha512-qS/a24RA5FEoiJS9wiv6Pwg2c/kiUo3IVUQcfeM9JvsR6pM8Yx+yl/6xWYLckZCT5jpLNhslgjiA8p/XcGyMRQ==" }, "@readme/eslint-config": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-2.1.0.tgz", - "integrity": "sha512-CHEgpeEZbhmeqrtR3sVbkxkgL56qXevujP6TUYa0NKZqi+gckJ1dDYnyMka/frPVfuiHl1L9dwN5oHi8UwADqQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-2.2.0.tgz", + "integrity": "sha512-Q5ltwb1lEtbt59HdFfgJyHTDlNzx5QiT6s3+2P3PLvA5lbr6aJiM62S9AvLjuziF5RQI1kT76vhLTfmR+pDyYw==", "dev": true, "requires": { "eslint-config-airbnb-base": "^14.0.0", @@ -3312,9 +3312,9 @@ } }, "eslint-plugin-jest": { - "version": "23.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.9.0.tgz", - "integrity": "sha512-8mt5xJQIFh33W5nE7vCikkDTE4saTo08V91KjU6yI5sLQ9e8Jkp1OXkWJoIHLheFqY5OXIZdAjZmNYHSJ3IpzQ==", + "version": "23.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.10.0.tgz", + "integrity": "sha512-cHC//nesojSO1MLxVmFJR/bUaQQG7xvMHQD8YLbsQzevR41WKm8paKDUv2wMHlUy5XLZUmNcWuflOi4apS8D+Q==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0"