From 9ad0142bb59bea7152d8b1e1c29cb964295bcee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 04:07:17 +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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc3766a..748d49e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "codecov": "^3.5.0", "eslint": "^7.0.0", "eslint-config-posva": "^3.0.1", - "jest": "^26.0.1", + "jest": "^27.0.3", "typescript": "^4.0.2", "vue": "^2.5.18", "vue-template-compiler": "^2.5.18"