From 99bce7ed0a28ae54ce88def81331d504978435cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 06:13:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-testing-library from 3.3.1 to 3.8.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.3.1 to 3.8.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.8.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..73d2adc 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.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.8.0.tgz", + "integrity": "sha512-PNWuIOxnCcElexd/mDjlnPw9cd70JEzeIm/8dsfsyTr8wsTPCZmVqmv7I0rd7I8z7j/FdFqt0vzL8om3GMYCaA==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.29.0"