From 8e6a87b1dd6049c64b0a6ab28cdd8262e4404b31 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Mon, 8 Mar 2021 16:50:01 -0800 Subject: [PATCH] build(deps-dev): upgrade eslint-plugin-mocha to 8.1.0 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index cce8ab7533..00373392b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4340,9 +4340,9 @@ eslint-plugin-import@^2.21.2: tsconfig-paths "^3.9.0" eslint-plugin-mocha@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz#7ec5d228bcb3735301701dfbc3376320a1ca3791" - integrity sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ== + version "8.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1.0.tgz#b9aebbede46a808e46e622c8fd99d2a2f353e725" + integrity sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg== dependencies: eslint-utils "^2.1.0" ramda "^0.27.1"