From 95247daa800a4a4e4537c7223eb2bdaccedf3218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 13:37:33 +0700 Subject: [PATCH] Update dependency eslint-config-standard to ~16.0.2 (#313) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb503d5..106bde5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cssnano": "~4.1.10", "del": "~6.0.0", "eslint": "~7.13.0", - "eslint-config-standard": "~16.0.1", + "eslint-config-standard": "~16.0.2", "eslint-plugin-compat": "~3.8.0", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", diff --git a/yarn.lock b/yarn.lock index 514466d..29fc650 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2097,10 +2097,10 @@ escape-string-regexp@^1.0.3, escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -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-import-resolver-node@^0.3.4: version "0.3.4"