Skip to content

Commit e70de5b

Browse files
committed
chore(deps): update dependency karma-coverage to v2.1.0
1 parent bdd2034 commit e70de5b

34 files changed

Lines changed: 351 additions & 286 deletions

File tree

Angular InstantSearch/algolia-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jasmine-core": "~3.8.0",
3535
"karma": "6.3.9",
3636
"karma-chrome-launcher": "~3.1.0",
37-
"karma-coverage": "~2.0.3",
37+
"karma-coverage": "2.1.0",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
4040
"typescript": "~4.3.5"

Angular InstantSearch/algolia-insights/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4621,12 +4621,12 @@ isstream@~0.1.2:
46214621
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
46224622
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
46234623

4624-
istanbul-lib-coverage@^3.0.0:
4624+
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
46254625
version "3.2.0"
46264626
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
46274627
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
46284628

4629-
istanbul-lib-instrument@^4.0.1, istanbul-lib-instrument@^4.0.3:
4629+
istanbul-lib-instrument@^4.0.3:
46304630
version "4.0.3"
46314631
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
46324632
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -4645,7 +4645,7 @@ istanbul-lib-report@^3.0.0:
46454645
make-dir "^3.0.0"
46464646
supports-color "^7.1.0"
46474647

4648-
istanbul-lib-source-maps@^4.0.0:
4648+
istanbul-lib-source-maps@^4.0.1:
46494649
version "4.0.1"
46504650
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
46514651
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
@@ -4654,10 +4654,10 @@ istanbul-lib-source-maps@^4.0.0:
46544654
istanbul-lib-coverage "^3.0.0"
46554655
source-map "^0.6.1"
46564656

4657-
istanbul-reports@^3.0.0:
4658-
version "3.0.5"
4659-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.5.tgz#a2580107e71279ea6d661ddede929ffc6d693384"
4660-
integrity sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==
4657+
istanbul-reports@^3.0.5:
4658+
version "3.1.3"
4659+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
4660+
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
46614661
dependencies:
46624662
html-escaper "^2.0.0"
46634663
istanbul-lib-report "^3.0.0"
@@ -4784,16 +4784,16 @@ karma-chrome-launcher@~3.1.0:
47844784
dependencies:
47854785
which "^1.2.1"
47864786

4787-
karma-coverage@~2.0.3:
4788-
version "2.0.3"
4789-
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.0.3.tgz#c10f4711f4cf5caaaa668b1d6f642e7da122d973"
4790-
integrity sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==
4787+
karma-coverage@2.1.0:
4788+
version "2.1.0"
4789+
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.1.0.tgz#843564578d9e1fb889ec141a582c019bb6db14db"
4790+
integrity sha512-uIejpnArNFQIovB6EPsKO/T4XofELdJWXcA2ADXztFlKhHbr0Ws6ba7wKTMVWsIhEs4iJxdhQkCQrkkhFJSZCw==
47914791
dependencies:
4792-
istanbul-lib-coverage "^3.0.0"
4793-
istanbul-lib-instrument "^4.0.1"
4792+
istanbul-lib-coverage "^3.2.0"
4793+
istanbul-lib-instrument "^4.0.3"
47944794
istanbul-lib-report "^3.0.0"
4795-
istanbul-lib-source-maps "^4.0.0"
4796-
istanbul-reports "^3.0.0"
4795+
istanbul-lib-source-maps "^4.0.1"
4796+
istanbul-reports "^3.0.5"
47974797
minimatch "^3.0.4"
47984798

47994799
karma-jasmine-html-reporter@~1.7.0:

Angular InstantSearch/autocomplete-results-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jasmine-core": "~3.8.0",
3737
"karma": "6.3.9",
3838
"karma-chrome-launcher": "~3.1.0",
39-
"karma-coverage": "~2.0.3",
39+
"karma-coverage": "2.1.0",
4040
"karma-jasmine": "~4.0.0",
4141
"karma-jasmine-html-reporter": "~1.7.0",
4242
"typescript": "~4.3.5"

Angular InstantSearch/autocomplete-results-page/yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4504,7 +4504,12 @@ istanbul-lib-coverage@^3.0.0:
45044504
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
45054505
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
45064506

4507-
istanbul-lib-instrument@^4.0.1, istanbul-lib-instrument@^4.0.3:
4507+
istanbul-lib-coverage@^3.2.0:
4508+
version "3.2.0"
4509+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
4510+
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
4511+
4512+
istanbul-lib-instrument@^4.0.3:
45084513
version "4.0.3"
45094514
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
45104515
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -4523,19 +4528,19 @@ istanbul-lib-report@^3.0.0:
45234528
make-dir "^3.0.0"
45244529
supports-color "^7.1.0"
45254530

4526-
istanbul-lib-source-maps@^4.0.0:
4527-
version "4.0.0"
4528-
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
4529-
integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
4531+
istanbul-lib-source-maps@^4.0.1:
4532+
version "4.0.1"
4533+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
4534+
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
45304535
dependencies:
45314536
debug "^4.1.1"
45324537
istanbul-lib-coverage "^3.0.0"
45334538
source-map "^0.6.1"
45344539

4535-
istanbul-reports@^3.0.0:
4536-
version "3.0.2"
4537-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
4538-
integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
4540+
istanbul-reports@^3.0.5:
4541+
version "3.1.3"
4542+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
4543+
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
45394544
dependencies:
45404545
html-escaper "^2.0.0"
45414546
istanbul-lib-report "^3.0.0"
@@ -4662,16 +4667,16 @@ karma-chrome-launcher@~3.1.0:
46624667
dependencies:
46634668
which "^1.2.1"
46644669

4665-
karma-coverage@~2.0.3:
4666-
version "2.0.3"
4667-
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.0.3.tgz#c10f4711f4cf5caaaa668b1d6f642e7da122d973"
4668-
integrity sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==
4670+
karma-coverage@2.1.0:
4671+
version "2.1.0"
4672+
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.1.0.tgz#843564578d9e1fb889ec141a582c019bb6db14db"
4673+
integrity sha512-uIejpnArNFQIovB6EPsKO/T4XofELdJWXcA2ADXztFlKhHbr0Ws6ba7wKTMVWsIhEs4iJxdhQkCQrkkhFJSZCw==
46694674
dependencies:
4670-
istanbul-lib-coverage "^3.0.0"
4671-
istanbul-lib-instrument "^4.0.1"
4675+
istanbul-lib-coverage "^3.2.0"
4676+
istanbul-lib-instrument "^4.0.3"
46724677
istanbul-lib-report "^3.0.0"
4673-
istanbul-lib-source-maps "^4.0.0"
4674-
istanbul-reports "^3.0.0"
4678+
istanbul-lib-source-maps "^4.0.1"
4679+
istanbul-reports "^3.0.5"
46754680
minimatch "^3.0.4"
46764681

46774682
karma-jasmine-html-reporter@~1.7.0:

Angular InstantSearch/conditional-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jasmine-core": "~3.8.0",
3535
"karma": "6.3.9",
3636
"karma-chrome-launcher": "~3.1.0",
37-
"karma-coverage": "~2.0.3",
37+
"karma-coverage": "2.1.0",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
4040
"typescript": "~4.3.5"

Angular InstantSearch/conditional-request/yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,12 @@ istanbul-lib-coverage@^3.0.0:
44884488
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
44894489
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
44904490

4491-
istanbul-lib-instrument@^4.0.1, istanbul-lib-instrument@^4.0.3:
4491+
istanbul-lib-coverage@^3.2.0:
4492+
version "3.2.0"
4493+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
4494+
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
4495+
4496+
istanbul-lib-instrument@^4.0.3:
44924497
version "4.0.3"
44934498
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
44944499
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -4507,19 +4512,19 @@ istanbul-lib-report@^3.0.0:
45074512
make-dir "^3.0.0"
45084513
supports-color "^7.1.0"
45094514

4510-
istanbul-lib-source-maps@^4.0.0:
4511-
version "4.0.0"
4512-
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
4513-
integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
4515+
istanbul-lib-source-maps@^4.0.1:
4516+
version "4.0.1"
4517+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
4518+
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
45144519
dependencies:
45154520
debug "^4.1.1"
45164521
istanbul-lib-coverage "^3.0.0"
45174522
source-map "^0.6.1"
45184523

4519-
istanbul-reports@^3.0.0:
4520-
version "3.0.2"
4521-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
4522-
integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
4524+
istanbul-reports@^3.0.5:
4525+
version "3.1.3"
4526+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
4527+
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
45234528
dependencies:
45244529
html-escaper "^2.0.0"
45254530
istanbul-lib-report "^3.0.0"
@@ -4646,16 +4651,16 @@ karma-chrome-launcher@~3.1.0:
46464651
dependencies:
46474652
which "^1.2.1"
46484653

4649-
karma-coverage@~2.0.3:
4650-
version "2.0.3"
4651-
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.0.3.tgz#c10f4711f4cf5caaaa668b1d6f642e7da122d973"
4652-
integrity sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==
4654+
karma-coverage@2.1.0:
4655+
version "2.1.0"
4656+
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.1.0.tgz#843564578d9e1fb889ec141a582c019bb6db14db"
4657+
integrity sha512-uIejpnArNFQIovB6EPsKO/T4XofELdJWXcA2ADXztFlKhHbr0Ws6ba7wKTMVWsIhEs4iJxdhQkCQrkkhFJSZCw==
46534658
dependencies:
4654-
istanbul-lib-coverage "^3.0.0"
4655-
istanbul-lib-instrument "^4.0.1"
4659+
istanbul-lib-coverage "^3.2.0"
4660+
istanbul-lib-instrument "^4.0.3"
46564661
istanbul-lib-report "^3.0.0"
4657-
istanbul-lib-source-maps "^4.0.0"
4658-
istanbul-reports "^3.0.0"
4662+
istanbul-lib-source-maps "^4.0.1"
4663+
istanbul-reports "^3.0.5"
46594664
minimatch "^3.0.4"
46604665

46614666
karma-jasmine-html-reporter@~1.7.0:

Angular InstantSearch/debounced-search-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jasmine-core": "~3.8.0",
3535
"karma": "6.3.9",
3636
"karma-chrome-launcher": "~3.1.0",
37-
"karma-coverage": "~2.0.3",
37+
"karma-coverage": "2.1.0",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
4040
"typescript": "~4.3.5"

Angular InstantSearch/debounced-search-box/yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,12 @@ istanbul-lib-coverage@^3.0.0:
44884488
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
44894489
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
44904490

4491-
istanbul-lib-instrument@^4.0.1, istanbul-lib-instrument@^4.0.3:
4491+
istanbul-lib-coverage@^3.2.0:
4492+
version "3.2.0"
4493+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
4494+
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
4495+
4496+
istanbul-lib-instrument@^4.0.3:
44924497
version "4.0.3"
44934498
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
44944499
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -4507,19 +4512,19 @@ istanbul-lib-report@^3.0.0:
45074512
make-dir "^3.0.0"
45084513
supports-color "^7.1.0"
45094514

4510-
istanbul-lib-source-maps@^4.0.0:
4511-
version "4.0.0"
4512-
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
4513-
integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
4515+
istanbul-lib-source-maps@^4.0.1:
4516+
version "4.0.1"
4517+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
4518+
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
45144519
dependencies:
45154520
debug "^4.1.1"
45164521
istanbul-lib-coverage "^3.0.0"
45174522
source-map "^0.6.1"
45184523

4519-
istanbul-reports@^3.0.0:
4520-
version "3.0.2"
4521-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
4522-
integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
4524+
istanbul-reports@^3.0.5:
4525+
version "3.1.3"
4526+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
4527+
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
45234528
dependencies:
45244529
html-escaper "^2.0.0"
45254530
istanbul-lib-report "^3.0.0"
@@ -4646,16 +4651,16 @@ karma-chrome-launcher@~3.1.0:
46464651
dependencies:
46474652
which "^1.2.1"
46484653

4649-
karma-coverage@~2.0.3:
4650-
version "2.0.3"
4651-
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.0.3.tgz#c10f4711f4cf5caaaa668b1d6f642e7da122d973"
4652-
integrity sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==
4654+
karma-coverage@2.1.0:
4655+
version "2.1.0"
4656+
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.1.0.tgz#843564578d9e1fb889ec141a582c019bb6db14db"
4657+
integrity sha512-uIejpnArNFQIovB6EPsKO/T4XofELdJWXcA2ADXztFlKhHbr0Ws6ba7wKTMVWsIhEs4iJxdhQkCQrkkhFJSZCw==
46534658
dependencies:
4654-
istanbul-lib-coverage "^3.0.0"
4655-
istanbul-lib-instrument "^4.0.1"
4659+
istanbul-lib-coverage "^3.2.0"
4660+
istanbul-lib-instrument "^4.0.3"
46564661
istanbul-lib-report "^3.0.0"
4657-
istanbul-lib-source-maps "^4.0.0"
4658-
istanbul-reports "^3.0.0"
4662+
istanbul-lib-source-maps "^4.0.1"
4663+
istanbul-reports "^3.0.5"
46594664
minimatch "^3.0.4"
46604665

46614666
karma-jasmine-html-reporter@~1.7.0:

Angular InstantSearch/extending-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jasmine-core": "~3.8.0",
3535
"karma": "6.3.9",
3636
"karma-chrome-launcher": "~3.1.0",
37-
"karma-coverage": "~2.0.3",
37+
"karma-coverage": "2.1.0",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
4040
"typescript": "~4.3.5"

Angular InstantSearch/extending-widgets/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4594,12 +4594,12 @@ isstream@~0.1.2:
45944594
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
45954595
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
45964596

4597-
istanbul-lib-coverage@^3.0.0:
4597+
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
45984598
version "3.2.0"
45994599
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
46004600
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
46014601

4602-
istanbul-lib-instrument@^4.0.1, istanbul-lib-instrument@^4.0.3:
4602+
istanbul-lib-instrument@^4.0.3:
46034603
version "4.0.3"
46044604
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
46054605
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -4618,7 +4618,7 @@ istanbul-lib-report@^3.0.0:
46184618
make-dir "^3.0.0"
46194619
supports-color "^7.1.0"
46204620

4621-
istanbul-lib-source-maps@^4.0.0:
4621+
istanbul-lib-source-maps@^4.0.1:
46224622
version "4.0.1"
46234623
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
46244624
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
@@ -4627,10 +4627,10 @@ istanbul-lib-source-maps@^4.0.0:
46274627
istanbul-lib-coverage "^3.0.0"
46284628
source-map "^0.6.1"
46294629

4630-
istanbul-reports@^3.0.0:
4631-
version "3.0.5"
4632-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.5.tgz#a2580107e71279ea6d661ddede929ffc6d693384"
4633-
integrity sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==
4630+
istanbul-reports@^3.0.5:
4631+
version "3.1.3"
4632+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
4633+
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
46344634
dependencies:
46354635
html-escaper "^2.0.0"
46364636
istanbul-lib-report "^3.0.0"
@@ -4757,16 +4757,16 @@ karma-chrome-launcher@~3.1.0:
47574757
dependencies:
47584758
which "^1.2.1"
47594759

4760-
karma-coverage@~2.0.3:
4761-
version "2.0.3"
4762-
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.0.3.tgz#c10f4711f4cf5caaaa668b1d6f642e7da122d973"
4763-
integrity sha512-atDvLQqvPcLxhED0cmXYdsPMCQuh6Asa9FMZW1bhNqlVEhJoB9qyZ2BY1gu7D/rr5GLGb5QzYO4siQskxaWP/g==
4760+
karma-coverage@2.1.0:
4761+
version "2.1.0"
4762+
resolved "https://registry.yarnpkg.com/karma-coverage/-/karma-coverage-2.1.0.tgz#843564578d9e1fb889ec141a582c019bb6db14db"
4763+
integrity sha512-uIejpnArNFQIovB6EPsKO/T4XofELdJWXcA2ADXztFlKhHbr0Ws6ba7wKTMVWsIhEs4iJxdhQkCQrkkhFJSZCw==
47644764
dependencies:
4765-
istanbul-lib-coverage "^3.0.0"
4766-
istanbul-lib-instrument "^4.0.1"
4765+
istanbul-lib-coverage "^3.2.0"
4766+
istanbul-lib-instrument "^4.0.3"
47674767
istanbul-lib-report "^3.0.0"
4768-
istanbul-lib-source-maps "^4.0.0"
4769-
istanbul-reports "^3.0.0"
4768+
istanbul-lib-source-maps "^4.0.1"
4769+
istanbul-reports "^3.0.5"
47704770
minimatch "^3.0.4"
47714771

47724772
karma-jasmine-html-reporter@~1.7.0:

0 commit comments

Comments
 (0)