From 86864a29e8d3619aae614c3b220c35c76dd86761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 21:20:12 +0000 Subject: [PATCH] Bump jest from 26.6.3 to 27.4.2 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.4.2. - [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.2) --- 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..062f978 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.4.2", "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..ce25c4e 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.4.2", "ts-jest": "^26.3.0", "typescript": "^4.0.2" },