Skip to content

Commit

Permalink
build(deps-dev): bump babel-jest from 28.0.0 to 28.0.1 (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2022
1 parent 7b91561 commit b5366b2
Showing 1 changed file with 63 additions and 11 deletions.
74 changes: 63 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1576,22 +1576,22 @@
jest-haste-map "^28.0.0"
slash "^3.0.0"

"@jest/transform@^28.0.0":
version "28.0.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.0.0.tgz#d41c76a9d8c50cfa3945e2f68fd00c0b44b8c0d1"
integrity sha512-Xrc02CJFju0TLb1QZmqHCvbVEvSvR0SlSawMFEiXu/vVthWKfZgsia2UumOEJFc7YFknufShHwf+0OWBpSxNXw==
"@jest/transform@^28.0.0", "@jest/transform@^28.0.1":
version "28.0.1"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.0.1.tgz#44fced5a366af7cc5f69745c92014bf45c408d90"
integrity sha512-45fxjycts6CTPMeusSICYhMkMgFAs1opvgEBYcMmukucJw/AgVEMsGFqheWyDzlU6GJ+h9cpft/zkTGPJtzRGQ==
dependencies:
"@babel/core" "^7.11.6"
"@jest/types" "^28.0.0"
"@jest/types" "^28.0.1"
"@jridgewell/trace-mapping" "^0.3.7"
babel-plugin-istanbul "^6.1.1"
chalk "^4.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.9"
jest-haste-map "^28.0.0"
jest-haste-map "^28.0.1"
jest-regex-util "^28.0.0"
jest-util "^28.0.0"
jest-util "^28.0.1"
micromatch "^4.0.4"
pirates "^4.0.4"
slash "^3.0.0"
Expand All @@ -1609,6 +1609,18 @@
"@types/yargs" "^17.0.8"
chalk "^4.0.0"

"@jest/types@^28.0.1":
version "28.0.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.1.tgz#4bf819b570efd6fc89d8fa45a7b2c13db58800c3"
integrity sha512-Z48DBfQDtTZZAImaa1m8O1SCP9gx355FhuA6xuS8e7V5gQbj4l2hk/+EELN4UU/O9i5gjQuc94N/gC61/Qxfxw==
dependencies:
"@jest/schemas" "^28.0.0"
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^17.0.8"
chalk "^4.0.0"

"@jridgewell/resolve-uri@^3.0.3":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz#4ac237f4dabc8dd93330386907b97591801f7352"
Expand Down Expand Up @@ -2083,11 +2095,11 @@ await-to-js@^3.0.0:
integrity sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==

babel-jest@^28.0.0:
version "28.0.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.0.0.tgz#3bba438504138f7532e49ea0b3ffa1258f8bbbc5"
integrity sha512-UBCCUmm8YnHyaBCF68rIknYvL1TjS4RKasviDG+j8lMHHxrV9aNdWVi4bIggb1rPEm5f/Z2Y44ByyvaHZprvAg==
version "28.0.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.0.1.tgz#effa686f25551d930bf3b645d7513091094f8968"
integrity sha512-UbL+4xVftxnIcPKzCqmwZHwaPG8DyKOCXoWPeuKrvUFtyeUpePy6VtRiMN1Dv001NbEMNP4FVjfKwv1xe2PWZQ==
dependencies:
"@jest/transform" "^28.0.0"
"@jest/transform" "^28.0.1"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.1.1"
babel-preset-jest "^28.0.0"
Expand Down Expand Up @@ -3296,6 +3308,25 @@ jest-haste-map@^28.0.0:
optionalDependencies:
fsevents "^2.3.2"

jest-haste-map@^28.0.1:
version "28.0.1"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-28.0.1.tgz#48fa7e2c9f205118a713b04bd80c07de2795d281"
integrity sha512-qjpK9NDBiwlSHbKS0rDUDOTTDSHT4tNnJbUewfMsSiWFAOAqgcBDG3o5f1N9Srx5Hz14QsdnDuK9oy6oyQqJ9g==
dependencies:
"@jest/types" "^28.0.1"
"@types/graceful-fs" "^4.1.3"
"@types/node" "*"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
graceful-fs "^4.2.9"
jest-regex-util "^28.0.0"
jest-util "^28.0.1"
jest-worker "^28.0.1"
micromatch "^4.0.4"
walker "^1.0.7"
optionalDependencies:
fsevents "^2.3.2"

jest-leak-detector@^28.0.0:
version "28.0.0"
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-28.0.0.tgz#e4ba7601a083cbeda784af540ed694bf206c9910"
Expand Down Expand Up @@ -3466,6 +3497,18 @@ jest-util@^28.0.0:
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^28.0.1:
version "28.0.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.0.1.tgz#af1da8ea0f8035a489ddd68b547ae3ed428426fa"
integrity sha512-gFpqWx9XqBmJRYqSnQ2FbpxWpvAU3TIGFQcfBrwnMVvwbB1ZHhhoQgS+oD0Ek61l9XkLsoWW20woaNlCRf4eMA==
dependencies:
"@jest/types" "^28.0.1"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-validate@^28.0.0:
version "28.0.0"
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.0.0.tgz#74211733c4504a6ae26a367a0e20d354195712da"
Expand Down Expand Up @@ -3501,6 +3544,15 @@ jest-worker@^28.0.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest-worker@^28.0.1:
version "28.0.1"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.0.1.tgz#7abc005335a5937e6a4f8d24c980c7630a849012"
integrity sha512-Z3j1jfZwtt2ruKwU391a4/kKdYEId7Vy9+6Jeeq5Xl0glJDnOAvO5ixNmgMokMmbpet41jc4MpUx71ciyeTB/A==
dependencies:
"@types/node" "*"
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^28.0.0:
version "28.0.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.0.0.tgz#d7b84c08aa265eac52b22c4887f540025a8a222e"
Expand Down

0 comments on commit b5366b2

Please sign in to comment.