From 5812a5ee039a05ef73f8cdaf99b017457284f87b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 02:30:39 +0000 Subject: [PATCH] Bump eslint-plugin-chai-expect from 1.2.0 to 2.2.0 Bumps [eslint-plugin-chai-expect](https://github.com/turbo87/eslint-plugin-chai-expect) from 1.2.0 to 2.2.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.2.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 45c742a..9afaa55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1844,9 +1844,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.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.2.0.tgz", + "integrity": "sha512-ExTJKhgeYMfY8wDj3UiZmgpMKJOUHGNHmWMlxT49JUDB1vTnw0sSNfXJSxnX+LcebyBD/gudXzjzD136WqPJrQ==", "dev": true }, "eslint-plugin-chai-friendly": { diff --git a/package.json b/package.json index 62f94a7..98a6db2 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.2.0", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-mocha": "^4.11.0",