diff --git a/package-lock.json b/package-lock.json index 4dcea8f..bd8d257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "chai": "^4.2.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", - "eslint-plugin-chai-expect": "^2.0.1", + "eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-node": "^11.1.0", @@ -697,12 +697,15 @@ } }, "node_modules/eslint-plugin-chai-expect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-2.0.1.tgz", - "integrity": "sha512-HiFoh9F9grVdVQEIwADwPA7SlcGZcsm9gdzZGDoH2SeUoUmYrUuq1cQmfjyOfqRpFOL6qlhcz5nZW2ppTH9ZlQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-3.0.0.tgz", + "integrity": "sha512-NS0YBcToJl+BRKBSMCwRs/oHJIX67fG5Gvb4tGked+9Wnd1/PzKijd82B2QVKcSSOwRe+pp4RAJ2AULeck4eQw==", "dev": true, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": "10.* || 12.* || >= 14.*" + }, + "peerDependencies": { + "eslint": ">=2.0.0 <= 8.x" } }, "node_modules/eslint-plugin-import": { @@ -3826,10 +3829,11 @@ } }, "eslint-plugin-chai-expect": { - "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 + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-chai-expect/-/eslint-plugin-chai-expect-3.0.0.tgz", + "integrity": "sha512-NS0YBcToJl+BRKBSMCwRs/oHJIX67fG5Gvb4tGked+9Wnd1/PzKijd82B2QVKcSSOwRe+pp4RAJ2AULeck4eQw==", + "dev": true, + "requires": {} }, "eslint-plugin-import": { "version": "2.17.3", diff --git a/package.json b/package.json index f644ceb..02d5e35 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "chai": "^4.2.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", - "eslint-plugin-chai-expect": "^2.0.1", + "eslint-plugin-chai-expect": "^3.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-node": "^11.1.0",