Skip to content

Commit 07163fb

Browse files
committed
update jest-haste-map in lockfile
1 parent fe31421 commit 07163fb

File tree

1 file changed

+91
-5
lines changed

1 file changed

+91
-5
lines changed

yarn.lock

Lines changed: 91 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,15 @@
970970
jest-message-util "^24.7.1"
971971
jest-mock "^24.7.0"
972972

973+
"@jest/fake-timers@^24.8.0":
974+
version "24.8.0"
975+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.8.0.tgz#2e5b80a4f78f284bcb4bd5714b8e10dd36a8d3d1"
976+
integrity sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==
977+
dependencies:
978+
"@jest/types" "^24.8.0"
979+
jest-message-util "^24.8.0"
980+
jest-mock "^24.8.0"
981+
973982
"@jest/reporters@^24.7.1":
974983
version "24.7.1"
975984
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.7.1.tgz#38ac0b096cd691bbbe3051ddc25988d42e37773a"
@@ -1014,6 +1023,15 @@
10141023
"@jest/types" "^24.7.0"
10151024
"@types/istanbul-lib-coverage" "^2.0.0"
10161025

1026+
"@jest/test-result@^24.8.0":
1027+
version "24.8.0"
1028+
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.8.0.tgz#7675d0aaf9d2484caa65e048d9b467d160f8e9d3"
1029+
integrity sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==
1030+
dependencies:
1031+
"@jest/console" "^24.7.1"
1032+
"@jest/types" "^24.8.0"
1033+
"@types/istanbul-lib-coverage" "^2.0.0"
1034+
10171035
"@jest/test-sequencer@^24.7.1":
10181036
version "24.7.1"
10191037
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.7.1.tgz#9c18e428e1ad945fa74f6233a9d35745ca0e63e0"
@@ -1053,6 +1071,15 @@
10531071
"@types/istanbul-lib-coverage" "^2.0.0"
10541072
"@types/yargs" "^12.0.9"
10551073

1074+
"@jest/types@^24.8.0":
1075+
version "24.8.0"
1076+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad"
1077+
integrity sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==
1078+
dependencies:
1079+
"@types/istanbul-lib-coverage" "^2.0.0"
1080+
"@types/istanbul-reports" "^1.1.1"
1081+
"@types/yargs" "^12.0.9"
1082+
10561083
"@react-native-community/cli-platform-android@2.0.0-rc.2", "@react-native-community/cli-platform-android@^2.0.0-rc.2":
10571084
version "2.0.0-rc.2"
10581085
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-2.0.0-rc.2.tgz#78eba602aaccde906dbe8d0c48f2497900be3b3f"
@@ -1164,11 +1191,31 @@
11641191
dependencies:
11651192
"@babel/types" "^7.3.0"
11661193

1194+
"@types/istanbul-lib-coverage@*":
1195+
version "2.0.1"
1196+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
1197+
integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==
1198+
11671199
"@types/istanbul-lib-coverage@^2.0.0":
11681200
version "2.0.0"
11691201
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.0.tgz#1eb8c033e98cf4e1a4cedcaf8bcafe8cb7591e85"
11701202
integrity sha512-eAtOAFZefEnfJiRFQBGw1eYqa5GTLCZ1y86N0XSI/D6EB+E8z6VPV/UL7Gi5UEclFqoQk+6NRqEDsfmDLXn8sg==
11711203

1204+
"@types/istanbul-lib-report@*":
1205+
version "1.1.1"
1206+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c"
1207+
integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==
1208+
dependencies:
1209+
"@types/istanbul-lib-coverage" "*"
1210+
1211+
"@types/istanbul-reports@^1.1.1":
1212+
version "1.1.1"
1213+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
1214+
integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==
1215+
dependencies:
1216+
"@types/istanbul-lib-coverage" "*"
1217+
"@types/istanbul-lib-report" "*"
1218+
11721219
"@types/stack-utils@^1.0.1":
11731220
version "1.0.1"
11741221
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -4022,17 +4069,17 @@ jest-get-type@^24.3.0:
40224069
integrity sha512-HYF6pry72YUlVcvUx3sEpMRwXEWGEPlJ0bSPVnB3b3n++j4phUEoSPcS6GC0pPJ9rpyPSe4cb5muFo6D39cXow==
40234070

40244071
jest-haste-map@^24.7.1:
4025-
version "24.7.1"
4026-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.7.1.tgz#772e215cd84080d4bbcb759cfb668ad649a21471"
4027-
integrity sha512-g0tWkzjpHD2qa03mTKhlydbmmYiA2KdcJe762SbfFo/7NIMgBWAA0XqQlApPwkWOF7Cxoi/gUqL0i6DIoLpMBw==
4072+
version "24.8.1"
4073+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.8.1.tgz#f39cc1d2b1d907e014165b4bd5a957afcb992982"
4074+
integrity sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==
40284075
dependencies:
4029-
"@jest/types" "^24.7.0"
4076+
"@jest/types" "^24.8.0"
40304077
anymatch "^2.0.0"
40314078
fb-watchman "^2.0.0"
40324079
graceful-fs "^4.1.15"
40334080
invariant "^2.2.4"
40344081
jest-serializer "^24.4.0"
4035-
jest-util "^24.7.1"
4082+
jest-util "^24.8.0"
40364083
jest-worker "^24.6.0"
40374084
micromatch "^3.1.10"
40384085
sane "^4.0.3"
@@ -4103,13 +4150,34 @@ jest-message-util@^24.7.1:
41034150
slash "^2.0.0"
41044151
stack-utils "^1.0.1"
41054152

4153+
jest-message-util@^24.8.0:
4154+
version "24.8.0"
4155+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.8.0.tgz#0d6891e72a4beacc0292b638685df42e28d6218b"
4156+
integrity sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g==
4157+
dependencies:
4158+
"@babel/code-frame" "^7.0.0"
4159+
"@jest/test-result" "^24.8.0"
4160+
"@jest/types" "^24.8.0"
4161+
"@types/stack-utils" "^1.0.1"
4162+
chalk "^2.0.1"
4163+
micromatch "^3.1.10"
4164+
slash "^2.0.0"
4165+
stack-utils "^1.0.1"
4166+
41064167
jest-mock@^24.7.0:
41074168
version "24.7.0"
41084169
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.7.0.tgz#e49ce7262c12d7f5897b0d8af77f6db8e538023b"
41094170
integrity sha512-6taW4B4WUcEiT2V9BbOmwyGuwuAFT2G8yghF7nyNW1/2gq5+6aTqSPcS9lS6ArvEkX55vbPAS/Jarx5LSm4Fng==
41104171
dependencies:
41114172
"@jest/types" "^24.7.0"
41124173

4174+
jest-mock@^24.8.0:
4175+
version "24.8.0"
4176+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.8.0.tgz#2f9d14d37699e863f1febf4e4d5a33b7fdbbde56"
4177+
integrity sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A==
4178+
dependencies:
4179+
"@jest/types" "^24.8.0"
4180+
41134181
jest-pnp-resolver@^1.2.1:
41144182
version "1.2.1"
41154183
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a"
@@ -4235,6 +4303,24 @@ jest-util@^24.7.1:
42354303
slash "^2.0.0"
42364304
source-map "^0.6.0"
42374305

4306+
jest-util@^24.8.0:
4307+
version "24.8.0"
4308+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.8.0.tgz#41f0e945da11df44cc76d64ffb915d0716f46cd1"
4309+
integrity sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA==
4310+
dependencies:
4311+
"@jest/console" "^24.7.1"
4312+
"@jest/fake-timers" "^24.8.0"
4313+
"@jest/source-map" "^24.3.0"
4314+
"@jest/test-result" "^24.8.0"
4315+
"@jest/types" "^24.8.0"
4316+
callsites "^3.0.0"
4317+
chalk "^2.0.1"
4318+
graceful-fs "^4.1.15"
4319+
is-ci "^2.0.0"
4320+
mkdirp "^0.5.1"
4321+
slash "^2.0.0"
4322+
source-map "^0.6.0"
4323+
42384324
jest-validate@^24.0.0:
42394325
version "24.0.0"
42404326
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.0.0.tgz#aa8571a46983a6538328fef20406b4a496b6c020"

0 commit comments

Comments
 (0)