From 59bc77f25e1aed425d69e1e2b544afa4c7cb04bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:05:45 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-standard from 14.1.1 to 15.0.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.0.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/v14.1.1...v15.0.1) 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 21563e1d..5c3dfcfd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "eslint": "^7.2.0", - "eslint-config-standard": "^14.1.1", + "eslint-config-standard": "^15.0.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-mocha": "^7.0.1", "eslint-plugin-node": "^11.1.0",