|
633 | 633 | "@babel/helper-create-regexp-features-plugin" "^7.7.4" |
634 | 634 | "@babel/helper-plugin-utils" "^7.0.0" |
635 | 635 |
|
| 636 | +"@babel/polyfill@^7.7.0": |
| 637 | + version "7.7.0" |
| 638 | + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3" |
| 639 | + integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ== |
| 640 | + dependencies: |
| 641 | + core-js "^2.6.5" |
| 642 | + regenerator-runtime "^0.13.2" |
| 643 | + |
636 | 644 | "@babel/preset-env@^7.7.4": |
637 | 645 | version "7.7.7" |
638 | 646 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac" |
@@ -3058,7 +3066,7 @@ core-js-compat@^3.4.4, core-js-compat@^3.6.0: |
3058 | 3066 | browserslist "^4.8.2" |
3059 | 3067 | semver "7.0.0" |
3060 | 3068 |
|
3061 | | -core-js@^2.4.0: |
| 3069 | +core-js@^2.4.0, core-js@^2.6.10, core-js@^2.6.5: |
3062 | 3070 | version "2.6.11" |
3063 | 3071 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
3064 | 3072 | integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== |
@@ -9833,7 +9841,7 @@ svg-tags@^1.0.0: |
9833 | 9841 | resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" |
9834 | 9842 | integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= |
9835 | 9843 |
|
9836 | | -svgo@^1.0.0: |
| 9844 | +svgo@^1.0.0, svgo@^1.3.2: |
9837 | 9845 | version "1.3.2" |
9838 | 9846 | resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" |
9839 | 9847 | integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== |
@@ -10543,6 +10551,17 @@ vue-style-loader@^4.1.0: |
10543 | 10551 | hash-sum "^1.0.2" |
10544 | 10552 | loader-utils "^1.0.2" |
10545 | 10553 |
|
| 10554 | +vue-svg-inline-loader@^1.4.4: |
| 10555 | + version "1.4.4" |
| 10556 | + resolved "https://registry.yarnpkg.com/vue-svg-inline-loader/-/vue-svg-inline-loader-1.4.4.tgz#255cd58f5e8bb4ba13cc531cf0f07ee61881567d" |
| 10557 | + integrity sha512-iEuebrVvEM/XJ/TndBbndPgdINquEDwEf2hHBUeckgFJoiW0BEM7glgeOoOF3VdfkcmSkIRdrjeSMxDBldQsLw== |
| 10558 | + dependencies: |
| 10559 | + "@babel/polyfill" "^7.7.0" |
| 10560 | + "@babel/runtime" "^7.7.4" |
| 10561 | + core-js "^2.6.10" |
| 10562 | + loader-utils "^1.2.3" |
| 10563 | + svgo "^1.3.2" |
| 10564 | + |
10546 | 10565 | vue-template-compiler@^2.5.21: |
10547 | 10566 | version "2.6.11" |
10548 | 10567 | resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080" |
|
0 commit comments