From 5466adcb4926c539bd3a45a65586d56d06c73a88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 10:30:32 +0300 Subject: [PATCH] Update eslint-plugin-log requirement from 1.2.2 to 1.2.3 (#68) Updates the requirements on [eslint-plugin-log](https://github.com/omrilotan/mono) to permit the latest version. - [Release notes](https://github.com/omrilotan/mono/releases) - [Commits](https://github.com/omrilotan/mono/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 187fbf7d..bd9883f2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dateformat": "^3.0.3", "dont-look-up": "^1.0.0", "eslint": "^6.0.0", - "eslint-plugin-log": "1.2.2", + "eslint-plugin-log": "1.2.3", "find": "^0.3.0", "finjan": "0.0.0-alpha.2a", "mocha": "^6.1.4",