Skip to content

Commit

Permalink
Bump babel-jest from 27.0.2 to 27.0.5
Browse files Browse the repository at this point in the history
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.2 to 27.0.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.5/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2021
1 parent c766f8e commit 1651093
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,10 @@
jest-haste-map "^27.0.2"
jest-runtime "^27.0.4"

"@jest/transform@^27.0.2":
version "27.0.2"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.2.tgz#b073b7c589e3f4b842102468875def2bb722d6b5"
integrity sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==
"@jest/transform@^27.0.2", "@jest/transform@^27.0.5":
version "27.0.5"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.5.tgz#2dcb78953708af713941ac845b06078bc74ed873"
integrity sha512-lBD6OwKXSc6JJECBNk4mVxtSVuJSBsQrJ9WCBisfJs7EZuYq4K6vM9HmoB7hmPiLIDGeyaerw3feBV/bC4z8tg==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^27.0.2"
Expand All @@ -1177,7 +1177,7 @@
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.4"
jest-haste-map "^27.0.2"
jest-haste-map "^27.0.5"
jest-regex-util "^27.0.1"
jest-util "^27.0.2"
micromatch "^4.0.4"
Expand Down Expand Up @@ -1795,11 +1795,11 @@ babel-eslint@^10.0.3:
resolve "^1.12.0"

babel-jest@^27.0.1, babel-jest@^27.0.2:
version "27.0.2"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.2.tgz#7dc18adb01322acce62c2af76ea2c7cd186ade37"
integrity sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==
version "27.0.5"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.5.tgz#cd34c033ada05d1362211e5152391fd7a88080c8"
integrity sha512-bTMAbpCX7ldtfbca2llYLeSFsDM257aspyAOpsdrdSrBqoLkWCy4HPYTXtXWaSLgFPjrJGACL65rzzr4RFGadw==
dependencies:
"@jest/transform" "^27.0.2"
"@jest/transform" "^27.0.5"
"@jest/types" "^27.0.2"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.0.0"
Expand Down Expand Up @@ -3687,6 +3687,26 @@ jest-haste-map@^27.0.2:
optionalDependencies:
fsevents "^2.3.2"

jest-haste-map@^27.0.5:
version "27.0.5"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.5.tgz#2e1e55073b5328410a2c0d74b334e513d71f3470"
integrity sha512-3LFryGSHxwPFHzKIs6W0BGA2xr6g1MvzSjR3h3D8K8Uqy4vbRm/grpGHzbPtIbOPLC6wFoViRrNEmd116QWSkw==
dependencies:
"@jest/types" "^27.0.2"
"@types/graceful-fs" "^4.1.2"
"@types/node" "*"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
graceful-fs "^4.2.4"
jest-regex-util "^27.0.1"
jest-serializer "^27.0.1"
jest-util "^27.0.2"
jest-worker "^27.0.2"
micromatch "^4.0.4"
walker "^1.0.7"
optionalDependencies:
fsevents "^2.3.2"

jest-jasmine2@^27.0.4:
version "27.0.4"
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.4.tgz#c669519ccf4904a485338555e1e66cad36bb0670"
Expand Down

0 comments on commit 1651093

Please sign in to comment.