From a138517ddcf12f32aa7d947349aec07250b26d9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 02:24:15 +0000 Subject: [PATCH] Bump eslint-plugin-chai-expect from 1.2.0 to 2.1.0 Bumps [eslint-plugin-chai-expect](https://github.com/turbo87/eslint-plugin-chai-expect) from 1.2.0 to 2.1.0. - [Release notes](https://github.com/turbo87/eslint-plugin-chai-expect/releases) - [Changelog](https://github.com/Turbo87/eslint-plugin-chai-expect/blob/master/CHANGELOG.md) - [Commits](https://github.com/turbo87/eslint-plugin-chai-expect/compare/v1.2.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40a1a26..1bc1aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1846,9 +1846,9 @@ } }, "eslint-plugin-chai-expect": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-1.2.0.tgz", - "integrity": "sha512-UfoqOzGBY3AU0VoNwIzJ0tpJgs5pD6QRFwcrDbqY00fk+JvIHXyZnj42Xgk/gfsWhhx+w0U4my22EegpSn2odQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.1.0.tgz", + "integrity": "sha512-rd0/4mjMV6c3i0o4DKkWI4uaFN9DK707kW+/fDphaDI6HVgxXnhML9Xgt5vHnTXmSSnDhupuCFBgsEAEpchXmQ==", "dev": true }, "eslint-plugin-chai-friendly": { diff --git a/package.json b/package.json index 41f3f99..9fe5617 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "^4.17.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", - "eslint-plugin-chai-expect": "^1.1.1", + "eslint-plugin-chai-expect": "^2.1.0", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-mocha": "^4.11.0",