From 2f323c166646f1c8bb31515353e7fadeefa29e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:03:16 +0000 Subject: [PATCH] chore(deps-dev): bump jest-config from 27.5.1 to 29.4.1 Bumps [jest-config](https://github.com/facebook/jest/tree/HEAD/packages/jest-config) from 27.5.1 to 29.4.1. - [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.4.1/packages/jest-config) --- updated-dependencies: - dependency-name: jest-config 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 039f2be..480b0ad 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "eslint-plugin-unused-imports": "~2.0.0", "husky": "~7.0.4", "jest": "~27.5.1", - "jest-config": "~27.5.1", + "jest-config": "~29.4.1", "lint-staged": "~12.3.4", "prompt": "~1.2.2", "redux": "~4.1.2",