From 7fa8f033d62ba398a99f9bfc2cd0b4a6cb6029d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 06:39:44 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-testing-library from 3.3.1 to 3.7.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.3.1 to 3.7.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.3.1...v3.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0023c4a..941767f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5175,9 +5175,9 @@ "dev": true }, "eslint-plugin-testing-library": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.3.1.tgz", - "integrity": "sha512-0Ubug+v9hJDb0OEHc6e2p5/7Q4xhaCZiYLc05hybja8Yd2t+2y1Q+UDwKz+JiDAHoPgE7y2B2G3jn+u9kqJTGw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.7.0.tgz", + "integrity": "sha512-AziJNF1wh6/c0yA9hKg3V4spnFqk8vtckf10hSdpZqjdOvy0xTN5mEFQYpFnQhZAFRBN5IV4Ep7aY8e61O7Y9w==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.29.0"