From 6a4221c8334d5535055d6c9d7b5483a433996cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:58:23 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 28.1.3 to 29.4.3 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.4.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.4.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 b658fd0..5f8c79c 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "eslint": "^8.26.0", "eslint-config-google": "^0.14.0", "eslint-plugin-no-floating-promise": "^1.0.2", - "jest": "^28.1.3" + "jest": "^29.4.3" } }