From 5ef26f13a9ea29ba85ec06e58b0d08ec69410773 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 11:58:33 +0000 Subject: [PATCH] Bump eslint-config-standard from 11.0.0 to 13.0.1 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 11.0.0 to 13.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/v11.0.0...v13.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1927649..1f003ae 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "yosay": "^2.0.0" }, "devDependencies": { - "eslint-config-standard": "^11.0.0", + "eslint-config-standard": "^13.0.1", "mocha": "^6.1.4", "np": "^5.0.1", "pre-commit": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index de66a12..7f9d84a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -724,10 +724,14 @@ eslint-config-standard-jsx@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-5.0.0.tgz#4abfac554f38668e0078c664569e7b2384e5d2aa" -eslint-config-standard@11.0.0, eslint-config-standard@^11.0.0: +eslint-config-standard@11.0.0: version "11.0.0" resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz#87ee0d3c9d95382dc761958cbb23da9eea31e0ba" +eslint-config-standard@^13.0.1: + version "13.0.1" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0" + eslint-import-resolver-node@^0.3.1: version "0.3.2" resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"