From 4aee9e96b5fb9607dd58c864841345371dae3a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 05:37:58 +0000 Subject: [PATCH] build(deps): bump jest from 27.5.1 to 29.1.2 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.1.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.1.2/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:production update-type: version-update:semver-major ... 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..fc0e8a81 100644 --- a/packages/questionable-tests/package.json +++ b/packages/questionable-tests/package.json @@ -18,7 +18,7 @@ "@types/react": "^17.0.43", "@usds.gov/ssa-eligibility": "workspace:*", "eslint-plugin-testing-library": "^5.3.1", - "jest": "^27.5.1", + "jest": "^29.1.2", "lodash": "^4.17.21", "react": "^17.0.2", "react-dom": "^17.0.2",