From 41dc77651f1e7cd76703391be28b85c46a9c9de4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 02:13:59 +0000 Subject: [PATCH] Bump eslint-config-standard from 12.0.0 to 14.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 12.0.0 to 14.1.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...v14.1.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 ecb4817..289d5d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4309,9 +4309,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": "14.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz", + "integrity": "sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA==", "dev": true }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index 59aa99d..602c9a8 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "browserslist-config-nextcloud": "0.1.0", "css-loader": "^3.2.0", "eslint": "^6.6.0", - "eslint-config-standard": "^12.0.0", + "eslint-config-standard": "^14.1.0", "eslint-import-resolver-webpack": "^0.11.1", "eslint-loader": "^3.0.2", "eslint-plugin-import": "^2.18.2",