Skip to content

Commit

Permalink
Merge pull request #1715 from tailwindcss/dependabot/npm_and_yarn/mas…
Browse files Browse the repository at this point in the history
…ter/babel-jest-26.0.1
  • Loading branch information
dependabot-preview[bot] committed May 6, 2020
2 parents a15da3e + 728eb9f commit 9b135fa
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1026,21 +1026,21 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"

"@jest/transform@^26.0.0":
version "26.0.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.0.0.tgz#89ec1bb1056155f17811f53b2165f977ef50e457"
integrity sha512-HrHIC8OWfBdmS+To8rQ7HaC2y96Uj+1I5pvkAL1hd4gPYXoooHYWBsVKp1eWsWVDeCUBp1iUYgfGCiRgcW9nzw==
"@jest/transform@^26.0.1":
version "26.0.1"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.0.1.tgz#0e3ecbb34a11cd4b2080ed0a9c4856cf0ceb0639"
integrity sha512-pPRkVkAQ91drKGbzCfDOoHN838+FSbYaEAvBXvKuWeeRRUD8FjwXkqfUNUZL6Ke48aA/1cqq/Ni7kVMCoqagWA==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^26.0.0"
"@jest/types" "^26.0.1"
babel-plugin-istanbul "^6.0.0"
chalk "^4.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.4"
jest-haste-map "^26.0.0"
jest-haste-map "^26.0.1"
jest-regex-util "^26.0.0"
jest-util "^26.0.0"
jest-util "^26.0.1"
micromatch "^4.0.2"
pirates "^4.0.1"
slash "^3.0.0"
Expand All @@ -1057,10 +1057,10 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@jest/types@^26.0.0":
version "26.0.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.0.tgz#1038d628584db5cf40a5e23c7ac41325ad77d4e3"
integrity sha512-WKHWVphBgR40bHLFWfsUb6aWDFp1NDY3/IsSVEumt98NHzK4lHfnQuvkt5xB5Be9icWFeWNEFJ5wyIsnAJzwsQ==
"@jest/types@^26.0.1":
version "26.0.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67"
integrity sha512-IbtjvqI9+eS1qFnOIEL7ggWmT+iK/U+Vde9cGWtYb/b6XgKb3X44ZAe/z9YZzoAAZ/E92m0DqrilF934IGNnQA==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^1.1.1"
Expand Down Expand Up @@ -1411,12 +1411,12 @@ babel-jest@^25.5.1:
slash "^3.0.0"

babel-jest@^26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.0.0.tgz#fa2adcff5313bd89bdf200bfa674fa4babd4f602"
integrity sha512-2AtcYOP4xhFn6TkvGmbEArNBcYLm/cTOIXB1a5j2juPOIC2U0nHEouMqYzgnPXgWC+CBK5RmYoGnwRt6eV4E8A==
version "26.0.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.0.1.tgz#450139ce4b6c17174b136425bda91885c397bc46"
integrity sha512-Z4GGmSNQ8pX3WS1O+6v3fo41YItJJZsVxG5gIQ+HuB/iuAQBJxMTHTwz292vuYws1LnHfwSRgoqI+nxdy/pcvw==
dependencies:
"@jest/transform" "^26.0.0"
"@jest/types" "^26.0.0"
"@jest/transform" "^26.0.1"
"@jest/types" "^26.0.1"
"@types/babel__core" "^7.1.7"
babel-plugin-istanbul "^6.0.0"
babel-preset-jest "^26.0.0"
Expand Down Expand Up @@ -3262,18 +3262,18 @@ jest-haste-map@^25.5.1:
optionalDependencies:
fsevents "^2.1.2"

jest-haste-map@^26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.0.0.tgz#cb071804064bb735bfd27f3a86431f8b432a0bfc"
integrity sha512-hqmWg2IcMgrs3o+38R4yVnH+29/7CovEDiYXtW7PRIBX52EBV1yRQILjmHs4uNhC0ZJQtfZJ0/t2630JB7g4/A==
jest-haste-map@^26.0.1:
version "26.0.1"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.0.1.tgz#40dcc03c43ac94d25b8618075804d09cd5d49de7"
integrity sha512-J9kBl/EdjmDsvyv7CiyKY5+DsTvVOScenprz/fGqfLg/pm1gdjbwwQ98nW0t+OIt+f+5nAVaElvn/6wP5KO7KA==
dependencies:
"@jest/types" "^26.0.0"
"@jest/types" "^26.0.1"
"@types/graceful-fs" "^4.1.2"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
graceful-fs "^4.2.4"
jest-serializer "^26.0.0"
jest-util "^26.0.0"
jest-util "^26.0.1"
jest-worker "^26.0.0"
micromatch "^4.0.2"
sane "^4.0.3"
Expand Down Expand Up @@ -3486,12 +3486,12 @@ jest-util@^25.5.0:
is-ci "^2.0.0"
make-dir "^3.0.0"

jest-util@^26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.0.0.tgz#094f34092cc33ccebffda37fb0a472cc74449afb"
integrity sha512-He90MT9sk6ByqpiYiZcROFzRCpuX+/15KLQfhmaIha6F3+lATSGNiiJzC7no7FiG8HxdqkM/41A+Fifb2JGbRw==
jest-util@^26.0.1:
version "26.0.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.0.1.tgz#72c4c51177b695fdd795ca072a6f94e3d7cef00a"
integrity sha512-byQ3n7ad1BO/WyFkYvlWQHTsomB6GIewBh8tlGtusiylAlaxQ1UpS0XYH0ngOyhZuHVLN79Qvl6/pMiDMSSG1g==
dependencies:
"@jest/types" "^26.0.0"
"@jest/types" "^26.0.1"
chalk "^4.0.0"
graceful-fs "^4.2.4"
is-ci "^2.0.0"
Expand Down

0 comments on commit 9b135fa

Please sign in to comment.