From 22ec48866af91ed4ef5b8c6b170cb32a312fb6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:40:11 +0000 Subject: [PATCH] chore(deps): bump jest from 29.6.4 to 29.7.0 in /tools/integration-test Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 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-minor ... Signed-off-by: dependabot[bot] --- tools/integration-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration-test/package.json b/tools/integration-test/package.json index 23f27b0830..1490248a7d 100644 --- a/tools/integration-test/package.json +++ b/tools/integration-test/package.json @@ -24,7 +24,7 @@ "constructs": "10.2.70", "eslint": "^8.8.0", "eslint-plugin-custom-rules": "file:../eslint", - "jest": "29.6.4", + "jest": "29.7.0", "prettier": "^3.0.0", "ts-jest": "^29.0.3", "ts-node": "^10.0.0",