From e5fb438fc63d2d8f527558e9c8a06e9d83adcf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 06:09:38 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-testing-library from 5.3.1 to 5.7.2 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.3.1 to 5.7.2. - [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.2) --- 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..9d5793db 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.2", "jest": "^27.5.1", "lodash": "^4.17.21", "react": "^17.0.2",