From 8737973d1eb7e889663f8680b265241735c22835 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 20:23:47 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 26.6.3 to 27.0.4 in /packages/todo-cli Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.4) Signed-off-by: dependabot-preview[bot] --- packages/todo-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/todo-cli/package.json b/packages/todo-cli/package.json index ff004a1..605e6ec 100644 --- a/packages/todo-cli/package.json +++ b/packages/todo-cli/package.json @@ -40,7 +40,7 @@ "eslint": "^7.8.1", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.1.4", - "jest": "^26.4.1", + "jest": "^27.0.4", "prettier": "^2.1.1", "rollup": "^2.26.11", "rollup-plugin-node-builtins": "^2.1.2",