From e0534127b960387fde33e1a98c4f439e2f027629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 22:04:33 +0800 Subject: [PATCH] build(deps-dev): bump jest-cli from 24.9.0 to 29.5.0 (#64) Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 24.9.0 to 29.5.0. - [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.5.0/packages/jest-cli) --- updated-dependencies: - dependency-name: jest-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shazron Abdullah <36107+shazron@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4202c9f..e628a48 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-standard": "^5.0.0", "fetch-mock": "^9.10.3", "jest": "^29.6.1", - "jest-cli": "^24.8.0", + "jest-cli": "^29.5.0", "jest-junit": "^16.0.0", "jest-plugin-fs": "^2.9.0", "jsdoc-to-markdown": "^5.0.0",