From cc225cc00b42de454ea754042668685f765d280d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 03:05:56 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 26.6.0 to 26.6.3 Bumps [jest](https://github.com/facebook/jest) from 26.6.0 to 26.6.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.0...v26.6.3) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f369ce..ba8a151 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "enzyme-adapter-react-16": "^1.15.6", "husky": "^7.0.1", "is-ci": "^3.0.0", - "jest": "26.6.0", + "jest": "26.6.3", "jest-enzyme": "^7.1.2", "jest-react-hooks-shallow": "^1.5.1", "jest-styled-components": "^7.0.4", diff --git a/yarn.lock b/yarn.lock index 13c70f7..70f781d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10028,7 +10028,7 @@ jest-circus@26.6.0: stack-utils "^2.0.2" throat "^5.0.0" -jest-cli@^26.6.0: +jest-cli@^26.6.0, jest-cli@^26.6.3: version "26.6.3" resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== @@ -10537,6 +10537,15 @@ jest@26.6.0: import-local "^3.0.2" jest-cli "^26.6.0" +jest@26.6.3: + version "26.6.3" + resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" + integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== + dependencies: + "@jest/core" "^26.6.3" + import-local "^3.0.2" + jest-cli "^26.6.3" + js-string-escape@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"