From 3d2b1d0d77d77ddbe6ec3c4b9321ca92add6e554 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:38:56 +0000 Subject: [PATCH] build(deps-dev): bump jest from 24.9.0 to 27.0.3 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 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/v24.9.0...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 12c6827..45205e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^6.3.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.2", - "jest": "^24.9.0", + "jest": "^27.0.3", "ts-jest": "^24.0.2", "typescript": "^3.6.0", "semantic-release": "^15.13.24"