From e5ab2763bf08592b2cb817766182aa0306607399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:21:57 +0000 Subject: [PATCH] build(deps-dev): bump jest from 26.6.3 to 29.0.3 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.0.3. - [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.0.3/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f02c1a..4b295c4 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.2.0", "husky": "^4.2.5", - "jest": "^26.0.1", + "jest": "^29.0.3", "lint-staged": "^10.2.2", "node-sass": "^4.14.1", "nodemon": "^2.0.3",