Skip to content

Commit aa74036

Browse files
chore(deps): ember-cli-code-coverage
1 parent 2231056 commit aa74036

File tree

2 files changed

+127
-15
lines changed

2 files changed

+127
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/rsvp": "4.0.9",
5555
"broccoli-asset-rev": "3.0.0",
5656
"ember-cli": "4.11.0",
57-
"ember-cli-code-coverage": "1.0.3",
57+
"ember-cli-code-coverage": "3.0.1",
5858
"ember-cli-dependency-checker": "3.3.2",
5959
"ember-cli-github-pages": "0.2.2",
6060
"ember-cli-htmlbars": "6.2.0",

yarn.lock

Lines changed: 126 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4555,7 +4555,7 @@ babel-plugin-htmlbars-inline-precompile@^5.0.0, babel-plugin-htmlbars-inline-pre
45554555
parse-static-imports "^1.1.0"
45564556
string.prototype.matchall "^4.0.5"
45574557

4558-
babel-plugin-istanbul@^6.0.0:
4558+
babel-plugin-istanbul@^6.1.1:
45594559
version "6.1.1"
45604560
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
45614561
integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==
@@ -5153,6 +5153,24 @@ [email protected]:
51535153
type-is "~1.6.18"
51545154
unpipe "1.0.0"
51555155

5156+
5157+
version "1.20.2"
5158+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
5159+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
5160+
dependencies:
5161+
bytes "3.1.2"
5162+
content-type "~1.0.5"
5163+
debug "2.6.9"
5164+
depd "2.0.0"
5165+
destroy "1.2.0"
5166+
http-errors "2.0.0"
5167+
iconv-lite "0.4.24"
5168+
on-finished "2.4.1"
5169+
qs "6.11.0"
5170+
raw-body "2.5.2"
5171+
type-is "~1.6.18"
5172+
unpipe "1.0.0"
5173+
51565174
body@^5.1.0:
51575175
version "5.1.0"
51585176
resolved "https://registry.yarnpkg.com/body/-/body-5.1.0.tgz#e4ba0ce410a46936323367609ecb4e6553125069"
@@ -6819,6 +6837,11 @@ content-type@~1.0.4:
68196837
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
68206838
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
68216839

6840+
content-type@~1.0.5:
6841+
version "1.0.5"
6842+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
6843+
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
6844+
68226845
continuable-cache@^0.3.1:
68236846
version "0.3.1"
68246847
resolved "https://registry.yarnpkg.com/continuable-cache/-/continuable-cache-0.3.1.tgz#bd727a7faed77e71ff3985ac93351a912733ad0f"
@@ -6907,6 +6930,11 @@ [email protected]:
69076930
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
69086931
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
69096932

6933+
6934+
version "0.6.0"
6935+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
6936+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
6937+
69106938
copy-concurrently@^1.0.0:
69116939
version "1.0.5"
69126940
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -7686,18 +7714,20 @@ ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.13.0, ember-c
76867714
rimraf "^3.0.1"
76877715
semver "^5.5.0"
76887716

7689-
ember-cli-code-coverage@1.0.3:
7690-
version "1.0.3"
7691-
resolved "https://registry.yarnpkg.com/ember-cli-code-coverage/-/ember-cli-code-coverage-1.0.3.tgz#9a6e5e6350d70761eba749d68ebe2e0d9aa3492f"
7692-
integrity sha512-tyWeQ22vxpDmfhIrRCMqZPq9Coppefg19hBgME4yb9Na2qslxCNK0USThigZhesb7hfw2ZgdrKJCrmCVNwkq7g==
7717+
ember-cli-code-coverage@3.0.1:
7718+
version "3.0.1"
7719+
resolved "https://registry.yarnpkg.com/ember-cli-code-coverage/-/ember-cli-code-coverage-3.0.1.tgz#d3de805865a4adc811df7503dccb6d081dbbfba9"
7720+
integrity sha512-YrI7O9wrZbnHzoOU1/iG7LscbaDnZ2816J04GUOkrYO5dtqLqbmGqZndxW57qvZlQO1ek+243LECb4mbu5NHaw==
76937721
dependencies:
7694-
babel-plugin-istanbul "^6.0.0"
7722+
babel-plugin-istanbul "^6.1.1"
76957723
body-parser "^1.19.0"
7696-
ember-cli-version-checker "^5.1.1"
7724+
ember-cli-babel "^7.26.6"
7725+
express "^4.17.3"
76977726
fs-extra "^9.0.0"
7698-
istanbul-lib-coverage "^3.0.0"
7699-
istanbul-lib-report "^3.0.0"
7700-
istanbul-reports "^3.0.2"
7727+
istanbul-lib-coverage "^3.2.1"
7728+
istanbul-lib-report "^3.0.1"
7729+
istanbul-lib-source-maps "^4.0.1"
7730+
istanbul-reports "^3.1.6"
77017731
node-dir "^0.1.17"
77027732
walk-sync "^2.1.0"
77037733

@@ -8768,6 +8798,43 @@ express@^4.10.7:
87688798
utils-merge "1.0.1"
87698799
vary "~1.1.2"
87708800

8801+
express@^4.17.3:
8802+
version "4.19.2"
8803+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
8804+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
8805+
dependencies:
8806+
accepts "~1.3.8"
8807+
array-flatten "1.1.1"
8808+
body-parser "1.20.2"
8809+
content-disposition "0.5.4"
8810+
content-type "~1.0.4"
8811+
cookie "0.6.0"
8812+
cookie-signature "1.0.6"
8813+
debug "2.6.9"
8814+
depd "2.0.0"
8815+
encodeurl "~1.0.2"
8816+
escape-html "~1.0.3"
8817+
etag "~1.8.1"
8818+
finalhandler "1.2.0"
8819+
fresh "0.5.2"
8820+
http-errors "2.0.0"
8821+
merge-descriptors "1.0.1"
8822+
methods "~1.1.2"
8823+
on-finished "2.4.1"
8824+
parseurl "~1.3.3"
8825+
path-to-regexp "0.1.7"
8826+
proxy-addr "~2.0.7"
8827+
qs "6.11.0"
8828+
range-parser "~1.2.1"
8829+
safe-buffer "5.2.1"
8830+
send "0.18.0"
8831+
serve-static "1.15.0"
8832+
setprototypeof "1.2.0"
8833+
statuses "2.0.1"
8834+
type-is "~1.6.18"
8835+
utils-merge "1.0.1"
8836+
vary "~1.1.2"
8837+
87718838
express@^4.18.1:
87728839
version "4.18.2"
87738840
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
@@ -11119,6 +11186,11 @@ istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
1111911186
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
1112011187
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
1112111188

11189+
istanbul-lib-coverage@^3.2.1:
11190+
version "3.2.2"
11191+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756"
11192+
integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==
11193+
1112211194
istanbul-lib-instrument@^5.0.4:
1112311195
version "5.1.0"
1112411196
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a"
@@ -11139,10 +11211,28 @@ istanbul-lib-report@^3.0.0:
1113911211
make-dir "^3.0.0"
1114011212
supports-color "^7.1.0"
1114111213

11142-
istanbul-reports@^3.0.2:
11143-
version "3.1.3"
11144-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.3.tgz#4bcae3103b94518117930d51283690960b50d3c2"
11145-
integrity sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==
11214+
istanbul-lib-report@^3.0.1:
11215+
version "3.0.1"
11216+
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
11217+
integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
11218+
dependencies:
11219+
istanbul-lib-coverage "^3.0.0"
11220+
make-dir "^4.0.0"
11221+
supports-color "^7.1.0"
11222+
11223+
istanbul-lib-source-maps@^4.0.1:
11224+
version "4.0.1"
11225+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
11226+
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
11227+
dependencies:
11228+
debug "^4.1.1"
11229+
istanbul-lib-coverage "^3.0.0"
11230+
source-map "^0.6.1"
11231+
11232+
istanbul-reports@^3.1.6:
11233+
version "3.1.7"
11234+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz#daed12b9e1dca518e15c056e1e537e741280fa0b"
11235+
integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==
1114611236
dependencies:
1114711237
html-escaper "^2.0.0"
1114811238
istanbul-lib-report "^3.0.0"
@@ -12224,6 +12314,13 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
1222412314
dependencies:
1222512315
semver "^6.0.0"
1222612316

12317+
make-dir@^4.0.0:
12318+
version "4.0.0"
12319+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
12320+
integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
12321+
dependencies:
12322+
semver "^7.5.3"
12323+
1222712324
make-fetch-happen@*, make-fetch-happen@^9.0.1, make-fetch-happen@^9.1.0:
1222812325
version "9.1.0"
1222912326
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968"
@@ -14715,6 +14812,16 @@ [email protected]:
1471514812
iconv-lite "0.4.24"
1471614813
unpipe "1.0.0"
1471714814

14815+
14816+
version "2.5.2"
14817+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
14818+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
14819+
dependencies:
14820+
bytes "3.1.2"
14821+
http-errors "2.0.0"
14822+
iconv-lite "0.4.24"
14823+
unpipe "1.0.0"
14824+
1471814825
raw-body@~1.1.0:
1471914826
version "1.1.7"
1472014827
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-1.1.7.tgz#1d027c2bfa116acc6623bca8f00016572a87d425"
@@ -15706,6 +15813,11 @@ semver@^7.0.0, semver@^7.3.7:
1570615813
dependencies:
1570715814
lru-cache "^6.0.0"
1570815815

15816+
semver@^7.5.3:
15817+
version "7.6.3"
15818+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
15819+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
15820+
1570915821
1571015822
version "0.17.2"
1571115823
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)