From 55658b5c85800dd9697a34c967edba522189070f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:39:43 +0000 Subject: [PATCH] Bump eslint-plugin-standard from 3.0.1 to 4.0.2 Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 3.0.1 to 4.0.2. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v3.0.1...v4.0.2) 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 7d6fa08..22f7316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9998,9 +9998,9 @@ "dev": true }, "eslint-plugin-standard": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-3.0.1.tgz", - "integrity": "sha1-NNDJFbRe3G8BA5PH7vOCOwhWXPI=", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.2.tgz", + "integrity": "sha512-nKptN8l7jksXkwFk++PhJB3cCDTcXOEyhISIN86Ue2feJ1LFyY3PrY3/xT2keXlJSY5bpmbiTG0f885/YKAvTA==", "dev": true }, "eslint-scope": { diff --git a/package.json b/package.json index 999fcb0..d1bc653 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.4.0", - "eslint-plugin-standard": "^3.0.1", + "eslint-plugin-standard": "^4.0.2", "gh-pages": "^1.0.0", "react-scripts": "3.4.1", "react-styleguidist": "^6.0.27"