From afb6afd47bff6b9f88d10db63ec0ac8ebc010ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:36:52 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 28.1.3 to 29.3.1 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.3.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.3.1/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 73a8ddc..cf66877 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.3.1" } }