|
1654 | 1654 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1655 | 1655 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1656 | 1656 |
|
| 1657 | +"@kwsites/file-exists@^1.1.1": |
| 1658 | + version "1.1.1" |
| 1659 | + resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99" |
| 1660 | + integrity sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw== |
| 1661 | + dependencies: |
| 1662 | + debug "^4.1.1" |
| 1663 | + |
| 1664 | +"@kwsites/promise-deferred@^1.1.1": |
| 1665 | + version "1.1.1" |
| 1666 | + resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919" |
| 1667 | + integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw== |
| 1668 | + |
1657 | 1669 | "@miragejs/pretender-node-polyfill@^0.1.0":
|
1658 | 1670 | version "0.1.2"
|
1659 | 1671 | resolved "https://registry.yarnpkg.com/@miragejs/pretender-node-polyfill/-/pretender-node-polyfill-0.1.2.tgz#d26b6b7483fb70cd62189d05c95d2f67153e43f2"
|
@@ -4710,10 +4722,10 @@ chalk@^3.0.0:
|
4710 | 4722 | ansi-styles "^4.1.0"
|
4711 | 4723 | supports-color "^7.1.0"
|
4712 | 4724 |
|
4713 |
| -chalk@^4.0.0, chalk@^4.1.0: |
4714 |
| - version "4.1.0" |
4715 |
| - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
4716 |
| - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
| 4725 | +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: |
| 4726 | + version "4.1.2" |
| 4727 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
| 4728 | + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
4717 | 4729 | dependencies:
|
4718 | 4730 | ansi-styles "^4.1.0"
|
4719 | 4731 | supports-color "^7.1.0"
|
@@ -5656,12 +5668,12 @@ [email protected], debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.
|
5656 | 5668 | dependencies:
|
5657 | 5669 | ms "2.0.0"
|
5658 | 5670 |
|
5659 |
| -debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1: |
5660 |
| - version "4.3.1" |
5661 |
| - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" |
5662 |
| - integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== |
| 5671 | +debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.4.0: |
| 5672 | + version "4.4.1" |
| 5673 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" |
| 5674 | + integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== |
5663 | 5675 | dependencies:
|
5664 |
| - ms "2.1.2" |
| 5676 | + ms "^2.1.3" |
5665 | 5677 |
|
5666 | 5678 | debug@=3.1.0, debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@~3.1.0:
|
5667 | 5679 | version "3.1.0"
|
@@ -6305,7 +6317,20 @@ ember-cli-deploy-progress@^1.3.0:
|
6305 | 6317 | resolved "https://registry.yarnpkg.com/ember-cli-deploy-progress/-/ember-cli-deploy-progress-1.3.0.tgz#18663deed25b4d5397476332f25eed3c3fdf225a"
|
6306 | 6318 | integrity sha1-GGY97tJbTVOXR2My8l7tPD/fIlo=
|
6307 | 6319 |
|
6308 |
| -[email protected], ember-cli-deploy-revision-data@^1.0.0: |
| 6320 | + |
| 6321 | + version "3.0.0" |
| 6322 | + resolved "https://registry.yarnpkg.com/ember-cli-deploy-revision-data/-/ember-cli-deploy-revision-data-3.0.0.tgz#4b3c134b249389be1ee2071ec5ffdbfa3aaa827a" |
| 6323 | + integrity sha512-Sas5fenzGeflGjGCDDRfbDGJZbgEQ+3yUFncFvh+Y2Qv1u3nT0boDO+S33FjbJf3zRuHqZHY+Z+Joi4fed10jg== |
| 6324 | + dependencies: |
| 6325 | + chalk "^4.1.1" |
| 6326 | + core-object "^3.1.5" |
| 6327 | + ember-cli-deploy-plugin "^0.2.9" |
| 6328 | + git-repo-info "^2.1.1" |
| 6329 | + minimatch "^3.1.2" |
| 6330 | + rsvp "^4.8.5" |
| 6331 | + simple-git "^3.19.0" |
| 6332 | + |
| 6333 | +ember-cli-deploy-revision-data@^1.0.0: |
6309 | 6334 | version "1.0.0"
|
6310 | 6335 | resolved "https://registry.yarnpkg.com/ember-cli-deploy-revision-data/-/ember-cli-deploy-revision-data-1.0.0.tgz#e870abc79f25bc96fe5532fec41baa9e1bc3ccc6"
|
6311 | 6336 | integrity sha1-6HCrx58lvJb+VTL+xBuqnhvDzMY=
|
@@ -11131,7 +11156,14 @@ minimalistic-crypto-utils@^1.0.1:
|
11131 | 11156 | resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
|
11132 | 11157 | integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
|
11133 | 11158 |
|
11134 |
| -"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: |
| 11159 | +"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2: |
| 11160 | + version "3.1.2" |
| 11161 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
| 11162 | + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
| 11163 | + dependencies: |
| 11164 | + brace-expansion "^1.1.7" |
| 11165 | + |
| 11166 | +minimatch@~3.0.2: |
11135 | 11167 | version "3.0.4"
|
11136 | 11168 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
11137 | 11169 | integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
11292 | 11324 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
11293 | 11325 | integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
|
11294 | 11326 |
|
11295 |
| - |
11296 |
| - version "2.1.2" |
11297 |
| - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
11298 |
| - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
| 11327 | +ms@^2.1.1, ms@^2.1.3: |
| 11328 | + version "2.1.3" |
| 11329 | + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
| 11330 | + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
11299 | 11331 |
|
11300 | 11332 | mustache@^3.0.0:
|
11301 | 11333 | version "3.2.1"
|
@@ -13849,6 +13881,15 @@ simple-git@^1.57.0:
|
13849 | 13881 | dependencies:
|
13850 | 13882 | debug "^4.0.1"
|
13851 | 13883 |
|
| 13884 | +simple-git@^3.19.0: |
| 13885 | + version "3.28.0" |
| 13886 | + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.28.0.tgz#c6345b2e387880f8450788a1e388573366ae48ac" |
| 13887 | + integrity sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w== |
| 13888 | + dependencies: |
| 13889 | + "@kwsites/file-exists" "^1.1.1" |
| 13890 | + "@kwsites/promise-deferred" "^1.1.1" |
| 13891 | + debug "^4.4.0" |
| 13892 | + |
13852 | 13893 | simple-html-tokenizer@^0.5.10, simple-html-tokenizer@^0.5.8:
|
13853 | 13894 | version "0.5.11"
|
13854 | 13895 | resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.11.tgz#4c5186083c164ba22a7b477b7687ac056ad6b1d9"
|
|
0 commit comments