From b72eb02afe46b1ba23e77c1b37208b86486cfcf7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 20:19:48 +0000 Subject: [PATCH] chore(deps-dev): bump jest in /packages/todo-core-lib Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.6. - [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.6) Signed-off-by: dependabot-preview[bot] --- packages/todo-core-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/todo-core-lib/package.json b/packages/todo-core-lib/package.json index ebe7b1d..98686b6 100644 --- a/packages/todo-core-lib/package.json +++ b/packages/todo-core-lib/package.json @@ -32,7 +32,7 @@ "eslint": "^7.8.1", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.1.4", - "jest": "^26.4.1", + "jest": "^27.0.6", "prettier": "^2.1.1", "rollup": "^2.26.11", "ts-jest": "^26.3.0",