From 9a9e6dc69d006a7f96733c07d82f574a2524c917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 06:06:07 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 27.4.4 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.4.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.4.4) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 534f786..6038bc1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "eslint": "^7.5.0", - "jest": "^26.6.3", + "jest": "^27.4.4", "standard-version": "^9.1.0", "ts-jest": "^26.4.4", "tslib": "^2.0.3",