From f058ce04602d408805982c5cd89c43361004b300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:40:40 +0000 Subject: [PATCH] build(deps-dev): bump jest in /aws-minimal-dynamo-api-gateway Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 28.1.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] --- aws-minimal-dynamo-api-gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-minimal-dynamo-api-gateway/package.json b/aws-minimal-dynamo-api-gateway/package.json index 371a1574..a4da3391 100644 --- a/aws-minimal-dynamo-api-gateway/package.json +++ b/aws-minimal-dynamo-api-gateway/package.json @@ -16,7 +16,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.0.0", - "jest": "^28.1.1", + "jest": "^29.7.0", "prettier": "^2.6.2", "ts-jest": "^28.0.5" },