From a00c79a02e6e9b8cdccc5cdb9ad64646cbb85cf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 02:34:06 +0000 Subject: [PATCH] Bump eslint-plugin-chai-expect from 1.2.0 to 2.0.1 Bumps [eslint-plugin-chai-expect](https://github.com/turbo87/eslint-plugin-chai-expect) from 1.2.0 to 2.0.1. - [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.0.1) 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 53f8af0..016c8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1854,9 +1854,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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.0.1.tgz", + "integrity": "sha512-HiFoh9F9grVdVQEIwADwPA7SlcGZcsm9gdzZGDoH2SeUoUmYrUuq1cQmfjyOfqRpFOL6qlhcz5nZW2ppTH9ZlQ==", "dev": true }, "eslint-plugin-chai-friendly": { diff --git a/package.json b/package.json index f71e401..05a8870 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.0.1", "eslint-plugin-chai-friendly": "^0.4.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-mocha": "^4.11.0",