From 63405eebc9a7a4ecd3299d4797937359b81f4b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:32:29 +0000 Subject: [PATCH] build(deps-dev): bump jest from 26.6.3 to 29.7.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/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 6fbcd26..d590808 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "codeceptjs": "^3.6.7", "documentation": "^14.0.3", "dotenv": "^16.4.5", - "jest": "26.6.3", + "jest": "29.7.0", "nock": "^13.5.1", "semantic-release": "^24.0.0", "ts-jest": "^26.4.4",