Skip to content

Commit

Permalink
chore(deps): update dependency babel-jest to v27.0.5 (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 27, 2021
1 parent fe0c086 commit 62fafb5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/puppeteer": "5.4.3",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.26.0",
"babel-jest": "27.0.2",
"babel-jest": "27.0.5",
"dotenv-webpack": "7.0.3",
"jest": "26.6.3",
"jest-puppeteer": "5.0.4",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,10 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"

"@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.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 @@ -542,7 +542,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 @@ -1370,12 +1370,12 @@ axios@^0.21.1:
dependencies:
follow-redirects "^1.10.0"

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==
babel-jest@27.0.5:
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 @@ -3887,10 +3887,10 @@ jest-haste-map@^26.6.2:
optionalDependencies:
fsevents "^2.1.2"

jest-haste-map@^27.0.2:
version "27.0.2"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.2.tgz#3f1819400c671237e48b4d4b76a80a0dbed7577f"
integrity sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==
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"
Expand Down

0 comments on commit 62fafb5

Please sign in to comment.