From 80a9ac66a4961b389a14260bbf54ac3c05e058cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:24:03 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-testing-library from 5.3.1 to 5.7.0 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.3.1 to 5.7.0. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.3.1...v5.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/questionable-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/questionable-tests/package.json b/packages/questionable-tests/package.json index 046e9a1a..1a287cb7 100644 --- a/packages/questionable-tests/package.json +++ b/packages/questionable-tests/package.json @@ -17,7 +17,7 @@ "@testing-library/user-event": "^14.1.1", "@types/react": "^17.0.43", "@usds.gov/ssa-eligibility": "workspace:*", - "eslint-plugin-testing-library": "^5.3.1", + "eslint-plugin-testing-library": "^5.7.0", "jest": "^27.5.1", "lodash": "^4.17.21", "react": "^17.0.2",