From 27570026897e03aa3104b3d59ee2a6aabed15137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:24:01 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 27.5.1 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/scope-validator/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 696fcb6..991771b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "glob": "^7.1.6", "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", - "jest": "^26.4.2", + "jest": "^27.5.1", "husky": "^4.2.5", "lerna": "^4.0.0", "prettier": "^2.1.1", diff --git a/packages/scope-validator/package.json b/packages/scope-validator/package.json index 96bb202..fe785f0 100644 --- a/packages/scope-validator/package.json +++ b/packages/scope-validator/package.json @@ -20,7 +20,7 @@ "eslint": "^7.9.0", "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", - "jest": "^26.4.2", + "jest": "^27.5.1", "ts-jest": "^26.3.0", "typescript": "^4.0.2" },