|
1014 | 1014 | dependencies: |
1015 | 1015 | any-observable "^0.3.0" |
1016 | 1016 |
|
1017 | | -"@types/anymatch@*": |
1018 | | - version "1.3.1" |
1019 | | - resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
1020 | | - integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
1021 | | - |
1022 | 1017 | "@types/babel__core@^7.1.0": |
1023 | 1018 | version "7.1.12" |
1024 | 1019 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d" |
|
1110 | 1105 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" |
1111 | 1106 | integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== |
1112 | 1107 |
|
1113 | | -"@types/tapable@*", "@types/tapable@^1.0.5": |
1114 | | - version "1.0.6" |
1115 | | - resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74" |
1116 | | - integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== |
| 1108 | +"@types/tapable@^1", "@types/tapable@^1.0.5": |
| 1109 | + version "1.0.8" |
| 1110 | + resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" |
| 1111 | + integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== |
1117 | 1112 |
|
1118 | 1113 | "@types/uglify-js@*": |
1119 | 1114 | version "3.12.0" |
|
1132 | 1127 | source-map "^0.7.3" |
1133 | 1128 |
|
1134 | 1129 | "@types/webpack@^4.41.8": |
1135 | | - version "4.41.26" |
1136 | | - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef" |
1137 | | - integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== |
| 1130 | + version "4.41.32" |
| 1131 | + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" |
| 1132 | + integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== |
1138 | 1133 | dependencies: |
1139 | | - "@types/anymatch" "*" |
1140 | 1134 | "@types/node" "*" |
1141 | | - "@types/tapable" "*" |
| 1135 | + "@types/tapable" "^1" |
1142 | 1136 | "@types/uglify-js" "*" |
1143 | 1137 | "@types/webpack-sources" "*" |
| 1138 | + anymatch "^3.0.0" |
1144 | 1139 | source-map "^0.6.0" |
1145 | 1140 |
|
1146 | 1141 | "@types/yargs-parser@*": |
@@ -1415,22 +1410,14 @@ any-observable@^0.3.0: |
1415 | 1410 | resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b" |
1416 | 1411 | integrity sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== |
1417 | 1412 |
|
1418 | | -anymatch@^2.0.0: |
| 1413 | +anymatch@^2.0.0, anymatch@^3.0.0, anymatch@~3.1.2: |
1419 | 1414 | version "2.0.0" |
1420 | 1415 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
1421 | 1416 | integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== |
1422 | 1417 | dependencies: |
1423 | 1418 | micromatch "^3.1.4" |
1424 | 1419 | normalize-path "^2.1.1" |
1425 | 1420 |
|
1426 | | -anymatch@~3.1.1: |
1427 | | - version "3.1.1" |
1428 | | - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" |
1429 | | - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== |
1430 | | - dependencies: |
1431 | | - normalize-path "^3.0.0" |
1432 | | - picomatch "^2.0.4" |
1433 | | - |
1434 | 1421 | apache-2.0-header@^1.0.1: |
1435 | 1422 | version "1.0.1" |
1436 | 1423 | resolved "https://registry.yarnpkg.com/apache-2.0-header/-/apache-2.0-header-1.0.1.tgz#1ec0cd1bdfaeed7e81884a453fa2e213d5ebd3c4" |
@@ -2078,19 +2065,19 @@ chokidar@^2.1.8: |
2078 | 2065 | fsevents "^1.2.7" |
2079 | 2066 |
|
2080 | 2067 | chokidar@^3.4.0, chokidar@^3.4.1: |
2081 | | - version "3.5.1" |
2082 | | - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" |
2083 | | - integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== |
| 2068 | + version "3.5.3" |
| 2069 | + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" |
| 2070 | + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== |
2084 | 2071 | dependencies: |
2085 | | - anymatch "~3.1.1" |
| 2072 | + anymatch "~3.1.2" |
2086 | 2073 | braces "~3.0.2" |
2087 | | - glob-parent "~5.1.0" |
| 2074 | + glob-parent "~5.1.2" |
2088 | 2075 | is-binary-path "~2.1.0" |
2089 | 2076 | is-glob "~4.0.1" |
2090 | 2077 | normalize-path "~3.0.0" |
2091 | | - readdirp "~3.5.0" |
| 2078 | + readdirp "~3.6.0" |
2092 | 2079 | optionalDependencies: |
2093 | | - fsevents "~2.3.1" |
| 2080 | + fsevents "~2.3.2" |
2094 | 2081 |
|
2095 | 2082 | chownr@^1.1.1: |
2096 | 2083 | version "1.1.4" |
@@ -3523,7 +3510,7 @@ fsevents@^1.2.7: |
3523 | 3510 | bindings "^1.5.0" |
3524 | 3511 | nan "^2.12.1" |
3525 | 3512 |
|
3526 | | -fsevents@~2.3.1: |
| 3513 | +fsevents@~2.3.2: |
3527 | 3514 | version "2.3.2" |
3528 | 3515 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" |
3529 | 3516 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== |
@@ -3604,10 +3591,10 @@ glob-parent@^3.1.0: |
3604 | 3591 | is-glob "^3.1.0" |
3605 | 3592 | path-dirname "^1.0.0" |
3606 | 3593 |
|
3607 | | -glob-parent@~5.1.0: |
3608 | | - version "5.1.1" |
3609 | | - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" |
3610 | | - integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== |
| 3594 | +glob-parent@~5.1.2: |
| 3595 | + version "5.1.2" |
| 3596 | + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" |
| 3597 | + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== |
3611 | 3598 | dependencies: |
3612 | 3599 | is-glob "^4.0.1" |
3613 | 3600 |
|
@@ -6065,7 +6052,7 @@ performance-now@^2.1.0: |
6065 | 6052 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
6066 | 6053 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= |
6067 | 6054 |
|
6068 | | -picomatch@^2.0.4, picomatch@^2.2.1: |
| 6055 | +picomatch@^2.2.1: |
6069 | 6056 | version "2.2.2" |
6070 | 6057 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
6071 | 6058 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== |
@@ -6442,10 +6429,10 @@ readdirp@^2.2.1: |
6442 | 6429 | micromatch "^3.1.10" |
6443 | 6430 | readable-stream "^2.0.2" |
6444 | 6431 |
|
6445 | | -readdirp@~3.5.0: |
6446 | | - version "3.5.0" |
6447 | | - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" |
6448 | | - integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== |
| 6432 | +readdirp@~3.6.0: |
| 6433 | + version "3.6.0" |
| 6434 | + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" |
| 6435 | + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== |
6449 | 6436 | dependencies: |
6450 | 6437 | picomatch "^2.2.1" |
6451 | 6438 |
|
|
0 commit comments