From 239e5feea5b7dc719684e5dfa0dfe377b633e9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:32:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-total-functions Bumps [eslint-plugin-total-functions](https://github.com/danielnixon/eslint-plugin-total-functions) from 4.10.0 to 4.10.1. - [Release notes](https://github.com/danielnixon/eslint-plugin-total-functions/releases) - [Commits](https://github.com/danielnixon/eslint-plugin-total-functions/commits) --- updated-dependencies: - dependency-name: eslint-plugin-total-functions dependency-type: direct:development update-type: version-update:semver-patch ... 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 4dc4bd1e5..21013748e 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "eslint-plugin-import": "^2.24.2", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.1", - "eslint-plugin-total-functions": "^4.10.0", + "eslint-plugin-total-functions": "^4.10.1", "jest-mock-extended": "^2.0.1", "prettier": "^2.3.2" } diff --git a/yarn.lock b/yarn.lock index 2b4f53fac..25db77d37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5171,10 +5171,10 @@ eslint-plugin-testing-library@^3.9.2: dependencies: "@typescript-eslint/experimental-utils" "^3.10.1" -eslint-plugin-total-functions@^4.10.0: - version "4.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-total-functions/-/eslint-plugin-total-functions-4.10.0.tgz#ff0ef507774798890b9a0d55bc2997fac5264a5e" - integrity sha512-/nDeLkAul8qA2/JFtArM74oYm9q6HHrtWi+Ix4xp9aeR652sQWhFW97P9Rg66OACqYMYEu0fwwdsVk6gWzpXdA== +eslint-plugin-total-functions@^4.10.1: + version "4.10.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-total-functions/-/eslint-plugin-total-functions-4.10.1.tgz#4a1436b7d1b68b21d3c80ae5c155efff552e776b" + integrity sha512-K+zOS20o+B1LfszSPl55UFS4aOe9FvsCAZ8mdeIzwtx1l0gFkFMrkE6dWXT926PRBAjqqnFkPbXNpnnL0Kk0Ew== dependencies: "@typescript-eslint/eslint-plugin" "^4.29.3" "@typescript-eslint/experimental-utils" "^4.29.3"