From 836331dd112c15bc18185f549d75fa6fff0c333f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 11:07:00 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-standard from 16.0.1 to 16.0.2 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 16.0.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/v16.0.1...v16.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1c8c468158..8362f0ab89a 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "cross-env": "^7.0.2", "eslint": "^7.13.0", "eslint-config-prettier": "^6.15.0", - "eslint-config-standard": "^16.0.1", + "eslint-config-standard": "^16.0.2", "eslint-config-vue": "^2.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.3", diff --git a/yarn.lock b/yarn.lock index 9f3f945edc2..945b433dd0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5475,10 +5475,10 @@ eslint-config-prettier@^6.15.0: dependencies: get-stdin "^6.0.0" -eslint-config-standard@^16.0.1: - version "16.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.1.tgz#9a385eea27f96b7918cb53f07e01e9d10cc56401" - integrity sha512-WBBiQQZdaPyL+4sPkGWhWrHCDtvJoU195B9j8yXE9uFQnX34gMXI5CeBRm95gx3PMEZPM5OpwET10hH4F4SxCA== +eslint-config-standard@^16.0.2: + version "16.0.2" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6" + integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw== eslint-config-vue@^2.0.2: version "2.0.2"