Skip to content

Commit 1fc6bb1

Browse files
dependabot[bot]Kocal
authored andcommitted
build(deps-dev): bump jest from 23.4.2 to 23.5.0 (#108)
Bumps [jest](https://github.com/facebook/jest) from 23.4.2 to 23.5.0. <details> <summary>Changelog</summary> *Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 23.5.0 > > ### Features > > - `[jest-cli]` Add package name to `NotifyReporter` notification ([#5898](https://github-redirect.dependabot.com/facebook/jest/pull/5898)) > - `[jest-runner]` print stack trace when `process.exit` is called from user code ([#6714](https://github-redirect.dependabot.com/facebook/jest/pull/6714)) > - `[jest-each]` introduces `%#` option to add index of the test to its title ([#6414](https://github-redirect.dependabot.com/facebook/jest/pull/6414)) > - `[pretty-format]` Support serializing `DocumentFragment` ([#6705](https://github-redirect.dependabot.com/facebook/jest/pull/6705)) > - `[jest-validate]` Add `recursive` and `recursiveBlacklist` options for deep config checks ([#6802](https://github-redirect.dependabot.com/facebook/jest/pull/6802)) > - `[jest-cli]` Check watch plugins for key conflicts ([#6697](https://github-redirect.dependabot.com/facebook/jest/pull/6697)) > > ### Fixes > > - `[jest-snapshot` Mark snapshots as obsolete when moved to an inline snapshot ([#6773](https://github-redirect.dependabot.com/facebook/jest/pull/6773)) > - `[jest-config]` Fix `--coverage` with `--findRelatedTests` overwriting `collectCoverageFrom` options ([#6736](https://github-redirect.dependabot.com/facebook/jest/pull/6736)) > - `[jest-config]` Update default config for testURL from 'about:blank' to 'http://localhost' to address latest JSDOM security warning. ([#6792](https://github-redirect.dependabot.com/facebook/jest/pull/6792)) > - `[jest-cli]` Fix `testMatch` not working with negations ([#6648](https://github-redirect.dependabot.com/facebook/jest/pull/6648)) > - `[jest-cli]` Don't report promises as open handles ([#6716](https://github-redirect.dependabot.com/facebook/jest/pull/6716)) > - `[jest-each]` Add timeout support to parameterised tests ([#6660](https://github-redirect.dependabot.com/facebook/jest/pull/6660)) > - `[jest-cli]` Improve the message when running coverage while there are no files matching global threshold ([#6334](https://github-redirect.dependabot.com/facebook/jest/pull/6334)) > - `[jest-snapshot]` Correctly merge property matchers with the rest of the snapshot in `toMatchSnapshot`. ([#6528](https://github-redirect.dependabot.com/facebook/jest/pull/6528)) > - `[jest-snapshot]` Add error messages for invalid property matchers. ([#6528](https://github-redirect.dependabot.com/facebook/jest/pull/6528)) > - `[jest-cli]` Show open handles from inside test files as well ([#6263](https://github-redirect.dependabot.com/facebook/jest/pull/6263)) > - `[jest-haste-map]` Fix a problem where creating folders ending with `.js` could cause a crash ([#6818](https://github-redirect.dependabot.com/facebook/jest/pull/6818)) > > ### Chore & Maintenance > > - `[docs]` Document another option to avoid warnings with React 16 ([#5258](https://github-redirect.dependabot.com/facebook/jest/issues/5258)) > - `[docs]` Add note explaining when `jest.setTimeout` should be called ([#6817](https://github-redirect.dependabot.com/facebook/jest/pull/6817/files)) > - `[docs]` Fixed bug in example code ([#6828](https://github-redirect.dependabot.com/facebook/jest/pull/6828)) </details> <details> <summary>Commits</summary> - [`79c9e22`](jestjs/jest@79c9e22) Release v23.5.0 - [`ede0fe3`](jestjs/jest@ede0fe3) Prevents watchers from being awake by created folders ([#6818](https://github-redirect.dependabot.com/facebook/jest/issues/6818)) - [`674eaa9`](jestjs/jest@674eaa9) Standardize file names in packages/jest-config ([#6780](https://github-redirect.dependabot.com/facebook/jest/issues/6780)) - [`d7eead1`](jestjs/jest@d7eead1) Add dot containing keys example to .toHaveProperty docs ([#6474](https://github-redirect.dependabot.com/facebook/jest/issues/6474)) - [`0099f07`](jestjs/jest@0099f07) fix: handle open handles from inside tests ([#6263](https://github-redirect.dependabot.com/facebook/jest/issues/6263)) - [`c0819fc`](jestjs/jest@c0819fc) Add help for configuration of collectCoverageFrom ([#6663](https://github-redirect.dependabot.com/facebook/jest/issues/6663)) - [`d57b919`](jestjs/jest@d57b919) Documented another option to avoid React 16 warnings ([#6186](https://github-redirect.dependabot.com/facebook/jest/issues/6186)) - [`3c3f9f2`](jestjs/jest@3c3f9f2) Correctly merge property matchers with the rest of the snapshot in `toMatchSn... - [`f8f966b`](jestjs/jest@f8f966b) Check watch plugins for key conflicts ([#6697](https://github-redirect.dependabot.com/facebook/jest/issues/6697)) - [`08cb885`](jestjs/jest@08cb885) fix: Improve the message when run coverage while there are no tests ([#6334](https://github-redirect.dependabot.com/facebook/jest/issues/6334)) - Additional commits viewable in [compare view](jestjs/jest@v23.4.2...v23.5.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=23.4.2&new-version=23.5.0)](https://dependabot.com/compatibility-score.html?dependency-name=jest&package-manager=npm_and_yarn&previous-version=23.4.2&new-version=23.5.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent cef1486 commit 1fc6bb1

File tree

1 file changed

+93
-91
lines changed

1 file changed

+93
-91
lines changed

yarn.lock

Lines changed: 93 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,14 +1574,14 @@ expand-range@^1.8.1:
15741574
dependencies:
15751575
fill-range "^2.1.0"
15761576

1577-
expect@^23.4.0:
1578-
version "23.4.0"
1579-
resolved "https://registry.yarnpkg.com/expect/-/expect-23.4.0.tgz#6da4ecc99c1471253e7288338983ad1ebadb60c3"
1577+
expect@^23.5.0:
1578+
version "23.5.0"
1579+
resolved "https://registry.yarnpkg.com/expect/-/expect-23.5.0.tgz#18999a0eef8f8acf99023fde766d9c323c2562ed"
15801580
dependencies:
15811581
ansi-styles "^3.2.0"
1582-
jest-diff "^23.2.0"
1582+
jest-diff "^23.5.0"
15831583
jest-get-type "^22.1.0"
1584-
jest-matcher-utils "^23.2.0"
1584+
jest-matcher-utils "^23.5.0"
15851585
jest-message-util "^23.4.0"
15861586
jest-regex-util "^23.3.0"
15871587

@@ -2153,7 +2153,7 @@ inquirer@^5.2.0:
21532153
strip-ansi "^4.0.0"
21542154
through "^2.3.6"
21552155

2156-
invariant@^2.2.2:
2156+
invariant@^2.2.2, invariant@^2.2.4:
21572157
version "2.2.4"
21582158
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
21592159
dependencies:
@@ -2490,9 +2490,9 @@ jest-changed-files@^23.4.2:
24902490
dependencies:
24912491
throat "^4.0.0"
24922492

2493-
jest-cli@^23.4.2:
2494-
version "23.4.2"
2495-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.4.2.tgz#49d56bcfe6cf01871bfcc4a0494e08edaf2b61d0"
2493+
jest-cli@^23.5.0:
2494+
version "23.5.0"
2495+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.5.0.tgz#d316b8e34a38a610a1efc4f0403d8ef8a55e4492"
24962496
dependencies:
24972497
ansi-escapes "^3.0.0"
24982498
chalk "^2.0.1"
@@ -2506,18 +2506,18 @@ jest-cli@^23.4.2:
25062506
istanbul-lib-instrument "^1.10.1"
25072507
istanbul-lib-source-maps "^1.2.4"
25082508
jest-changed-files "^23.4.2"
2509-
jest-config "^23.4.2"
2509+
jest-config "^23.5.0"
25102510
jest-environment-jsdom "^23.4.0"
25112511
jest-get-type "^22.1.0"
2512-
jest-haste-map "^23.4.1"
2512+
jest-haste-map "^23.5.0"
25132513
jest-message-util "^23.4.0"
25142514
jest-regex-util "^23.3.0"
2515-
jest-resolve-dependencies "^23.4.2"
2516-
jest-runner "^23.4.2"
2517-
jest-runtime "^23.4.2"
2518-
jest-snapshot "^23.4.2"
2515+
jest-resolve-dependencies "^23.5.0"
2516+
jest-runner "^23.5.0"
2517+
jest-runtime "^23.5.0"
2518+
jest-snapshot "^23.5.0"
25192519
jest-util "^23.4.0"
2520-
jest-validate "^23.4.0"
2520+
jest-validate "^23.5.0"
25212521
jest-watcher "^23.4.0"
25222522
jest-worker "^23.2.0"
25232523
micromatch "^2.3.11"
@@ -2531,9 +2531,9 @@ jest-cli@^23.4.2:
25312531
which "^1.2.12"
25322532
yargs "^11.0.0"
25332533

2534-
jest-config@^23.4.2:
2535-
version "23.4.2"
2536-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.4.2.tgz#62a105e14b8266458f2bf4d32403b2c44418fa77"
2534+
jest-config@^23.5.0:
2535+
version "23.5.0"
2536+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.5.0.tgz#3770fba03f7507ee15f3b8867c742e48f31a9773"
25372537
dependencies:
25382538
babel-core "^6.0.0"
25392539
babel-jest "^23.4.2"
@@ -2542,34 +2542,35 @@ jest-config@^23.4.2:
25422542
jest-environment-jsdom "^23.4.0"
25432543
jest-environment-node "^23.4.0"
25442544
jest-get-type "^22.1.0"
2545-
jest-jasmine2 "^23.4.2"
2545+
jest-jasmine2 "^23.5.0"
25462546
jest-regex-util "^23.3.0"
2547-
jest-resolve "^23.4.1"
2547+
jest-resolve "^23.5.0"
25482548
jest-util "^23.4.0"
2549-
jest-validate "^23.4.0"
2550-
pretty-format "^23.2.0"
2549+
jest-validate "^23.5.0"
2550+
micromatch "^2.3.11"
2551+
pretty-format "^23.5.0"
25512552

2552-
jest-diff@^23.2.0:
2553-
version "23.2.0"
2554-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.2.0.tgz#9f2cf4b51e12c791550200abc16b47130af1062a"
2553+
jest-diff@^23.5.0:
2554+
version "23.5.0"
2555+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.5.0.tgz#250651a433dd0050290a07642946cc9baaf06fba"
25552556
dependencies:
25562557
chalk "^2.0.1"
25572558
diff "^3.2.0"
25582559
jest-get-type "^22.1.0"
2559-
pretty-format "^23.2.0"
2560+
pretty-format "^23.5.0"
25602561

25612562
jest-docblock@^23.2.0:
25622563
version "23.2.0"
25632564
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7"
25642565
dependencies:
25652566
detect-newline "^2.1.0"
25662567

2567-
jest-each@^23.4.0:
2568-
version "23.4.0"
2569-
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.4.0.tgz#2fa9edd89daa1a4edc9ff9bf6062a36b71345143"
2568+
jest-each@^23.5.0:
2569+
version "23.5.0"
2570+
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.5.0.tgz#77f7e2afe6132a80954b920006e78239862b10ba"
25702571
dependencies:
25712572
chalk "^2.0.1"
2572-
pretty-format "^23.2.0"
2573+
pretty-format "^23.5.0"
25732574

25742575
jest-environment-jsdom@^23.4.0:
25752576
version "23.4.0"
@@ -2590,48 +2591,49 @@ jest-get-type@^22.1.0:
25902591
version "22.4.3"
25912592
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.4.3.tgz#e3a8504d8479342dd4420236b322869f18900ce4"
25922593

2593-
jest-haste-map@^23.4.1:
2594-
version "23.4.1"
2595-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.4.1.tgz#43a174ba7ac079ae1dd74eaf5a5fe78989474dd2"
2594+
jest-haste-map@^23.5.0:
2595+
version "23.5.0"
2596+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.5.0.tgz#d4ca618188bd38caa6cb20349ce6610e194a8065"
25962597
dependencies:
25972598
fb-watchman "^2.0.0"
25982599
graceful-fs "^4.1.11"
2600+
invariant "^2.2.4"
25992601
jest-docblock "^23.2.0"
26002602
jest-serializer "^23.0.1"
26012603
jest-worker "^23.2.0"
26022604
micromatch "^2.3.11"
26032605
sane "^2.0.0"
26042606

2605-
jest-jasmine2@^23.4.2:
2606-
version "23.4.2"
2607-
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.4.2.tgz#2fbf52f93e43ed4c5e7326a90bb1d785be4321ac"
2607+
jest-jasmine2@^23.5.0:
2608+
version "23.5.0"
2609+
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.5.0.tgz#05fe7f1788e650eeb5a03929e6461ea2e9f3db53"
26082610
dependencies:
26092611
babel-traverse "^6.0.0"
26102612
chalk "^2.0.1"
26112613
co "^4.6.0"
2612-
expect "^23.4.0"
2614+
expect "^23.5.0"
26132615
is-generator-fn "^1.0.0"
2614-
jest-diff "^23.2.0"
2615-
jest-each "^23.4.0"
2616-
jest-matcher-utils "^23.2.0"
2616+
jest-diff "^23.5.0"
2617+
jest-each "^23.5.0"
2618+
jest-matcher-utils "^23.5.0"
26172619
jest-message-util "^23.4.0"
2618-
jest-snapshot "^23.4.2"
2620+
jest-snapshot "^23.5.0"
26192621
jest-util "^23.4.0"
2620-
pretty-format "^23.2.0"
2622+
pretty-format "^23.5.0"
26212623

2622-
jest-leak-detector@^23.2.0:
2623-
version "23.2.0"
2624-
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.2.0.tgz#c289d961dc638f14357d4ef96e0431ecc1aa377d"
2624+
jest-leak-detector@^23.5.0:
2625+
version "23.5.0"
2626+
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.5.0.tgz#14ac2a785bd625160a2ea968fd5d98b7dcea3e64"
26252627
dependencies:
2626-
pretty-format "^23.2.0"
2628+
pretty-format "^23.5.0"
26272629

2628-
jest-matcher-utils@^23.2.0:
2629-
version "23.2.0"
2630-
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.2.0.tgz#4d4981f23213e939e3cedf23dc34c747b5ae1913"
2630+
jest-matcher-utils@^23.5.0:
2631+
version "23.5.0"
2632+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.5.0.tgz#0e2ea67744cab78c9ab15011c4d888bdd3e49e2a"
26312633
dependencies:
26322634
chalk "^2.0.1"
26332635
jest-get-type "^22.1.0"
2634-
pretty-format "^23.2.0"
2636+
pretty-format "^23.5.0"
26352637

26362638
jest-message-util@^23.4.0:
26372639
version "23.4.0"
@@ -2651,42 +2653,42 @@ jest-regex-util@^23.3.0:
26512653
version "23.3.0"
26522654
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5"
26532655

2654-
jest-resolve-dependencies@^23.4.2:
2655-
version "23.4.2"
2656-
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.4.2.tgz#0675ba876a5b819deffc449ad72e9985c2592048"
2656+
jest-resolve-dependencies@^23.5.0:
2657+
version "23.5.0"
2658+
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.5.0.tgz#10c4d135beb9d2256de1fedc7094916c3ad74af7"
26572659
dependencies:
26582660
jest-regex-util "^23.3.0"
2659-
jest-snapshot "^23.4.2"
2661+
jest-snapshot "^23.5.0"
26602662

2661-
jest-resolve@^23.4.1:
2662-
version "23.4.1"
2663-
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.4.1.tgz#7f3c17104732a2c0c940a01256025ed745814982"
2663+
jest-resolve@^23.5.0:
2664+
version "23.5.0"
2665+
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.5.0.tgz#3b8e7f67e84598f0caf63d1530bd8534a189d0e6"
26642666
dependencies:
26652667
browser-resolve "^1.11.3"
26662668
chalk "^2.0.1"
26672669
realpath-native "^1.0.0"
26682670

2669-
jest-runner@^23.4.2:
2670-
version "23.4.2"
2671-
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.4.2.tgz#579a88524ac52c846075b0129a21c7b483e75a7e"
2671+
jest-runner@^23.5.0:
2672+
version "23.5.0"
2673+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.5.0.tgz#570f7a044da91648b5bb9b6baacdd511076c71d7"
26722674
dependencies:
26732675
exit "^0.1.2"
26742676
graceful-fs "^4.1.11"
2675-
jest-config "^23.4.2"
2677+
jest-config "^23.5.0"
26762678
jest-docblock "^23.2.0"
2677-
jest-haste-map "^23.4.1"
2678-
jest-jasmine2 "^23.4.2"
2679-
jest-leak-detector "^23.2.0"
2679+
jest-haste-map "^23.5.0"
2680+
jest-jasmine2 "^23.5.0"
2681+
jest-leak-detector "^23.5.0"
26802682
jest-message-util "^23.4.0"
2681-
jest-runtime "^23.4.2"
2683+
jest-runtime "^23.5.0"
26822684
jest-util "^23.4.0"
26832685
jest-worker "^23.2.0"
26842686
source-map-support "^0.5.6"
26852687
throat "^4.0.0"
26862688

2687-
jest-runtime@^23.4.2:
2688-
version "23.4.2"
2689-
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.4.2.tgz#00c3bb8385253d401a394a27d1112d3615e5a65c"
2689+
jest-runtime@^23.5.0:
2690+
version "23.5.0"
2691+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.5.0.tgz#eb503525a196dc32f2f9974e3482d26bdf7b63ce"
26902692
dependencies:
26912693
babel-core "^6.0.0"
26922694
babel-plugin-istanbul "^4.1.6"
@@ -2695,14 +2697,14 @@ jest-runtime@^23.4.2:
26952697
exit "^0.1.2"
26962698
fast-json-stable-stringify "^2.0.0"
26972699
graceful-fs "^4.1.11"
2698-
jest-config "^23.4.2"
2699-
jest-haste-map "^23.4.1"
2700+
jest-config "^23.5.0"
2701+
jest-haste-map "^23.5.0"
27002702
jest-message-util "^23.4.0"
27012703
jest-regex-util "^23.3.0"
2702-
jest-resolve "^23.4.1"
2703-
jest-snapshot "^23.4.2"
2704+
jest-resolve "^23.5.0"
2705+
jest-snapshot "^23.5.0"
27042706
jest-util "^23.4.0"
2705-
jest-validate "^23.4.0"
2707+
jest-validate "^23.5.0"
27062708
micromatch "^2.3.11"
27072709
realpath-native "^1.0.0"
27082710
slash "^1.0.0"
@@ -2714,19 +2716,19 @@ jest-serializer@^23.0.1:
27142716
version "23.0.1"
27152717
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"
27162718

2717-
jest-snapshot@^23.4.2:
2718-
version "23.4.2"
2719-
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.4.2.tgz#8fa6130feb5a527dac73e5fa80d86f29f7c42ab6"
2719+
jest-snapshot@^23.5.0:
2720+
version "23.5.0"
2721+
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.5.0.tgz#cc368ebd8513e1175e2a7277f37a801b7358ae79"
27202722
dependencies:
27212723
babel-types "^6.0.0"
27222724
chalk "^2.0.1"
2723-
jest-diff "^23.2.0"
2724-
jest-matcher-utils "^23.2.0"
2725+
jest-diff "^23.5.0"
2726+
jest-matcher-utils "^23.5.0"
27252727
jest-message-util "^23.4.0"
2726-
jest-resolve "^23.4.1"
2728+
jest-resolve "^23.5.0"
27272729
mkdirp "^0.5.1"
27282730
natural-compare "^1.4.0"
2729-
pretty-format "^23.2.0"
2731+
pretty-format "^23.5.0"
27302732
semver "^5.5.0"
27312733

27322734
jest-util@^23.4.0:
@@ -2742,14 +2744,14 @@ jest-util@^23.4.0:
27422744
slash "^1.0.0"
27432745
source-map "^0.6.0"
27442746

2745-
jest-validate@^23.4.0:
2746-
version "23.4.0"
2747-
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.4.0.tgz#d96eede01ef03ac909c009e9c8e455197d48c201"
2747+
jest-validate@^23.5.0:
2748+
version "23.5.0"
2749+
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.5.0.tgz#f5df8f761cf43155e1b2e21d6e9de8a2852d0231"
27482750
dependencies:
27492751
chalk "^2.0.1"
27502752
jest-get-type "^22.1.0"
27512753
leven "^2.1.0"
2752-
pretty-format "^23.2.0"
2754+
pretty-format "^23.5.0"
27532755

27542756
jest-watcher@^23.4.0:
27552757
version "23.4.0"
@@ -2766,11 +2768,11 @@ jest-worker@^23.2.0:
27662768
merge-stream "^1.0.1"
27672769

27682770
jest@^23.4.2:
2769-
version "23.4.2"
2770-
resolved "https://registry.yarnpkg.com/jest/-/jest-23.4.2.tgz#1fae3ed832192143070ae85156b25cea891a1260"
2771+
version "23.5.0"
2772+
resolved "https://registry.yarnpkg.com/jest/-/jest-23.5.0.tgz#80de353d156ea5ea4a7332f7962ac79135fbc62e"
27712773
dependencies:
27722774
import-local "^1.0.0"
2773-
jest-cli "^23.4.2"
2775+
jest-cli "^23.5.0"
27742776

27752777
js-tokens@^3.0.0, js-tokens@^3.0.2:
27762778
version "3.0.2"
@@ -3734,9 +3736,9 @@ preserve@^0.2.0:
37343736
version "0.2.0"
37353737
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
37363738

3737-
pretty-format@^23.2.0:
3738-
version "23.2.0"
3739-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.2.0.tgz#3b0aaa63c018a53583373c1cb3a5d96cc5e83017"
3739+
pretty-format@^23.5.0:
3740+
version "23.5.0"
3741+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.5.0.tgz#0f9601ad9da70fe690a269cd3efca732c210687c"
37403742
dependencies:
37413743
ansi-regex "^3.0.0"
37423744
ansi-styles "^3.2.0"

0 commit comments

Comments
 (0)