From b85759367d711ea4ea4866e3e5651eef47d61f3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 10:24:02 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 26.6.3 to 27.0.3 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.3. - [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.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e831adf..18f1940 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-svelte3": "^3.0.0", "husky": "^4.0.9", - "jest": "^26.0.1", + "jest": "^27.0.3", "lint-staged": "^10.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.0.1",