From 44a88069db784be037073f75537fc8d5132c5273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 15:46:32 +0000 Subject: [PATCH] Bump eslint-config-standard from 12.0.0 to 14.1.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 12.0.0 to 14.1.1. - [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...v14.1.1) Signed-off-by: dependabot[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 d82e23a87..71b4c00fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8736,9 +8736,9 @@ } }, "eslint-config-standard": { - "version": "12.0.0", - "resolved": "http://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", - "integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==", + "version": "14.1.1", + "resolved": "http://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz", + "integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==", "dev": true }, "eslint-friendly-formatter": { diff --git a/package.json b/package.json index 593408a43..d558b4c06 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "babel-loader": "^8.2.2", "css-loader": "^4.3.0", "eslint": "^6.8.0", - "eslint-config-standard": "^12.0.0", + "eslint-config-standard": "^14.1.1", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.22.1",