From 1dc9af43b388e8fd64f2588a388fdb16cd5d44c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 01:41:58 +0000 Subject: [PATCH] Bump eslint-config-standard from 12.0.0 to 15.0.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 12.0.0 to 15.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v12.0.0...v15.0.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 a0ebbf6..051ae9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9580,9 +9580,9 @@ } }, "eslint-config-standard": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", - "integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-15.0.0.tgz", + "integrity": "sha512-MZ8KRhUJLtMbjQo9PsEzFG29vqbQJfLoLBHrTaAaFMtDx9PIm1GZgyUanOLgf1xOE1aWrtZZSbxBYCy8dJCCBg==", "dev": true }, "eslint-friendly-formatter": { diff --git a/package.json b/package.json index 5083c97..7959d57 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-loader": "^8.1.0", "css-loader": "^5.0.0", "eslint": "^7.12.0", - "eslint-config-standard": "^12.0.0", + "eslint-config-standard": "^15.0.0", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.22.1",