From 905b1a759133f758cbcfc1be0693d1c3a7ddb5c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 07:53:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-standard from 14.1.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 16.0.2. - [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...v16.0.2) 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..e67f25dd 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": "^16.0.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-mocha": "^7.0.1", "eslint-plugin-node": "^11.1.0",