diff options
-rw-r--r-- | package.json | 20 | ||||
-rw-r--r-- | yarn.lock | 1750 |
2 files changed, 872 insertions, 898 deletions
diff --git a/package.json b/package.json index 28dd825..ac96f68 100644 --- a/package.json +++ b/package.json | |||
@@ -8,8 +8,8 @@ | |||
8 | "lint": "vue-cli-service lint" | 8 | "lint": "vue-cli-service lint" |
9 | }, | 9 | }, |
10 | "dependencies": { | 10 | "dependencies": { |
11 | "@fortawesome/fontawesome-free": "^5.13.0", | 11 | "@fortawesome/fontawesome-free": "^5.13.1", |
12 | "bulma": "^0.8.2", | 12 | "bulma": "^0.9.0", |
13 | "core-js": "^3.6.4", | 13 | "core-js": "^3.6.4", |
14 | "js-yaml": "^3.14.0", | 14 | "js-yaml": "^3.14.0", |
15 | "lodash.merge": "^4.6.2", | 15 | "lodash.merge": "^4.6.2", |
@@ -17,19 +17,19 @@ | |||
17 | "vue": "^2.6.11" | 17 | "vue": "^2.6.11" |
18 | }, | 18 | }, |
19 | "devDependencies": { | 19 | "devDependencies": { |
20 | "@vue/cli-plugin-babel": "~4.4.1", | 20 | "@vue/cli-plugin-babel": "~4.4.6", |
21 | "@vue/cli-plugin-eslint": "~4.4.1", | 21 | "@vue/cli-plugin-eslint": "~4.4.6", |
22 | "@vue/cli-plugin-pwa": "~4.4.1", | 22 | "@vue/cli-plugin-pwa": "~4.4.6", |
23 | "@vue/cli-service": "~4.4.1", | 23 | "@vue/cli-service": "~4.4.6", |
24 | "@vue/eslint-config-prettier": "^6.0.0", | 24 | "@vue/eslint-config-prettier": "^6.0.0", |
25 | "babel-eslint": "^10.1.0", | 25 | "babel-eslint": "^10.1.0", |
26 | "eslint": "^7.2.0", | 26 | "eslint": "^7.4.0", |
27 | "eslint-plugin-prettier": "^3.1.1", | 27 | "eslint-plugin-prettier": "^3.1.4", |
28 | "eslint-plugin-vue": "^6.2.2", | 28 | "eslint-plugin-vue": "^6.2.2", |
29 | "prettier": "^2.0.5", | 29 | "prettier": "^2.0.5", |
30 | "raw-loader": "^4.0.1", | 30 | "raw-loader": "^4.0.1", |
31 | "sass": "^1.26.8", | 31 | "sass": "^1.26.10", |
32 | "sass-loader": "^8.0.2", | 32 | "sass-loader": "^9.0.2", |
33 | "vue-template-compiler": "^2.6.11" | 33 | "vue-template-compiler": "^2.6.11" |
34 | } | 34 | } |
35 | } | 35 | } |
@@ -2,35 +2,35 @@ | |||
2 | # yarn lockfile v1 | 2 | # yarn lockfile v1 |
3 | 3 | ||
4 | 4 | ||
5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": | 5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
6 | version "7.10.1" | 6 | version "7.10.4" |
7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
8 | integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== | 8 | integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
9 | dependencies: | 9 | dependencies: |
10 | "@babel/highlight" "^7.10.1" | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 | ||
12 | "@babel/compat-data@^7.10.1": | 12 | "@babel/compat-data@^7.10.4": |
13 | version "7.10.1" | 13 | version "7.10.4" |
14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.1.tgz#b1085ffe72cd17bf2c0ee790fc09f9626011b2db" | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz#706a6484ee6f910b719b696a9194f8da7d7ac241" |
15 | integrity sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw== | 15 | integrity sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw== |
16 | dependencies: | 16 | dependencies: |
17 | browserslist "^4.12.0" | 17 | browserslist "^4.12.0" |
18 | invariant "^2.2.4" | 18 | invariant "^2.2.4" |
19 | semver "^5.5.0" | 19 | semver "^5.5.0" |
20 | 20 | ||
21 | "@babel/core@^7.9.6": | 21 | "@babel/core@^7.9.6": |
22 | version "7.10.2" | 22 | version "7.10.4" |
23 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" | 23 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
24 | integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== | 24 | integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
25 | dependencies: | 25 | dependencies: |
26 | "@babel/code-frame" "^7.10.1" | 26 | "@babel/code-frame" "^7.10.4" |
27 | "@babel/generator" "^7.10.2" | 27 | "@babel/generator" "^7.10.4" |
28 | "@babel/helper-module-transforms" "^7.10.1" | 28 | "@babel/helper-module-transforms" "^7.10.4" |
29 | "@babel/helpers" "^7.10.1" | 29 | "@babel/helpers" "^7.10.4" |
30 | "@babel/parser" "^7.10.2" | 30 | "@babel/parser" "^7.10.4" |
31 | "@babel/template" "^7.10.1" | 31 | "@babel/template" "^7.10.4" |
32 | "@babel/traverse" "^7.10.1" | 32 | "@babel/traverse" "^7.10.4" |
33 | "@babel/types" "^7.10.2" | 33 | "@babel/types" "^7.10.4" |
34 | convert-source-map "^1.7.0" | 34 | convert-source-map "^1.7.0" |
35 | debug "^4.1.0" | 35 | debug "^4.1.0" |
36 | gensync "^1.0.0-beta.1" | 36 | gensync "^1.0.0-beta.1" |
@@ -40,321 +40,321 @@ | |||
40 | semver "^5.4.1" | 40 | semver "^5.4.1" |
41 | source-map "^0.5.0" | 41 | source-map "^0.5.0" |
42 | 42 | ||
43 | "@babel/generator@^7.10.1", "@babel/generator@^7.10.2": | 43 | "@babel/generator@^7.10.4": |
44 | version "7.10.2" | 44 | version "7.10.4" |
45 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" | 45 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
46 | integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== | 46 | integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
47 | dependencies: | 47 | dependencies: |
48 | "@babel/types" "^7.10.2" | 48 | "@babel/types" "^7.10.4" |
49 | jsesc "^2.5.1" | 49 | jsesc "^2.5.1" |
50 | lodash "^4.17.13" | 50 | lodash "^4.17.13" |
51 | source-map "^0.5.0" | 51 | source-map "^0.5.0" |
52 | 52 | ||
53 | "@babel/helper-annotate-as-pure@^7.10.1": | 53 | "@babel/helper-annotate-as-pure@^7.10.4": |
54 | version "7.10.1" | 54 | version "7.10.4" |
55 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268" | 55 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
56 | integrity sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw== | 56 | integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== |
57 | dependencies: | 57 | dependencies: |
58 | "@babel/types" "^7.10.1" | 58 | "@babel/types" "^7.10.4" |
59 | 59 | ||
60 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.10.1": | 60 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": |
61 | version "7.10.1" | 61 | version "7.10.4" |
62 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz#0ec7d9be8174934532661f87783eb18d72290059" | 62 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" |
63 | integrity sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw== | 63 | integrity sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== |
64 | dependencies: | 64 | dependencies: |
65 | "@babel/helper-explode-assignable-expression" "^7.10.1" | 65 | "@babel/helper-explode-assignable-expression" "^7.10.4" |
66 | "@babel/types" "^7.10.1" | 66 | "@babel/types" "^7.10.4" |
67 | 67 | ||
68 | "@babel/helper-compilation-targets@^7.10.2", "@babel/helper-compilation-targets@^7.9.6": | 68 | "@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.9.6": |
69 | version "7.10.2" | 69 | version "7.10.4" |
70 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285" | 70 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2" |
71 | integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA== | 71 | integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== |
72 | dependencies: | 72 | dependencies: |
73 | "@babel/compat-data" "^7.10.1" | 73 | "@babel/compat-data" "^7.10.4" |
74 | browserslist "^4.12.0" | 74 | browserslist "^4.12.0" |
75 | invariant "^2.2.4" | 75 | invariant "^2.2.4" |
76 | levenary "^1.1.1" | 76 | levenary "^1.1.1" |
77 | semver "^5.5.0" | 77 | semver "^5.5.0" |
78 | 78 | ||
79 | "@babel/helper-create-class-features-plugin@^7.10.1": | 79 | "@babel/helper-create-class-features-plugin@^7.10.4": |
80 | version "7.10.2" | 80 | version "7.10.4" |
81 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67" | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355" |
82 | integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ== | 82 | integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== |
83 | dependencies: | 83 | dependencies: |
84 | "@babel/helper-function-name" "^7.10.1" | 84 | "@babel/helper-function-name" "^7.10.4" |
85 | "@babel/helper-member-expression-to-functions" "^7.10.1" | 85 | "@babel/helper-member-expression-to-functions" "^7.10.4" |
86 | "@babel/helper-optimise-call-expression" "^7.10.1" | 86 | "@babel/helper-optimise-call-expression" "^7.10.4" |
87 | "@babel/helper-plugin-utils" "^7.10.1" | 87 | "@babel/helper-plugin-utils" "^7.10.4" |
88 | "@babel/helper-replace-supers" "^7.10.1" | 88 | "@babel/helper-replace-supers" "^7.10.4" |
89 | "@babel/helper-split-export-declaration" "^7.10.1" | 89 | "@babel/helper-split-export-declaration" "^7.10.4" |
90 | 90 | ||
91 | "@babel/helper-create-regexp-features-plugin@^7.10.1", "@babel/helper-create-regexp-features-plugin@^7.8.3": | 91 | "@babel/helper-create-regexp-features-plugin@^7.10.4": |
92 | version "7.10.1" | 92 | version "7.10.4" |
93 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz#1b8feeab1594cbcfbf3ab5a3bbcabac0468efdbd" | 93 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8" |
94 | integrity sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA== | 94 | integrity sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== |
95 | dependencies: | 95 | dependencies: |
96 | "@babel/helper-annotate-as-pure" "^7.10.1" | 96 | "@babel/helper-annotate-as-pure" "^7.10.4" |
97 | "@babel/helper-regex" "^7.10.1" | 97 | "@babel/helper-regex" "^7.10.4" |
98 | regexpu-core "^4.7.0" | 98 | regexpu-core "^4.7.0" |
99 | 99 | ||
100 | "@babel/helper-define-map@^7.10.1": | 100 | "@babel/helper-define-map@^7.10.4": |
101 | version "7.10.1" | 101 | version "7.10.4" |
102 | resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz#5e69ee8308648470dd7900d159c044c10285221d" | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz#f037ad794264f729eda1889f4ee210b870999092" |
103 | integrity sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg== | 103 | integrity sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA== |
104 | dependencies: | 104 | dependencies: |
105 | "@babel/helper-function-name" "^7.10.1" | 105 | "@babel/helper-function-name" "^7.10.4" |
106 | "@babel/types" "^7.10.1" | 106 | "@babel/types" "^7.10.4" |
107 | lodash "^4.17.13" | 107 | lodash "^4.17.13" |
108 | 108 | ||
109 | "@babel/helper-explode-assignable-expression@^7.10.1": | 109 | "@babel/helper-explode-assignable-expression@^7.10.4": |
110 | version "7.10.1" | 110 | version "7.10.4" |
111 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz#e9d76305ee1162ca467357ae25df94f179af2b7e" | 111 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz#40a1cd917bff1288f699a94a75b37a1a2dbd8c7c" |
112 | integrity sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg== | 112 | integrity sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A== |
113 | dependencies: | 113 | dependencies: |
114 | "@babel/traverse" "^7.10.1" | 114 | "@babel/traverse" "^7.10.4" |
115 | "@babel/types" "^7.10.1" | 115 | "@babel/types" "^7.10.4" |
116 | 116 | ||
117 | "@babel/helper-function-name@^7.10.1": | 117 | "@babel/helper-function-name@^7.10.4": |
118 | version "7.10.1" | 118 | version "7.10.4" |
119 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" | 119 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
120 | integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== | 120 | integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
121 | dependencies: | 121 | dependencies: |
122 | "@babel/helper-get-function-arity" "^7.10.1" | 122 | "@babel/helper-get-function-arity" "^7.10.4" |
123 | "@babel/template" "^7.10.1" | 123 | "@babel/template" "^7.10.4" |
124 | "@babel/types" "^7.10.1" | 124 | "@babel/types" "^7.10.4" |
125 | 125 | ||
126 | "@babel/helper-get-function-arity@^7.10.1": | 126 | "@babel/helper-get-function-arity@^7.10.4": |
127 | version "7.10.1" | 127 | version "7.10.4" |
128 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" | 128 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
129 | integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== | 129 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
130 | dependencies: | 130 | dependencies: |
131 | "@babel/types" "^7.10.1" | 131 | "@babel/types" "^7.10.4" |
132 | 132 | ||
133 | "@babel/helper-hoist-variables@^7.10.1": | 133 | "@babel/helper-hoist-variables@^7.10.4": |
134 | version "7.10.1" | 134 | version "7.10.4" |
135 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz#7e77c82e5dcae1ebf123174c385aaadbf787d077" | 135 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" |
136 | integrity sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg== | 136 | integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== |
137 | dependencies: | 137 | dependencies: |
138 | "@babel/types" "^7.10.1" | 138 | "@babel/types" "^7.10.4" |
139 | 139 | ||
140 | "@babel/helper-member-expression-to-functions@^7.10.1": | 140 | "@babel/helper-member-expression-to-functions@^7.10.4": |
141 | version "7.10.1" | 141 | version "7.10.4" |
142 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15" | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
143 | integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g== | 143 | integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== |
144 | dependencies: | 144 | dependencies: |
145 | "@babel/types" "^7.10.1" | 145 | "@babel/types" "^7.10.4" |
146 | 146 | ||
147 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.8.3": | 147 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3": |
148 | version "7.10.1" | 148 | version "7.10.4" |
149 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876" | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
150 | integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg== | 150 | integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
151 | dependencies: | 151 | dependencies: |
152 | "@babel/types" "^7.10.1" | 152 | "@babel/types" "^7.10.4" |
153 | 153 | ||
154 | "@babel/helper-module-transforms@^7.10.1": | 154 | "@babel/helper-module-transforms@^7.10.4": |
155 | version "7.10.1" | 155 | version "7.10.4" |
156 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622" | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
157 | integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== | 157 | integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
158 | dependencies: | 158 | dependencies: |
159 | "@babel/helper-module-imports" "^7.10.1" | 159 | "@babel/helper-module-imports" "^7.10.4" |
160 | "@babel/helper-replace-supers" "^7.10.1" | 160 | "@babel/helper-replace-supers" "^7.10.4" |
161 | "@babel/helper-simple-access" "^7.10.1" | 161 | "@babel/helper-simple-access" "^7.10.4" |
162 | "@babel/helper-split-export-declaration" "^7.10.1" | 162 | "@babel/helper-split-export-declaration" "^7.10.4" |
163 | "@babel/template" "^7.10.1" | 163 | "@babel/template" "^7.10.4" |
164 | "@babel/types" "^7.10.1" | 164 | "@babel/types" "^7.10.4" |
165 | lodash "^4.17.13" | 165 | lodash "^4.17.13" |
166 | 166 | ||
167 | "@babel/helper-optimise-call-expression@^7.10.1": | 167 | "@babel/helper-optimise-call-expression@^7.10.4": |
168 | version "7.10.1" | 168 | version "7.10.4" |
169 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543" | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
170 | integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg== | 170 | integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
171 | dependencies: | 171 | dependencies: |
172 | "@babel/types" "^7.10.1" | 172 | "@babel/types" "^7.10.4" |
173 | 173 | ||
174 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0": | 174 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": |
175 | version "7.10.1" | 175 | version "7.10.4" |
176 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127" | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
177 | integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== | 177 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
178 | 178 | ||
179 | "@babel/helper-regex@^7.10.1": | 179 | "@babel/helper-regex@^7.10.4": |
180 | version "7.10.1" | 180 | version "7.10.4" |
181 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.1.tgz#021cf1a7ba99822f993222a001cc3fec83255b96" | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.4.tgz#59b373daaf3458e5747dece71bbaf45f9676af6d" |
182 | integrity sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g== | 182 | integrity sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ== |
183 | dependencies: | 183 | dependencies: |
184 | lodash "^4.17.13" | 184 | lodash "^4.17.13" |
185 | 185 | ||
186 | "@babel/helper-remap-async-to-generator@^7.10.1": | 186 | "@babel/helper-remap-async-to-generator@^7.10.4": |
187 | version "7.10.1" | 187 | version "7.10.4" |
188 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz#bad6aaa4ff39ce8d4b82ccaae0bfe0f7dbb5f432" | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz#fce8bea4e9690bbe923056ded21e54b4e8b68ed5" |
189 | integrity sha512-RfX1P8HqsfgmJ6CwaXGKMAqbYdlleqglvVtht0HGPMSsy2V6MqLlOJVF/0Qyb/m2ZCi2z3q3+s6Pv7R/dQuZ6A== | 189 | integrity sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg== |
190 | dependencies: | 190 | dependencies: |
191 | "@babel/helper-annotate-as-pure" "^7.10.1" | 191 | "@babel/helper-annotate-as-pure" "^7.10.4" |
192 | "@babel/helper-wrap-function" "^7.10.1" | 192 | "@babel/helper-wrap-function" "^7.10.4" |
193 | "@babel/template" "^7.10.1" | 193 | "@babel/template" "^7.10.4" |
194 | "@babel/traverse" "^7.10.1" | 194 | "@babel/traverse" "^7.10.4" |
195 | "@babel/types" "^7.10.1" | 195 | "@babel/types" "^7.10.4" |
196 | 196 | ||
197 | "@babel/helper-replace-supers@^7.10.1": | 197 | "@babel/helper-replace-supers@^7.10.4": |
198 | version "7.10.1" | 198 | version "7.10.4" |
199 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d" | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
200 | integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A== | 200 | integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
201 | dependencies: | 201 | dependencies: |
202 | "@babel/helper-member-expression-to-functions" "^7.10.1" | 202 | "@babel/helper-member-expression-to-functions" "^7.10.4" |
203 | "@babel/helper-optimise-call-expression" "^7.10.1" | 203 | "@babel/helper-optimise-call-expression" "^7.10.4" |
204 | "@babel/traverse" "^7.10.1" | 204 | "@babel/traverse" "^7.10.4" |
205 | "@babel/types" "^7.10.1" | 205 | "@babel/types" "^7.10.4" |
206 | 206 | ||
207 | "@babel/helper-simple-access@^7.10.1": | 207 | "@babel/helper-simple-access@^7.10.4": |
208 | version "7.10.1" | 208 | version "7.10.4" |
209 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e" | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
210 | integrity sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw== | 210 | integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== |
211 | dependencies: | 211 | dependencies: |
212 | "@babel/template" "^7.10.1" | 212 | "@babel/template" "^7.10.4" |
213 | "@babel/types" "^7.10.1" | 213 | "@babel/types" "^7.10.4" |
214 | 214 | ||
215 | "@babel/helper-split-export-declaration@^7.10.1": | 215 | "@babel/helper-split-export-declaration@^7.10.4": |
216 | version "7.10.1" | 216 | version "7.10.4" |
217 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f" | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
218 | integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g== | 218 | integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
219 | dependencies: | 219 | dependencies: |
220 | "@babel/types" "^7.10.1" | 220 | "@babel/types" "^7.10.4" |
221 | 221 | ||
222 | "@babel/helper-validator-identifier@^7.10.1": | 222 | "@babel/helper-validator-identifier@^7.10.4": |
223 | version "7.10.1" | 223 | version "7.10.4" |
224 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" | 224 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
225 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== | 225 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
226 | 226 | ||
227 | "@babel/helper-wrap-function@^7.10.1": | 227 | "@babel/helper-wrap-function@^7.10.4": |
228 | version "7.10.1" | 228 | version "7.10.4" |
229 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9" | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" |
230 | integrity sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ== | 230 | integrity sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== |
231 | dependencies: | 231 | dependencies: |
232 | "@babel/helper-function-name" "^7.10.1" | 232 | "@babel/helper-function-name" "^7.10.4" |
233 | "@babel/template" "^7.10.1" | 233 | "@babel/template" "^7.10.4" |
234 | "@babel/traverse" "^7.10.1" | 234 | "@babel/traverse" "^7.10.4" |
235 | "@babel/types" "^7.10.1" | 235 | "@babel/types" "^7.10.4" |
236 | 236 | ||
237 | "@babel/helpers@^7.10.1": | 237 | "@babel/helpers@^7.10.4": |
238 | version "7.10.1" | 238 | version "7.10.4" |
239 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" | 239 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
240 | integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== | 240 | integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
241 | dependencies: | 241 | dependencies: |
242 | "@babel/template" "^7.10.1" | 242 | "@babel/template" "^7.10.4" |
243 | "@babel/traverse" "^7.10.1" | 243 | "@babel/traverse" "^7.10.4" |
244 | "@babel/types" "^7.10.1" | 244 | "@babel/types" "^7.10.4" |
245 | 245 | ||
246 | "@babel/highlight@^7.10.1": | 246 | "@babel/highlight@^7.10.4": |
247 | version "7.10.1" | 247 | version "7.10.4" |
248 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" | 248 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
249 | integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== | 249 | integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
250 | dependencies: | 250 | dependencies: |
251 | "@babel/helper-validator-identifier" "^7.10.1" | 251 | "@babel/helper-validator-identifier" "^7.10.4" |
252 | chalk "^2.0.0" | 252 | chalk "^2.0.0" |
253 | js-tokens "^4.0.0" | 253 | js-tokens "^4.0.0" |
254 | 254 | ||
255 | "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.7.0": | 255 | "@babel/parser@^7.10.4", "@babel/parser@^7.7.0": |
256 | version "7.10.2" | 256 | version "7.10.4" |
257 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" | 257 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
258 | integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== | 258 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
259 | 259 | ||
260 | "@babel/plugin-proposal-async-generator-functions@^7.10.1": | 260 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
261 | version "7.10.1" | 261 | version "7.10.4" |
262 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz#6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55" | 262 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6" |
263 | integrity sha512-vzZE12ZTdB336POZjmpblWfNNRpMSua45EYnRigE2XsZxcXcIyly2ixnTJasJE4Zq3U7t2d8rRF7XRUuzHxbOw== | 263 | integrity sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg== |
264 | dependencies: | 264 | dependencies: |
265 | "@babel/helper-plugin-utils" "^7.10.1" | 265 | "@babel/helper-plugin-utils" "^7.10.4" |
266 | "@babel/helper-remap-async-to-generator" "^7.10.1" | 266 | "@babel/helper-remap-async-to-generator" "^7.10.4" |
267 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 267 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
268 | 268 | ||
269 | "@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.8.3": | 269 | "@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.8.3": |
270 | version "7.10.1" | 270 | version "7.10.4" |
271 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz#046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01" | 271 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" |
272 | integrity sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw== | 272 | integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== |
273 | dependencies: | 273 | dependencies: |
274 | "@babel/helper-create-class-features-plugin" "^7.10.1" | 274 | "@babel/helper-create-class-features-plugin" "^7.10.4" |
275 | "@babel/helper-plugin-utils" "^7.10.1" | 275 | "@babel/helper-plugin-utils" "^7.10.4" |
276 | 276 | ||
277 | "@babel/plugin-proposal-decorators@^7.8.3": | 277 | "@babel/plugin-proposal-decorators@^7.8.3": |
278 | version "7.10.1" | 278 | version "7.10.4" |
279 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.1.tgz#9373c2d8db45345c6e30452ad77b469758e5c8f7" | 279 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.4.tgz#fe20ef10cc73f386f70910fca48798041cd357c7" |
280 | integrity sha512-xBfteh352MTke2U1NpclzMDmAmCdQ2fBZjhZQQfGTjXw6qcRYMkt528sA1U8o0ThDCSeuETXIj5bOGdxN+5gkw== | 280 | integrity sha512-JHTWjQngOPv+ZQQqOGv2x6sCCr4IYWy7S1/VH6BE9ZfkoLrdQ2GpEP3tfb5M++G9PwvqjhY8VC/C3tXm+/eHvA== |
281 | dependencies: | 281 | dependencies: |
282 | "@babel/helper-create-class-features-plugin" "^7.10.1" | 282 | "@babel/helper-create-class-features-plugin" "^7.10.4" |
283 | "@babel/helper-plugin-utils" "^7.10.1" | 283 | "@babel/helper-plugin-utils" "^7.10.4" |
284 | "@babel/plugin-syntax-decorators" "^7.10.1" | 284 | "@babel/plugin-syntax-decorators" "^7.10.4" |
285 | 285 | ||
286 | "@babel/plugin-proposal-dynamic-import@^7.10.1": | 286 | "@babel/plugin-proposal-dynamic-import@^7.10.4": |
287 | version "7.10.1" | 287 | version "7.10.4" |
288 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz#e36979dc1dc3b73f6d6816fc4951da2363488ef0" | 288 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e" |
289 | integrity sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA== | 289 | integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== |
290 | dependencies: | 290 | dependencies: |
291 | "@babel/helper-plugin-utils" "^7.10.1" | 291 | "@babel/helper-plugin-utils" "^7.10.4" |
292 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 292 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
293 | 293 | ||
294 | "@babel/plugin-proposal-json-strings@^7.10.1": | 294 | "@babel/plugin-proposal-json-strings@^7.10.4": |
295 | version "7.10.1" | 295 | version "7.10.4" |
296 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz#b1e691ee24c651b5a5e32213222b2379734aff09" | 296 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" |
297 | integrity sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg== | 297 | integrity sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== |
298 | dependencies: | 298 | dependencies: |
299 | "@babel/helper-plugin-utils" "^7.10.1" | 299 | "@babel/helper-plugin-utils" "^7.10.4" |
300 | "@babel/plugin-syntax-json-strings" "^7.8.0" | 300 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
301 | 301 | ||
302 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1": | 302 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
303 | version "7.10.1" | 303 | version "7.10.4" |
304 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz#02dca21673842ff2fe763ac253777f235e9bbf78" | 304 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
305 | integrity sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA== | 305 | integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== |
306 | dependencies: | 306 | dependencies: |
307 | "@babel/helper-plugin-utils" "^7.10.1" | 307 | "@babel/helper-plugin-utils" "^7.10.4" |
308 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" | 308 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
309 | 309 | ||
310 | "@babel/plugin-proposal-numeric-separator@^7.10.1": | 310 | "@babel/plugin-proposal-numeric-separator@^7.10.4": |
311 | version "7.10.1" | 311 | version "7.10.4" |
312 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz#a9a38bc34f78bdfd981e791c27c6fdcec478c123" | 312 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06" |
313 | integrity sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA== | 313 | integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== |
314 | dependencies: | 314 | dependencies: |
315 | "@babel/helper-plugin-utils" "^7.10.1" | 315 | "@babel/helper-plugin-utils" "^7.10.4" |
316 | "@babel/plugin-syntax-numeric-separator" "^7.10.1" | 316 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
317 | 317 | ||
318 | "@babel/plugin-proposal-object-rest-spread@^7.10.1": | 318 | "@babel/plugin-proposal-object-rest-spread@^7.10.4": |
319 | version "7.10.1" | 319 | version "7.10.4" |
320 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz#cba44908ac9f142650b4a65b8aa06bf3478d5fb6" | 320 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" |
321 | integrity sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ== | 321 | integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== |
322 | dependencies: | 322 | dependencies: |
323 | "@babel/helper-plugin-utils" "^7.10.1" | 323 | "@babel/helper-plugin-utils" "^7.10.4" |
324 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" | 324 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
325 | "@babel/plugin-transform-parameters" "^7.10.1" | 325 | "@babel/plugin-transform-parameters" "^7.10.4" |
326 | 326 | ||
327 | "@babel/plugin-proposal-optional-catch-binding@^7.10.1": | 327 | "@babel/plugin-proposal-optional-catch-binding@^7.10.4": |
328 | version "7.10.1" | 328 | version "7.10.4" |
329 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz#c9f86d99305f9fa531b568ff5ab8c964b8b223d2" | 329 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd" |
330 | integrity sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA== | 330 | integrity sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== |
331 | dependencies: | 331 | dependencies: |
332 | "@babel/helper-plugin-utils" "^7.10.1" | 332 | "@babel/helper-plugin-utils" "^7.10.4" |
333 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 333 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
334 | 334 | ||
335 | "@babel/plugin-proposal-optional-chaining@^7.10.1": | 335 | "@babel/plugin-proposal-optional-chaining@^7.10.4": |
336 | version "7.10.1" | 336 | version "7.10.4" |
337 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz#15f5d6d22708629451a91be28f8facc55b0e818c" | 337 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" |
338 | integrity sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA== | 338 | integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== |
339 | dependencies: | 339 | dependencies: |
340 | "@babel/helper-plugin-utils" "^7.10.1" | 340 | "@babel/helper-plugin-utils" "^7.10.4" |
341 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" | 341 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
342 | 342 | ||
343 | "@babel/plugin-proposal-private-methods@^7.10.1": | 343 | "@babel/plugin-proposal-private-methods@^7.10.4": |
344 | version "7.10.1" | 344 | version "7.10.4" |
345 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz#ed85e8058ab0fe309c3f448e5e1b73ca89cdb598" | 345 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz#b160d972b8fdba5c7d111a145fc8c421fc2a6909" |
346 | integrity sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg== | 346 | integrity sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== |
347 | dependencies: | 347 | dependencies: |
348 | "@babel/helper-create-class-features-plugin" "^7.10.1" | 348 | "@babel/helper-create-class-features-plugin" "^7.10.4" |
349 | "@babel/helper-plugin-utils" "^7.10.1" | 349 | "@babel/helper-plugin-utils" "^7.10.4" |
350 | 350 | ||
351 | "@babel/plugin-proposal-unicode-property-regex@^7.10.1", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": | 351 | "@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": |
352 | version "7.10.1" | 352 | version "7.10.4" |
353 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz#dc04feb25e2dd70c12b05d680190e138fa2c0c6f" | 353 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz#4483cda53041ce3413b7fe2f00022665ddfaa75d" |
354 | integrity sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ== | 354 | integrity sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== |
355 | dependencies: | 355 | dependencies: |
356 | "@babel/helper-create-regexp-features-plugin" "^7.10.1" | 356 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
357 | "@babel/helper-plugin-utils" "^7.10.1" | 357 | "@babel/helper-plugin-utils" "^7.10.4" |
358 | 358 | ||
359 | "@babel/plugin-syntax-async-generators@^7.8.0": | 359 | "@babel/plugin-syntax-async-generators@^7.8.0": |
360 | version "7.8.4" | 360 | version "7.8.4" |
@@ -363,19 +363,19 @@ | |||
363 | dependencies: | 363 | dependencies: |
364 | "@babel/helper-plugin-utils" "^7.8.0" | 364 | "@babel/helper-plugin-utils" "^7.8.0" |
365 | 365 | ||
366 | "@babel/plugin-syntax-class-properties@^7.10.1": | 366 | "@babel/plugin-syntax-class-properties@^7.10.4": |
367 | version "7.10.1" | 367 | version "7.10.4" |
368 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz#d5bc0645913df5b17ad7eda0fa2308330bde34c5" | 368 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c" |
369 | integrity sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ== | 369 | integrity sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== |
370 | dependencies: | 370 | dependencies: |
371 | "@babel/helper-plugin-utils" "^7.10.1" | 371 | "@babel/helper-plugin-utils" "^7.10.4" |
372 | 372 | ||
373 | "@babel/plugin-syntax-decorators@^7.10.1": | 373 | "@babel/plugin-syntax-decorators@^7.10.4": |
374 | version "7.10.1" | 374 | version "7.10.4" |
375 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.1.tgz#16b869c4beafc9a442565147bda7ce0967bd4f13" | 375 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c" |
376 | integrity sha512-a9OAbQhKOwSle1Vr0NJu/ISg1sPfdEkfRKWpgPuzhnWWzForou2gIeUIIwjAMHRekhhpJ7eulZlYs0H14Cbi+g== | 376 | integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw== |
377 | dependencies: | 377 | dependencies: |
378 | "@babel/helper-plugin-utils" "^7.10.1" | 378 | "@babel/helper-plugin-utils" "^7.10.4" |
379 | 379 | ||
380 | "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": | 380 | "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": |
381 | version "7.8.3" | 381 | version "7.8.3" |
@@ -392,11 +392,11 @@ | |||
392 | "@babel/helper-plugin-utils" "^7.8.0" | 392 | "@babel/helper-plugin-utils" "^7.8.0" |
393 | 393 | ||
394 | "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": | 394 | "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": |
395 | version "7.10.1" | 395 | version "7.10.4" |
396 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz#0ae371134a42b91d5418feb3c8c8d43e1565d2da" | 396 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.4.tgz#39abaae3cbf710c4373d8429484e6ba21340166c" |
397 | integrity sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ== | 397 | integrity sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== |
398 | dependencies: | 398 | dependencies: |
399 | "@babel/helper-plugin-utils" "^7.10.1" | 399 | "@babel/helper-plugin-utils" "^7.10.4" |
400 | 400 | ||
401 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": | 401 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": |
402 | version "7.8.3" | 402 | version "7.8.3" |
@@ -405,12 +405,12 @@ | |||
405 | dependencies: | 405 | dependencies: |
406 | "@babel/helper-plugin-utils" "^7.8.0" | 406 | "@babel/helper-plugin-utils" "^7.8.0" |
407 | 407 | ||
408 | "@babel/plugin-syntax-numeric-separator@^7.10.1": | 408 | "@babel/plugin-syntax-numeric-separator@^7.10.4": |
409 | version "7.10.1" | 409 | version "7.10.4" |
410 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz#25761ee7410bc8cf97327ba741ee94e4a61b7d99" | 410 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" |
411 | integrity sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg== | 411 | integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== |
412 | dependencies: | 412 | dependencies: |
413 | "@babel/helper-plugin-utils" "^7.10.1" | 413 | "@babel/helper-plugin-utils" "^7.10.4" |
414 | 414 | ||
415 | "@babel/plugin-syntax-object-rest-spread@^7.8.0": | 415 | "@babel/plugin-syntax-object-rest-spread@^7.8.0": |
416 | version "7.8.3" | 416 | version "7.8.3" |
@@ -433,338 +433,338 @@ | |||
433 | dependencies: | 433 | dependencies: |
434 | "@babel/helper-plugin-utils" "^7.8.0" | 434 | "@babel/helper-plugin-utils" "^7.8.0" |
435 | 435 | ||
436 | "@babel/plugin-syntax-top-level-await@^7.10.1": | 436 | "@babel/plugin-syntax-top-level-await@^7.10.4": |
437 | version "7.10.1" | 437 | version "7.10.4" |
438 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz#8b8733f8c57397b3eaa47ddba8841586dcaef362" | 438 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz#4bbeb8917b54fcf768364e0a81f560e33a3ef57d" |
439 | integrity sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ== | 439 | integrity sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== |
440 | dependencies: | 440 | dependencies: |
441 | "@babel/helper-plugin-utils" "^7.10.1" | 441 | "@babel/helper-plugin-utils" "^7.10.4" |
442 | 442 | ||
443 | "@babel/plugin-transform-arrow-functions@^7.10.1": | 443 | "@babel/plugin-transform-arrow-functions@^7.10.4": |
444 | version "7.10.1" | 444 | version "7.10.4" |
445 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz#cb5ee3a36f0863c06ead0b409b4cc43a889b295b" | 445 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd" |
446 | integrity sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA== | 446 | integrity sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== |
447 | dependencies: | 447 | dependencies: |
448 | "@babel/helper-plugin-utils" "^7.10.1" | 448 | "@babel/helper-plugin-utils" "^7.10.4" |
449 | 449 | ||
450 | "@babel/plugin-transform-async-to-generator@^7.10.1": | 450 | "@babel/plugin-transform-async-to-generator@^7.10.4": |
451 | version "7.10.1" | 451 | version "7.10.4" |
452 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz#e5153eb1a3e028f79194ed8a7a4bf55f862b2062" | 452 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz#41a5017e49eb6f3cda9392a51eef29405b245a37" |
453 | integrity sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg== | 453 | integrity sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== |
454 | dependencies: | 454 | dependencies: |
455 | "@babel/helper-module-imports" "^7.10.1" | 455 | "@babel/helper-module-imports" "^7.10.4" |
456 | "@babel/helper-plugin-utils" "^7.10.1" | 456 | "@babel/helper-plugin-utils" "^7.10.4" |
457 | "@babel/helper-remap-async-to-generator" "^7.10.1" | 457 | "@babel/helper-remap-async-to-generator" "^7.10.4" |
458 | 458 | ||
459 | "@babel/plugin-transform-block-scoped-functions@^7.10.1": | 459 | "@babel/plugin-transform-block-scoped-functions@^7.10.4": |
460 | version "7.10.1" | 460 | version "7.10.4" |
461 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz#146856e756d54b20fff14b819456b3e01820b85d" | 461 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8" |
462 | integrity sha512-B7K15Xp8lv0sOJrdVAoukKlxP9N59HS48V1J3U/JGj+Ad+MHq+am6xJVs85AgXrQn4LV8vaYFOB+pr/yIuzW8Q== | 462 | integrity sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== |
463 | dependencies: | 463 | dependencies: |
464 | "@babel/helper-plugin-utils" "^7.10.1" | 464 | "@babel/helper-plugin-utils" "^7.10.4" |
465 | 465 | ||
466 | "@babel/plugin-transform-block-scoping@^7.10.1": | 466 | "@babel/plugin-transform-block-scoping@^7.10.4": |
467 | version "7.10.1" | 467 | version "7.10.4" |
468 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz#47092d89ca345811451cd0dc5d91605982705d5e" | 468 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz#a670d1364bb5019a621b9ea2001482876d734787" |
469 | integrity sha512-8bpWG6TtF5akdhIm/uWTyjHqENpy13Fx8chg7pFH875aNLwX8JxIxqm08gmAT+Whe6AOmaTeLPe7dpLbXt+xUw== | 469 | integrity sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A== |
470 | dependencies: | 470 | dependencies: |
471 | "@babel/helper-plugin-utils" "^7.10.1" | 471 | "@babel/helper-plugin-utils" "^7.10.4" |
472 | lodash "^4.17.13" | 472 | lodash "^4.17.13" |
473 | 473 | ||
474 | "@babel/plugin-transform-classes@^7.10.1": | 474 | "@babel/plugin-transform-classes@^7.10.4": |
475 | version "7.10.1" | 475 | version "7.10.4" |
476 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz#6e11dd6c4dfae70f540480a4702477ed766d733f" | 476 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz#405136af2b3e218bc4a1926228bc917ab1a0adc7" |
477 | integrity sha512-P9V0YIh+ln/B3RStPoXpEQ/CoAxQIhRSUn7aXqQ+FZJ2u8+oCtjIXR3+X0vsSD8zv+mb56K7wZW1XiDTDGiDRQ== | 477 | integrity sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== |
478 | dependencies: | 478 | dependencies: |
479 | "@babel/helper-annotate-as-pure" "^7.10.1" | 479 | "@babel/helper-annotate-as-pure" "^7.10.4" |
480 | "@babel/helper-define-map" "^7.10.1" | 480 | "@babel/helper-define-map" "^7.10.4" |
481 | "@babel/helper-function-name" "^7.10.1" | 481 | "@babel/helper-function-name" "^7.10.4" |
482 | "@babel/helper-optimise-call-expression" "^7.10.1" | 482 | "@babel/helper-optimise-call-expression" "^7.10.4" |
483 | "@babel/helper-plugin-utils" "^7.10.1" | 483 | "@babel/helper-plugin-utils" "^7.10.4" |
484 | "@babel/helper-replace-supers" "^7.10.1" | 484 | "@babel/helper-replace-supers" "^7.10.4" |
485 | "@babel/helper-split-export-declaration" "^7.10.1" | 485 | "@babel/helper-split-export-declaration" "^7.10.4" |
486 | globals "^11.1.0" | 486 | globals "^11.1.0" |
487 | 487 | ||
488 | "@babel/plugin-transform-computed-properties@^7.10.1": | 488 | "@babel/plugin-transform-computed-properties@^7.10.4": |
489 | version "7.10.1" | 489 | version "7.10.4" |
490 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz#59aa399064429d64dce5cf76ef9b90b7245ebd07" | 490 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz#9ded83a816e82ded28d52d4b4ecbdd810cdfc0eb" |
491 | integrity sha512-mqSrGjp3IefMsXIenBfGcPXxJxweQe2hEIwMQvjtiDQ9b1IBvDUjkAtV/HMXX47/vXf14qDNedXsIiNd1FmkaQ== | 491 | integrity sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== |
492 | dependencies: | 492 | dependencies: |
493 | "@babel/helper-plugin-utils" "^7.10.1" | 493 | "@babel/helper-plugin-utils" "^7.10.4" |
494 | 494 | ||
495 | "@babel/plugin-transform-destructuring@^7.10.1": | 495 | "@babel/plugin-transform-destructuring@^7.10.4": |
496 | version "7.10.1" | 496 | version "7.10.4" |
497 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz#abd58e51337815ca3a22a336b85f62b998e71907" | 497 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz#70ddd2b3d1bea83d01509e9bb25ddb3a74fc85e5" |
498 | integrity sha512-V/nUc4yGWG71OhaTH705pU8ZSdM6c1KmmLP8ys59oOYbT7RpMYAR3MsVOt6OHL0WzG7BlTU076va9fjJyYzJMA== | 498 | integrity sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== |
499 | dependencies: | 499 | dependencies: |
500 | "@babel/helper-plugin-utils" "^7.10.1" | 500 | "@babel/helper-plugin-utils" "^7.10.4" |
501 | 501 | ||
502 | "@babel/plugin-transform-dotall-regex@^7.10.1", "@babel/plugin-transform-dotall-regex@^7.4.4": | 502 | "@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.4.4": |
503 | version "7.10.1" | 503 | version "7.10.4" |
504 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz#920b9fec2d78bb57ebb64a644d5c2ba67cc104ee" | 504 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz#469c2062105c1eb6a040eaf4fac4b488078395ee" |
505 | integrity sha512-19VIMsD1dp02RvduFUmfzj8uknaO3uiHHF0s3E1OHnVsNj8oge8EQ5RzHRbJjGSetRnkEuBYO7TG1M5kKjGLOA== | 505 | integrity sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== |
506 | dependencies: | 506 | dependencies: |
507 | "@babel/helper-create-regexp-features-plugin" "^7.10.1" | 507 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
508 | "@babel/helper-plugin-utils" "^7.10.1" | 508 | "@babel/helper-plugin-utils" "^7.10.4" |
509 | 509 | ||
510 | "@babel/plugin-transform-duplicate-keys@^7.10.1": | 510 | "@babel/plugin-transform-duplicate-keys@^7.10.4": |
511 | version "7.10.1" | 511 | version "7.10.4" |
512 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz#c900a793beb096bc9d4d0a9d0cde19518ffc83b9" | 512 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz#697e50c9fee14380fe843d1f306b295617431e47" |
513 | integrity sha512-wIEpkX4QvX8Mo9W6XF3EdGttrIPZWozHfEaDTU0WJD/TDnXMvdDh30mzUl/9qWhnf7naicYartcEfUghTCSNpA== | 513 | integrity sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== |
514 | dependencies: | 514 | dependencies: |
515 | "@babel/helper-plugin-utils" "^7.10.1" | 515 | "@babel/helper-plugin-utils" "^7.10.4" |
516 | 516 | ||
517 | "@babel/plugin-transform-exponentiation-operator@^7.10.1": | 517 | "@babel/plugin-transform-exponentiation-operator@^7.10.4": |
518 | version "7.10.1" | 518 | version "7.10.4" |
519 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz#279c3116756a60dd6e6f5e488ba7957db9c59eb3" | 519 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz#5ae338c57f8cf4001bdb35607ae66b92d665af2e" |
520 | integrity sha512-lr/przdAbpEA2BUzRvjXdEDLrArGRRPwbaF9rvayuHRvdQ7lUTTkZnhZrJ4LE2jvgMRFF4f0YuPQ20vhiPYxtA== | 520 | integrity sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== |
521 | dependencies: | 521 | dependencies: |
522 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.1" | 522 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4" |
523 | "@babel/helper-plugin-utils" "^7.10.1" | 523 | "@babel/helper-plugin-utils" "^7.10.4" |
524 | 524 | ||
525 | "@babel/plugin-transform-for-of@^7.10.1": | 525 | "@babel/plugin-transform-for-of@^7.10.4": |
526 | version "7.10.1" | 526 | version "7.10.4" |
527 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz#ff01119784eb0ee32258e8646157ba2501fcfda5" | 527 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9" |
528 | integrity sha512-US8KCuxfQcn0LwSCMWMma8M2R5mAjJGsmoCBVwlMygvmDUMkTCykc84IqN1M7t+agSfOmLYTInLCHJM+RUoz+w== | 528 | integrity sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== |
529 | dependencies: | 529 | dependencies: |
530 | "@babel/helper-plugin-utils" "^7.10.1" | 530 | "@babel/helper-plugin-utils" "^7.10.4" |
531 | 531 | ||
532 | "@babel/plugin-transform-function-name@^7.10.1": | 532 | "@babel/plugin-transform-function-name@^7.10.4": |
533 | version "7.10.1" | 533 | version "7.10.4" |
534 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz#4ed46fd6e1d8fde2a2ec7b03c66d853d2c92427d" | 534 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz#6a467880e0fc9638514ba369111811ddbe2644b7" |
535 | integrity sha512-//bsKsKFBJfGd65qSNNh1exBy5Y9gD9ZN+DvrJ8f7HXr4avE5POW6zB7Rj6VnqHV33+0vXWUwJT0wSHubiAQkw== | 535 | integrity sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== |
536 | dependencies: | 536 | dependencies: |
537 | "@babel/helper-function-name" "^7.10.1" | 537 | "@babel/helper-function-name" "^7.10.4" |
538 | "@babel/helper-plugin-utils" "^7.10.1" | 538 | "@babel/helper-plugin-utils" "^7.10.4" |
539 | 539 | ||
540 | "@babel/plugin-transform-literals@^7.10.1": | 540 | "@babel/plugin-transform-literals@^7.10.4": |
541 | version "7.10.1" | 541 | version "7.10.4" |
542 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.1.tgz#5794f8da82846b22e4e6631ea1658bce708eb46a" | 542 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz#9f42ba0841100a135f22712d0e391c462f571f3c" |
543 | integrity sha512-qi0+5qgevz1NHLZroObRm5A+8JJtibb7vdcPQF1KQE12+Y/xxl8coJ+TpPW9iRq+Mhw/NKLjm+5SHtAHCC7lAw== | 543 | integrity sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== |
544 | dependencies: | 544 | dependencies: |
545 | "@babel/helper-plugin-utils" "^7.10.1" | 545 | "@babel/helper-plugin-utils" "^7.10.4" |
546 | 546 | ||
547 | "@babel/plugin-transform-member-expression-literals@^7.10.1": | 547 | "@babel/plugin-transform-member-expression-literals@^7.10.4": |
548 | version "7.10.1" | 548 | version "7.10.4" |
549 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.1.tgz#90347cba31bca6f394b3f7bd95d2bbfd9fce2f39" | 549 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz#b1ec44fcf195afcb8db2c62cd8e551c881baf8b7" |
550 | integrity sha512-UmaWhDokOFT2GcgU6MkHC11i0NQcL63iqeufXWfRy6pUOGYeCGEKhvfFO6Vz70UfYJYHwveg62GS83Rvpxn+NA== | 550 | integrity sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== |
551 | dependencies: | 551 | dependencies: |
552 | "@babel/helper-plugin-utils" "^7.10.1" | 552 | "@babel/helper-plugin-utils" "^7.10.4" |
553 | 553 | ||
554 | "@babel/plugin-transform-modules-amd@^7.10.1": | 554 | "@babel/plugin-transform-modules-amd@^7.10.4": |
555 | version "7.10.1" | 555 | version "7.10.4" |
556 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.1.tgz#65950e8e05797ebd2fe532b96e19fc5482a1d52a" | 556 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz#cb407c68b862e4c1d13a2fc738c7ec5ed75fc520" |
557 | integrity sha512-31+hnWSFRI4/ACFr1qkboBbrTxoBIzj7qA69qlq8HY8p7+YCzkCT6/TvQ1a4B0z27VeWtAeJd6pr5G04dc1iHw== | 557 | integrity sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA== |
558 | dependencies: | 558 | dependencies: |
559 | "@babel/helper-module-transforms" "^7.10.1" | 559 | "@babel/helper-module-transforms" "^7.10.4" |
560 | "@babel/helper-plugin-utils" "^7.10.1" | 560 | "@babel/helper-plugin-utils" "^7.10.4" |
561 | babel-plugin-dynamic-import-node "^2.3.3" | 561 | babel-plugin-dynamic-import-node "^2.3.3" |
562 | 562 | ||
563 | "@babel/plugin-transform-modules-commonjs@^7.10.1": | 563 | "@babel/plugin-transform-modules-commonjs@^7.10.4": |
564 | version "7.10.1" | 564 | version "7.10.4" |
565 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.1.tgz#d5ff4b4413ed97ffded99961056e1fb980fb9301" | 565 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz#66667c3eeda1ebf7896d41f1f16b17105a2fbca0" |
566 | integrity sha512-AQG4fc3KOah0vdITwt7Gi6hD9BtQP/8bhem7OjbaMoRNCH5Djx42O2vYMfau7QnAzQCa+RJnhJBmFFMGpQEzrg== | 566 | integrity sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== |
567 | dependencies: | 567 | dependencies: |
568 | "@babel/helper-module-transforms" "^7.10.1" | 568 | "@babel/helper-module-transforms" "^7.10.4" |
569 | "@babel/helper-plugin-utils" "^7.10.1" | 569 | "@babel/helper-plugin-utils" "^7.10.4" |
570 | "@babel/helper-simple-access" "^7.10.1" | 570 | "@babel/helper-simple-access" "^7.10.4" |
571 | babel-plugin-dynamic-import-node "^2.3.3" | 571 | babel-plugin-dynamic-import-node "^2.3.3" |
572 | 572 | ||
573 | "@babel/plugin-transform-modules-systemjs@^7.10.1": | 573 | "@babel/plugin-transform-modules-systemjs@^7.10.4": |
574 | version "7.10.1" | 574 | version "7.10.4" |
575 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.1.tgz#9962e4b0ac6aaf2e20431ada3d8ec72082cbffb6" | 575 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz#8f576afd943ac2f789b35ded0a6312f929c633f9" |
576 | integrity sha512-ewNKcj1TQZDL3YnO85qh9zo1YF1CHgmSTlRQgHqe63oTrMI85cthKtZjAiZSsSNjPQ5NCaYo5QkbYqEw1ZBgZA== | 576 | integrity sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ== |
577 | dependencies: | 577 | dependencies: |
578 | "@babel/helper-hoist-variables" "^7.10.1" | 578 | "@babel/helper-hoist-variables" "^7.10.4" |
579 | "@babel/helper-module-transforms" "^7.10.1" | 579 | "@babel/helper-module-transforms" "^7.10.4" |
580 | "@babel/helper-plugin-utils" "^7.10.1" | 580 | "@babel/helper-plugin-utils" "^7.10.4" |
581 | babel-plugin-dynamic-import-node "^2.3.3" | 581 | babel-plugin-dynamic-import-node "^2.3.3" |
582 | 582 | ||
583 | "@babel/plugin-transform-modules-umd@^7.10.1": | 583 | "@babel/plugin-transform-modules-umd@^7.10.4": |
584 | version "7.10.1" | 584 | version "7.10.4" |
585 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.1.tgz#ea080911ffc6eb21840a5197a39ede4ee67b1595" | 585 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz#9a8481fe81b824654b3a0b65da3df89f3d21839e" |
586 | integrity sha512-EIuiRNMd6GB6ulcYlETnYYfgv4AxqrswghmBRQbWLHZxN4s7mupxzglnHqk9ZiUpDI4eRWewedJJNj67PWOXKA== | 586 | integrity sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== |
587 | dependencies: | 587 | dependencies: |
588 | "@babel/helper-module-transforms" "^7.10.1" | 588 | "@babel/helper-module-transforms" "^7.10.4" |
589 | "@babel/helper-plugin-utils" "^7.10.1" | 589 | "@babel/helper-plugin-utils" "^7.10.4" |
590 | 590 | ||
591 | "@babel/plugin-transform-named-capturing-groups-regex@^7.8.3": | 591 | "@babel/plugin-transform-named-capturing-groups-regex@^7.10.4": |
592 | version "7.8.3" | 592 | version "7.10.4" |
593 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c" | 593 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz#78b4d978810b6f3bcf03f9e318f2fc0ed41aecb6" |
594 | integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== | 594 | integrity sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== |
595 | dependencies: | 595 | dependencies: |
596 | "@babel/helper-create-regexp-features-plugin" "^7.8.3" | 596 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
597 | 597 | ||
598 | "@babel/plugin-transform-new-target@^7.10.1": | 598 | "@babel/plugin-transform-new-target@^7.10.4": |
599 | version "7.10.1" | 599 | version "7.10.4" |
600 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.1.tgz#6ee41a5e648da7632e22b6fb54012e87f612f324" | 600 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz#9097d753cb7b024cb7381a3b2e52e9513a9c6888" |
601 | integrity sha512-MBlzPc1nJvbmO9rPr1fQwXOM2iGut+JC92ku6PbiJMMK7SnQc1rytgpopveE3Evn47gzvGYeCdgfCDbZo0ecUw== | 601 | integrity sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== |
602 | dependencies: | 602 | dependencies: |
603 | "@babel/helper-plugin-utils" "^7.10.1" | 603 | "@babel/helper-plugin-utils" "^7.10.4" |
604 | 604 | ||
605 | "@babel/plugin-transform-object-super@^7.10.1": | 605 | "@babel/plugin-transform-object-super@^7.10.4": |
606 | version "7.10.1" | 606 | version "7.10.4" |
607 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.1.tgz#2e3016b0adbf262983bf0d5121d676a5ed9c4fde" | 607 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz#d7146c4d139433e7a6526f888c667e314a093894" |
608 | integrity sha512-WnnStUDN5GL+wGQrJylrnnVlFhFmeArINIR9gjhSeYyvroGhBrSAXYg/RHsnfzmsa+onJrTJrEClPzgNmmQ4Gw== | 608 | integrity sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== |
609 | dependencies: | 609 | dependencies: |
610 | "@babel/helper-plugin-utils" "^7.10.1" | 610 | "@babel/helper-plugin-utils" "^7.10.4" |
611 | "@babel/helper-replace-supers" "^7.10.1" | 611 | "@babel/helper-replace-supers" "^7.10.4" |
612 | 612 | ||
613 | "@babel/plugin-transform-parameters@^7.10.1": | 613 | "@babel/plugin-transform-parameters@^7.10.4": |
614 | version "7.10.1" | 614 | version "7.10.4" |
615 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz#b25938a3c5fae0354144a720b07b32766f683ddd" | 615 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz#7b4d137c87ea7adc2a0f3ebf53266871daa6fced" |
616 | integrity sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg== | 616 | integrity sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ== |
617 | dependencies: | 617 | dependencies: |
618 | "@babel/helper-get-function-arity" "^7.10.1" | 618 | "@babel/helper-get-function-arity" "^7.10.4" |
619 | "@babel/helper-plugin-utils" "^7.10.1" | 619 | "@babel/helper-plugin-utils" "^7.10.4" |
620 | 620 | ||
621 | "@babel/plugin-transform-property-literals@^7.10.1": | 621 | "@babel/plugin-transform-property-literals@^7.10.4": |
622 | version "7.10.1" | 622 | version "7.10.4" |
623 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.1.tgz#cffc7315219230ed81dc53e4625bf86815b6050d" | 623 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0" |
624 | integrity sha512-Kr6+mgag8auNrgEpbfIWzdXYOvqDHZOF0+Bx2xh4H2EDNwcbRb9lY6nkZg8oSjsX+DH9Ebxm9hOqtKW+gRDeNA== | 624 | integrity sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== |
625 | dependencies: | 625 | dependencies: |
626 | "@babel/helper-plugin-utils" "^7.10.1" | 626 | "@babel/helper-plugin-utils" "^7.10.4" |
627 | 627 | ||
628 | "@babel/plugin-transform-regenerator@^7.10.1": | 628 | "@babel/plugin-transform-regenerator@^7.10.4": |
629 | version "7.10.1" | 629 | version "7.10.4" |
630 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.1.tgz#10e175cbe7bdb63cc9b39f9b3f823c5c7c5c5490" | 630 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz#2015e59d839074e76838de2159db421966fd8b63" |
631 | integrity sha512-B3+Y2prScgJ2Bh/2l9LJxKbb8C8kRfsG4AdPT+n7ixBHIxJaIG8bi8tgjxUMege1+WqSJ+7gu1YeoMVO3gPWzw== | 631 | integrity sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== |
632 | dependencies: | 632 | dependencies: |
633 | regenerator-transform "^0.14.2" | 633 | regenerator-transform "^0.14.2" |
634 | 634 | ||
635 | "@babel/plugin-transform-reserved-words@^7.10.1": | 635 | "@babel/plugin-transform-reserved-words@^7.10.4": |
636 | version "7.10.1" | 636 | version "7.10.4" |
637 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.1.tgz#0fc1027312b4d1c3276a57890c8ae3bcc0b64a86" | 637 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd" |
638 | integrity sha512-qN1OMoE2nuqSPmpTqEM7OvJ1FkMEV+BjVeZZm9V9mq/x1JLKQ4pcv8riZJMNN3u2AUGl0ouOMjRr2siecvHqUQ== | 638 | integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== |
639 | dependencies: | 639 | dependencies: |
640 | "@babel/helper-plugin-utils" "^7.10.1" | 640 | "@babel/helper-plugin-utils" "^7.10.4" |
641 | 641 | ||
642 | "@babel/plugin-transform-runtime@^7.9.6": | 642 | "@babel/plugin-transform-runtime@^7.9.6": |
643 | version "7.10.1" | 643 | version "7.10.4" |
644 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.1.tgz#fd1887f749637fb2ed86dc278e79eb41df37f4b1" | 644 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.4.tgz#594fb53453ea1b6f0779cceb48ce0718a447feb7" |
645 | integrity sha512-4w2tcglDVEwXJ5qxsY++DgWQdNJcCCsPxfT34wCUwIf2E7dI7pMpH8JczkMBbgBTNzBX62SZlNJ9H+De6Zebaw== | 645 | integrity sha512-8ULlGv8p+Vuxu+kz2Y1dk6MYS2b/Dki+NO6/0ZlfSj5tMalfDL7jI/o/2a+rrWLqSXvnadEqc2WguB4gdQIxZw== |
646 | dependencies: | 646 | dependencies: |
647 | "@babel/helper-module-imports" "^7.10.1" | 647 | "@babel/helper-module-imports" "^7.10.4" |
648 | "@babel/helper-plugin-utils" "^7.10.1" | 648 | "@babel/helper-plugin-utils" "^7.10.4" |
649 | resolve "^1.8.1" | 649 | resolve "^1.8.1" |
650 | semver "^5.5.1" | 650 | semver "^5.5.1" |
651 | 651 | ||
652 | "@babel/plugin-transform-shorthand-properties@^7.10.1": | 652 | "@babel/plugin-transform-shorthand-properties@^7.10.4": |
653 | version "7.10.1" | 653 | version "7.10.4" |
654 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.1.tgz#e8b54f238a1ccbae482c4dce946180ae7b3143f3" | 654 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz#9fd25ec5cdd555bb7f473e5e6ee1c971eede4dd6" |
655 | integrity sha512-AR0E/lZMfLstScFwztApGeyTHJ5u3JUKMjneqRItWeEqDdHWZwAOKycvQNCasCK/3r5YXsuNG25funcJDu7Y2g== | 655 | integrity sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== |
656 | dependencies: | 656 | dependencies: |
657 | "@babel/helper-plugin-utils" "^7.10.1" | 657 | "@babel/helper-plugin-utils" "^7.10.4" |
658 | 658 | ||
659 | "@babel/plugin-transform-spread@^7.10.1": | 659 | "@babel/plugin-transform-spread@^7.10.4": |
660 | version "7.10.1" | 660 | version "7.10.4" |
661 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.1.tgz#0c6d618a0c4461a274418460a28c9ccf5239a7c8" | 661 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" |
662 | integrity sha512-8wTPym6edIrClW8FI2IoaePB91ETOtg36dOkj3bYcNe7aDMN2FXEoUa+WrmPc4xa1u2PQK46fUX2aCb+zo9rfw== | 662 | integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== |
663 | dependencies: | 663 | dependencies: |
664 | "@babel/helper-plugin-utils" "^7.10.1" | 664 | "@babel/helper-plugin-utils" "^7.10.4" |
665 | 665 | ||
666 | "@babel/plugin-transform-sticky-regex@^7.10.1": | 666 | "@babel/plugin-transform-sticky-regex@^7.10.4": |
667 | version "7.10.1" | 667 | version "7.10.4" |
668 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.1.tgz#90fc89b7526228bed9842cff3588270a7a393b00" | 668 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz#8f3889ee8657581130a29d9cc91d7c73b7c4a28d" |
669 | integrity sha512-j17ojftKjrL7ufX8ajKvwRilwqTok4q+BjkknmQw9VNHnItTyMP5anPFzxFJdCQs7clLcWpCV3ma+6qZWLnGMA== | 669 | integrity sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== |
670 | dependencies: | 670 | dependencies: |
671 | "@babel/helper-plugin-utils" "^7.10.1" | 671 | "@babel/helper-plugin-utils" "^7.10.4" |
672 | "@babel/helper-regex" "^7.10.1" | 672 | "@babel/helper-regex" "^7.10.4" |
673 | 673 | ||
674 | "@babel/plugin-transform-template-literals@^7.10.1": | 674 | "@babel/plugin-transform-template-literals@^7.10.4": |
675 | version "7.10.1" | 675 | version "7.10.4" |
676 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.1.tgz#914c7b7f4752c570ea00553b4284dad8070e8628" | 676 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz#e6375407b30fcb7fcfdbba3bb98ef3e9d36df7bc" |
677 | integrity sha512-t7B/3MQf5M1T9hPCRG28DNGZUuxAuDqLYS03rJrIk2prj/UV7Z6FOneijhQhnv/Xa039vidXeVbvjK2SK5f7Gg== | 677 | integrity sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ== |
678 | dependencies: | 678 | dependencies: |
679 | "@babel/helper-annotate-as-pure" "^7.10.1" | 679 | "@babel/helper-annotate-as-pure" "^7.10.4" |
680 | "@babel/helper-plugin-utils" "^7.10.1" | 680 | "@babel/helper-plugin-utils" "^7.10.4" |
681 | 681 | ||
682 | "@babel/plugin-transform-typeof-symbol@^7.10.1": | 682 | "@babel/plugin-transform-typeof-symbol@^7.10.4": |
683 | version "7.10.1" | 683 | version "7.10.4" |
684 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.1.tgz#60c0239b69965d166b80a84de7315c1bc7e0bb0e" | 684 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz#9509f1a7eec31c4edbffe137c16cc33ff0bc5bfc" |
685 | integrity sha512-qX8KZcmbvA23zDi+lk9s6hC1FM7jgLHYIjuLgULgc8QtYnmB3tAVIYkNoKRQ75qWBeyzcoMoK8ZQmogGtC/w0g== | 685 | integrity sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== |
686 | dependencies: | 686 | dependencies: |
687 | "@babel/helper-plugin-utils" "^7.10.1" | 687 | "@babel/helper-plugin-utils" "^7.10.4" |
688 | 688 | ||
689 | "@babel/plugin-transform-unicode-escapes@^7.10.1": | 689 | "@babel/plugin-transform-unicode-escapes@^7.10.4": |
690 | version "7.10.1" | 690 | version "7.10.4" |
691 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.1.tgz#add0f8483dab60570d9e03cecef6c023aa8c9940" | 691 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz#feae523391c7651ddac115dae0a9d06857892007" |
692 | integrity sha512-zZ0Poh/yy1d4jeDWpx/mNwbKJVwUYJX73q+gyh4bwtG0/iUlzdEu0sLMda8yuDFS6LBQlT/ST1SJAR6zYwXWgw== | 692 | integrity sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== |
693 | dependencies: | 693 | dependencies: |
694 | "@babel/helper-plugin-utils" "^7.10.1" | 694 | "@babel/helper-plugin-utils" "^7.10.4" |
695 | 695 | ||
696 | "@babel/plugin-transform-unicode-regex@^7.10.1": | 696 | "@babel/plugin-transform-unicode-regex@^7.10.4": |
697 | version "7.10.1" | 697 | version "7.10.4" |
698 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.1.tgz#6b58f2aea7b68df37ac5025d9c88752443a6b43f" | 698 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz#e56d71f9282fac6db09c82742055576d5e6d80a8" |
699 | integrity sha512-Y/2a2W299k0VIUdbqYm9X2qS6fE0CUBhhiPpimK6byy7OJ/kORLlIX+J6UrjgNu5awvs62k+6RSslxhcvVw2Tw== | 699 | integrity sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== |
700 | dependencies: | 700 | dependencies: |
701 | "@babel/helper-create-regexp-features-plugin" "^7.10.1" | 701 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
702 | "@babel/helper-plugin-utils" "^7.10.1" | 702 | "@babel/helper-plugin-utils" "^7.10.4" |
703 | 703 | ||
704 | "@babel/preset-env@^7.9.6": | 704 | "@babel/preset-env@^7.9.6": |
705 | version "7.10.2" | 705 | version "7.10.4" |
706 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb" | 706 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" |
707 | integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA== | 707 | integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== |
708 | dependencies: | 708 | dependencies: |
709 | "@babel/compat-data" "^7.10.1" | 709 | "@babel/compat-data" "^7.10.4" |
710 | "@babel/helper-compilation-targets" "^7.10.2" | 710 | "@babel/helper-compilation-targets" "^7.10.4" |
711 | "@babel/helper-module-imports" "^7.10.1" | 711 | "@babel/helper-module-imports" "^7.10.4" |
712 | "@babel/helper-plugin-utils" "^7.10.1" | 712 | "@babel/helper-plugin-utils" "^7.10.4" |
713 | "@babel/plugin-proposal-async-generator-functions" "^7.10.1" | 713 | "@babel/plugin-proposal-async-generator-functions" "^7.10.4" |
714 | "@babel/plugin-proposal-class-properties" "^7.10.1" | 714 | "@babel/plugin-proposal-class-properties" "^7.10.4" |
715 | "@babel/plugin-proposal-dynamic-import" "^7.10.1" | 715 | "@babel/plugin-proposal-dynamic-import" "^7.10.4" |
716 | "@babel/plugin-proposal-json-strings" "^7.10.1" | 716 | "@babel/plugin-proposal-json-strings" "^7.10.4" |
717 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" | 717 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" |
718 | "@babel/plugin-proposal-numeric-separator" "^7.10.1" | 718 | "@babel/plugin-proposal-numeric-separator" "^7.10.4" |
719 | "@babel/plugin-proposal-object-rest-spread" "^7.10.1" | 719 | "@babel/plugin-proposal-object-rest-spread" "^7.10.4" |
720 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.1" | 720 | "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" |
721 | "@babel/plugin-proposal-optional-chaining" "^7.10.1" | 721 | "@babel/plugin-proposal-optional-chaining" "^7.10.4" |
722 | "@babel/plugin-proposal-private-methods" "^7.10.1" | 722 | "@babel/plugin-proposal-private-methods" "^7.10.4" |
723 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.1" | 723 | "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" |
724 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 724 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
725 | "@babel/plugin-syntax-class-properties" "^7.10.1" | 725 | "@babel/plugin-syntax-class-properties" "^7.10.4" |
726 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 726 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
727 | "@babel/plugin-syntax-json-strings" "^7.8.0" | 727 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
728 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" | 728 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
729 | "@babel/plugin-syntax-numeric-separator" "^7.10.1" | 729 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
730 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" | 730 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
731 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 731 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
732 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" | 732 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
733 | "@babel/plugin-syntax-top-level-await" "^7.10.1" | 733 | "@babel/plugin-syntax-top-level-await" "^7.10.4" |
734 | "@babel/plugin-transform-arrow-functions" "^7.10.1" | 734 | "@babel/plugin-transform-arrow-functions" "^7.10.4" |
735 | "@babel/plugin-transform-async-to-generator" "^7.10.1" | 735 | "@babel/plugin-transform-async-to-generator" "^7.10.4" |
736 | "@babel/plugin-transform-block-scoped-functions" "^7.10.1" | 736 | "@babel/plugin-transform-block-scoped-functions" "^7.10.4" |
737 | "@babel/plugin-transform-block-scoping" "^7.10.1" | 737 | "@babel/plugin-transform-block-scoping" "^7.10.4" |
738 | "@babel/plugin-transform-classes" "^7.10.1" | 738 | "@babel/plugin-transform-classes" "^7.10.4" |
739 | "@babel/plugin-transform-computed-properties" "^7.10.1" | 739 | "@babel/plugin-transform-computed-properties" "^7.10.4" |
740 | "@babel/plugin-transform-destructuring" "^7.10.1" | 740 | "@babel/plugin-transform-destructuring" "^7.10.4" |
741 | "@babel/plugin-transform-dotall-regex" "^7.10.1" | 741 | "@babel/plugin-transform-dotall-regex" "^7.10.4" |
742 | "@babel/plugin-transform-duplicate-keys" "^7.10.1" | 742 | "@babel/plugin-transform-duplicate-keys" "^7.10.4" |
743 | "@babel/plugin-transform-exponentiation-operator" "^7.10.1" | 743 | "@babel/plugin-transform-exponentiation-operator" "^7.10.4" |
744 | "@babel/plugin-transform-for-of" "^7.10.1" | 744 | "@babel/plugin-transform-for-of" "^7.10.4" |
745 | "@babel/plugin-transform-function-name" "^7.10.1" | 745 | "@babel/plugin-transform-function-name" "^7.10.4" |
746 | "@babel/plugin-transform-literals" "^7.10.1" | 746 | "@babel/plugin-transform-literals" "^7.10.4" |
747 | "@babel/plugin-transform-member-expression-literals" "^7.10.1" | 747 | "@babel/plugin-transform-member-expression-literals" "^7.10.4" |
748 | "@babel/plugin-transform-modules-amd" "^7.10.1" | 748 | "@babel/plugin-transform-modules-amd" "^7.10.4" |
749 | "@babel/plugin-transform-modules-commonjs" "^7.10.1" | 749 | "@babel/plugin-transform-modules-commonjs" "^7.10.4" |
750 | "@babel/plugin-transform-modules-systemjs" "^7.10.1" | 750 | "@babel/plugin-transform-modules-systemjs" "^7.10.4" |
751 | "@babel/plugin-transform-modules-umd" "^7.10.1" | 751 | "@babel/plugin-transform-modules-umd" "^7.10.4" |
752 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" | 752 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4" |
753 | "@babel/plugin-transform-new-target" "^7.10.1" | 753 | "@babel/plugin-transform-new-target" "^7.10.4" |
754 | "@babel/plugin-transform-object-super" "^7.10.1" | 754 | "@babel/plugin-transform-object-super" "^7.10.4" |
755 | "@babel/plugin-transform-parameters" "^7.10.1" | 755 | "@babel/plugin-transform-parameters" "^7.10.4" |
756 | "@babel/plugin-transform-property-literals" "^7.10.1" | 756 | "@babel/plugin-transform-property-literals" "^7.10.4" |
757 | "@babel/plugin-transform-regenerator" "^7.10.1" | 757 | "@babel/plugin-transform-regenerator" "^7.10.4" |
758 | "@babel/plugin-transform-reserved-words" "^7.10.1" | 758 | "@babel/plugin-transform-reserved-words" "^7.10.4" |
759 | "@babel/plugin-transform-shorthand-properties" "^7.10.1" | 759 | "@babel/plugin-transform-shorthand-properties" "^7.10.4" |
760 | "@babel/plugin-transform-spread" "^7.10.1" | 760 | "@babel/plugin-transform-spread" "^7.10.4" |
761 | "@babel/plugin-transform-sticky-regex" "^7.10.1" | 761 | "@babel/plugin-transform-sticky-regex" "^7.10.4" |
762 | "@babel/plugin-transform-template-literals" "^7.10.1" | 762 | "@babel/plugin-transform-template-literals" "^7.10.4" |
763 | "@babel/plugin-transform-typeof-symbol" "^7.10.1" | 763 | "@babel/plugin-transform-typeof-symbol" "^7.10.4" |
764 | "@babel/plugin-transform-unicode-escapes" "^7.10.1" | 764 | "@babel/plugin-transform-unicode-escapes" "^7.10.4" |
765 | "@babel/plugin-transform-unicode-regex" "^7.10.1" | 765 | "@babel/plugin-transform-unicode-regex" "^7.10.4" |
766 | "@babel/preset-modules" "^0.1.3" | 766 | "@babel/preset-modules" "^0.1.3" |
767 | "@babel/types" "^7.10.2" | 767 | "@babel/types" "^7.10.4" |
768 | browserslist "^4.12.0" | 768 | browserslist "^4.12.0" |
769 | core-js-compat "^3.6.2" | 769 | core-js-compat "^3.6.2" |
770 | invariant "^2.2.2" | 770 | invariant "^2.2.2" |
@@ -783,49 +783,49 @@ | |||
783 | esutils "^2.0.2" | 783 | esutils "^2.0.2" |
784 | 784 | ||
785 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": | 785 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6": |
786 | version "7.10.2" | 786 | version "7.10.4" |
787 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" | 787 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99" |
788 | integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== | 788 | integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw== |
789 | dependencies: | 789 | dependencies: |
790 | regenerator-runtime "^0.13.4" | 790 | regenerator-runtime "^0.13.4" |
791 | 791 | ||
792 | "@babel/template@^7.10.1": | 792 | "@babel/template@^7.10.4": |
793 | version "7.10.1" | 793 | version "7.10.4" |
794 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" | 794 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
795 | integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== | 795 | integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
796 | dependencies: | 796 | dependencies: |
797 | "@babel/code-frame" "^7.10.1" | 797 | "@babel/code-frame" "^7.10.4" |
798 | "@babel/parser" "^7.10.1" | 798 | "@babel/parser" "^7.10.4" |
799 | "@babel/types" "^7.10.1" | 799 | "@babel/types" "^7.10.4" |
800 | 800 | ||
801 | "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0": | 801 | "@babel/traverse@^7.10.4", "@babel/traverse@^7.7.0": |
802 | version "7.10.1" | 802 | version "7.10.4" |
803 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" | 803 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
804 | integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== | 804 | integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
805 | dependencies: | 805 | dependencies: |
806 | "@babel/code-frame" "^7.10.1" | 806 | "@babel/code-frame" "^7.10.4" |
807 | "@babel/generator" "^7.10.1" | 807 | "@babel/generator" "^7.10.4" |
808 | "@babel/helper-function-name" "^7.10.1" | 808 | "@babel/helper-function-name" "^7.10.4" |
809 | "@babel/helper-split-export-declaration" "^7.10.1" | 809 | "@babel/helper-split-export-declaration" "^7.10.4" |
810 | "@babel/parser" "^7.10.1" | 810 | "@babel/parser" "^7.10.4" |
811 | "@babel/types" "^7.10.1" | 811 | "@babel/types" "^7.10.4" |
812 | debug "^4.1.0" | 812 | debug "^4.1.0" |
813 | globals "^11.1.0" | 813 | globals "^11.1.0" |
814 | lodash "^4.17.13" | 814 | lodash "^4.17.13" |
815 | 815 | ||
816 | "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | 816 | "@babel/types@^7.10.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
817 | version "7.10.2" | 817 | version "7.10.4" |
818 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" | 818 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
819 | integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== | 819 | integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
820 | dependencies: | 820 | dependencies: |
821 | "@babel/helper-validator-identifier" "^7.10.1" | 821 | "@babel/helper-validator-identifier" "^7.10.4" |
822 | lodash "^4.17.13" | 822 | lodash "^4.17.13" |
823 | to-fast-properties "^2.0.0" | 823 | to-fast-properties "^2.0.0" |
824 | 824 | ||
825 | "@fortawesome/fontawesome-free@^5.13.0": | 825 | "@fortawesome/fontawesome-free@^5.13.1": |
826 | version "5.13.0" | 826 | version "5.13.1" |
827 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz#fcb113d1aca4b471b709e8c9c168674fbd6e06d9" | 827 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.1.tgz#c53b4066edae16cd1fd669f687baf031b45fb9d6" |
828 | integrity sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9EMSl2ui0uytjY9xbe8XS0pexNWmxrdcCyNGyDmLyYw5FtKsalBUeOg== | 828 | integrity sha512-D819f34FLHeBN/4xvw0HR0u7U2G7RqjPSggXqf7LktsxWQ48VAfGwvMrhcVuaZV2fF069c/619RdgCCms0DHhw== |
829 | 829 | ||
830 | "@hapi/address@2.x.x": | 830 | "@hapi/address@2.x.x": |
831 | version "2.1.4" | 831 | version "2.1.4" |
@@ -891,9 +891,9 @@ | |||
891 | string-width "^2.0.0" | 891 | string-width "^2.0.0" |
892 | 892 | ||
893 | "@soda/get-current-script@^1.0.0": | 893 | "@soda/get-current-script@^1.0.0": |
894 | version "1.0.1" | 894 | version "1.0.2" |
895 | resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.1.tgz#f4afffcb36e069a801d5339c90499601c47a2516" | 895 | resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz#a53515db25d8038374381b73af20bb4f2e508d87" |
896 | integrity sha512-zeOomWIE52M9JpYXlsR3iOf7TXTTmNQHnSbqjMsQZ5phzfAenHzL/1+vQ0ZoJfagocK11LNf8vnn2JG0ufRMUQ== | 896 | integrity sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w== |
897 | 897 | ||
898 | "@types/color-name@^1.1.1": | 898 | "@types/color-name@^1.1.1": |
899 | version "1.1.1" | 899 | version "1.1.1" |
@@ -901,17 +901,17 @@ | |||
901 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== | 901 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
902 | 902 | ||
903 | "@types/glob@^7.1.1": | 903 | "@types/glob@^7.1.1": |
904 | version "7.1.2" | 904 | version "7.1.3" |
905 | resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.2.tgz#06ca26521353a545d94a0adc74f38a59d232c987" | 905 | resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" |
906 | integrity sha512-VgNIkxK+j7Nz5P7jvUZlRvhuPSmsEfS03b0alKcq5V/STUKAa3Plemsn5mrQUO7am6OErJ4rhGEGJbACclrtRA== | 906 | integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== |
907 | dependencies: | 907 | dependencies: |
908 | "@types/minimatch" "*" | 908 | "@types/minimatch" "*" |
909 | "@types/node" "*" | 909 | "@types/node" "*" |
910 | 910 | ||
911 | "@types/json-schema@^7.0.4": | 911 | "@types/json-schema@^7.0.4": |
912 | version "7.0.4" | 912 | version "7.0.5" |
913 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" | 913 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" |
914 | integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA== | 914 | integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== |
915 | 915 | ||
916 | "@types/minimatch@*": | 916 | "@types/minimatch@*": |
917 | version "3.0.3" | 917 | version "3.0.3" |
@@ -919,9 +919,9 @@ | |||
919 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== | 919 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== |
920 | 920 | ||
921 | "@types/node@*": | 921 | "@types/node@*": |
922 | version "14.0.11" | 922 | version "14.0.22" |
923 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3" | 923 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.22.tgz#23ea4d88189cec7d58f9e6b66f786b215eb61bdc" |
924 | integrity sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg== | 924 | integrity sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g== |
925 | 925 | ||
926 | "@types/normalize-package-data@^2.4.0": | 926 | "@types/normalize-package-data@^2.4.0": |
927 | version "2.4.0" | 927 | version "2.4.0" |
@@ -950,10 +950,10 @@ | |||
950 | lodash.kebabcase "^4.1.1" | 950 | lodash.kebabcase "^4.1.1" |
951 | svg-tags "^1.0.0" | 951 | svg-tags "^1.0.0" |
952 | 952 | ||
953 | "@vue/babel-preset-app@^4.4.1": | 953 | "@vue/babel-preset-app@^4.4.6": |
954 | version "4.4.1" | 954 | version "4.4.6" |
955 | resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.4.1.tgz#97c6796183cd0abf96a17297dc335c4c702fd8c4" | 955 | resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.4.6.tgz#92aef916e83f1abe0a2ed1e9e2cef5b332f958c4" |
956 | integrity sha512-VHVROEBBiW0dnuNuzlFElkncXo+zxh5Px0MZ51Th5da8UPbQodf43mnpotMnFtmCPTXAFL58tzDttu1FgrgfpQ== | 956 | integrity sha512-urIa6Qk3lKacLvscrzxMNyYlTqKFcPAUo5MohOjv1ISZ9PssHw693WTOrqSC0XksdMLtp/rnLvc6l5G8Muk0lw== |
957 | dependencies: | 957 | dependencies: |
958 | "@babel/core" "^7.9.6" | 958 | "@babel/core" "^7.9.6" |
959 | "@babel/helper-compilation-targets" "^7.9.6" | 959 | "@babel/helper-compilation-targets" "^7.9.6" |
@@ -1018,69 +1018,69 @@ | |||
1018 | "@vue/babel-plugin-transform-vue-jsx" "^1.1.2" | 1018 | "@vue/babel-plugin-transform-vue-jsx" "^1.1.2" |
1019 | camelcase "^5.0.0" | 1019 | camelcase "^5.0.0" |
1020 | 1020 | ||
1021 | "@vue/cli-overlay@^4.4.1": | 1021 | "@vue/cli-overlay@^4.4.6": |
1022 | version "4.4.1" | 1022 | version "4.4.6" |
1023 | resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.4.1.tgz#f1f51f31f7a00d371e9a5b5a941525184475bf8b" | 1023 | resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.4.6.tgz#58f996066d8c0a0a45ad4b5c6f3f213f9945a9ba" |
1024 | integrity sha512-EQqAVy7O/qqGOfSYIGL073FWlr/s6QFA0wA1wY8pHnTS5WPwAiHT+D+xe+fgXKZ3KeL7v7u/le7YFIEVXFVXOg== | 1024 | integrity sha512-fzjg2gWQt+jw5fyLsD9HZNxGNQgZjLDI2s9bLWJwRucdfmncSi9neqA0TZyszGrgcJA4Qu4V5KgV0qwVSBYCaw== |
1025 | 1025 | ||
1026 | "@vue/cli-plugin-babel@~4.4.1": | 1026 | "@vue/cli-plugin-babel@~4.4.6": |
1027 | version "4.4.1" | 1027 | version "4.4.6" |
1028 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.4.1.tgz#2c6e969fe51f1b4b211bea84afb7cad18240f70f" | 1028 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.4.6.tgz#d5d750d4f74900c00836e19c164193650df26f3b" |
1029 | integrity sha512-dmhymfm2UnZDw13k/zKT6YIj7je53mE37Y+jEJxpRUlCKFmZUDuYkJ8i5HmO0SnaCnEGqNELaBkoIFnY3aE2Gw== | 1029 | integrity sha512-9cX9mN+4DIbcqw3rV6UBOA0t5zikIkrBLQloUzsOBOu5Xb7/UoD7inInFj7bnyHUflr5LqbdWJ+etCQcWAIIXA== |
1030 | dependencies: | 1030 | dependencies: |
1031 | "@babel/core" "^7.9.6" | 1031 | "@babel/core" "^7.9.6" |
1032 | "@vue/babel-preset-app" "^4.4.1" | 1032 | "@vue/babel-preset-app" "^4.4.6" |
1033 | "@vue/cli-shared-utils" "^4.4.1" | 1033 | "@vue/cli-shared-utils" "^4.4.6" |
1034 | babel-loader "^8.1.0" | 1034 | babel-loader "^8.1.0" |
1035 | cache-loader "^4.1.0" | 1035 | cache-loader "^4.1.0" |
1036 | thread-loader "^2.1.3" | 1036 | thread-loader "^2.1.3" |
1037 | webpack "^4.0.0" | 1037 | webpack "^4.0.0" |
1038 | 1038 | ||
1039 | "@vue/cli-plugin-eslint@~4.4.1": | 1039 | "@vue/cli-plugin-eslint@~4.4.6": |
1040 | version "4.4.1" | 1040 | version "4.4.6" |
1041 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.4.1.tgz#e39d6517da6de231195d227f995f495e2958a74a" | 1041 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.4.6.tgz#442d62a70dd93e4a549ff9164d2d10f4e97a58f1" |
1042 | integrity sha512-T+9+q44iajQEbe59z6Io3otFOsWnPOEVU+/hrDyC6aOToJbQo6P4VacByDDcuGYENAjAd8ENLSt18TaPNSIyRw== | 1042 | integrity sha512-3a9rVpOKPQsDgAlRkhmBMHboGobivG/47BbQGE66Z8YJxrgF/AWikP3Jy67SmxtszRkyiWfw4aJFRV9r3MzffQ== |
1043 | dependencies: | 1043 | dependencies: |
1044 | "@vue/cli-shared-utils" "^4.4.1" | 1044 | "@vue/cli-shared-utils" "^4.4.6" |
1045 | eslint-loader "^2.2.1" | 1045 | eslint-loader "^2.2.1" |
1046 | globby "^9.2.0" | 1046 | globby "^9.2.0" |
1047 | inquirer "^7.1.0" | 1047 | inquirer "^7.1.0" |
1048 | webpack "^4.0.0" | 1048 | webpack "^4.0.0" |
1049 | yorkie "^2.0.0" | 1049 | yorkie "^2.0.0" |
1050 | 1050 | ||
1051 | "@vue/cli-plugin-pwa@~4.4.1": | 1051 | "@vue/cli-plugin-pwa@~4.4.6": |
1052 | version "4.4.1" | 1052 | version "4.4.6" |
1053 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-pwa/-/cli-plugin-pwa-4.4.1.tgz#e7bc010bc78cfaf74968c11fb332f3abc1ef298d" | 1053 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-pwa/-/cli-plugin-pwa-4.4.6.tgz#f1b8e35822e28c3b6b196673d00a9127f7953937" |
1054 | integrity sha512-0LnJSsuD9GHQ5B9OoOejhHNnpkgy0ctLt1o0+S8vBtpl9+jIIBzKDT7kY3/2QT4vNwH9b0pWr9WdfmdCPPv2vQ== | 1054 | integrity sha512-TbYKZ60phCdVFiamvaGrIDTKJA0068WJ1i8FiKNEgQaXdGEFCWII3KK4QTIEwgXSNtgY+m2hYx7mZB/y5/9/RA== |
1055 | dependencies: | 1055 | dependencies: |
1056 | "@vue/cli-shared-utils" "^4.4.1" | 1056 | "@vue/cli-shared-utils" "^4.4.6" |
1057 | webpack "^4.0.0" | 1057 | webpack "^4.0.0" |
1058 | workbox-webpack-plugin "^4.3.1" | 1058 | workbox-webpack-plugin "^4.3.1" |
1059 | 1059 | ||
1060 | "@vue/cli-plugin-router@^4.4.1": | 1060 | "@vue/cli-plugin-router@^4.4.6": |
1061 | version "4.4.1" | 1061 | version "4.4.6" |
1062 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.4.1.tgz#07d09df0f4bea816e637da814f578b808f1f93b2" | 1062 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.4.6.tgz#db5bb1c92afd2046376e4faa90270d6363d4b9b8" |
1063 | integrity sha512-kCSsJG7pjDvCJDjGtcCI5l0UjmqwNigOR41RkeGSjSUvzV4ArSniXjFqrOmtpMp36S5xCtwtt9MFm/K4fCubkQ== | 1063 | integrity sha512-TkLdn0ZYo3zgn78Rk8doPlR+4UkGjGW2R1eGEaZEkue/mw2VhUWtTk9cKLZaYrw0eY8Ro/j+OV6mD+scyrairg== |
1064 | dependencies: | 1064 | dependencies: |
1065 | "@vue/cli-shared-utils" "^4.4.1" | 1065 | "@vue/cli-shared-utils" "^4.4.6" |
1066 | 1066 | ||
1067 | "@vue/cli-plugin-vuex@^4.4.1": | 1067 | "@vue/cli-plugin-vuex@^4.4.6": |
1068 | version "4.4.1" | 1068 | version "4.4.6" |
1069 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.4.1.tgz#98d18fc5d36fa6e0d1fc2ecaeea37aa965564f19" | 1069 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.4.6.tgz#44b596f0d5236e0a2ce1aa4757bda5207c230be0" |
1070 | integrity sha512-FtOFsDP0qznwVaCz0BZmTzUm5vhHSJzX2/XD3L5dLTkrNxyDEbZmbKoX0n1OzBcQwZC7dkJZP2tdoCQx0mX//g== | 1070 | integrity sha512-Ho0YzUivn8BLPqFoFypntR8CMTEXYYHVr0GdnZW99XL+DbGw75f+tJfnrV9UFHDTfvZt7uewKiXDMlrzQ0l3Ug== |
1071 | 1071 | ||
1072 | "@vue/cli-service@~4.4.1": | 1072 | "@vue/cli-service@~4.4.6": |
1073 | version "4.4.1" | 1073 | version "4.4.6" |
1074 | resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.4.1.tgz#b26a435d8c953bc7efaf7b784c9835c1415bcf1c" | 1074 | resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.4.6.tgz#83ca058d081eb145bbc1ae2fe8069d2d9ddf7e18" |
1075 | integrity sha512-DVV0zr5Sw7pzdm3z3PRrfqihLgoJP/d9AgNFcSSQF/J9Gtvjf1t0PTJJFeLANHSL3kDWte+3kjc22sXayu0BJQ== | 1075 | integrity sha512-k5OFGh2NnvRymCyq9DfBiNJvECUuun3pl5KMm3557IZyA5E5csv+RHoSW3dX8HHe0zXq18g52VswP1llvR9POw== |
1076 | dependencies: | 1076 | dependencies: |
1077 | "@intervolga/optimize-cssnano-plugin" "^1.0.5" | 1077 | "@intervolga/optimize-cssnano-plugin" "^1.0.5" |
1078 | "@soda/friendly-errors-webpack-plugin" "^1.7.1" | 1078 | "@soda/friendly-errors-webpack-plugin" "^1.7.1" |
1079 | "@soda/get-current-script" "^1.0.0" | 1079 | "@soda/get-current-script" "^1.0.0" |
1080 | "@vue/cli-overlay" "^4.4.1" | 1080 | "@vue/cli-overlay" "^4.4.6" |
1081 | "@vue/cli-plugin-router" "^4.4.1" | 1081 | "@vue/cli-plugin-router" "^4.4.6" |
1082 | "@vue/cli-plugin-vuex" "^4.4.1" | 1082 | "@vue/cli-plugin-vuex" "^4.4.6" |
1083 | "@vue/cli-shared-utils" "^4.4.1" | 1083 | "@vue/cli-shared-utils" "^4.4.6" |
1084 | "@vue/component-compiler-utils" "^3.1.2" | 1084 | "@vue/component-compiler-utils" "^3.1.2" |
1085 | "@vue/preload-webpack-plugin" "^1.1.0" | 1085 | "@vue/preload-webpack-plugin" "^1.1.0" |
1086 | "@vue/web-component-wrapper" "^1.2.0" | 1086 | "@vue/web-component-wrapper" "^1.2.0" |
@@ -1127,10 +1127,10 @@ | |||
1127 | webpack-dev-server "^3.11.0" | 1127 | webpack-dev-server "^3.11.0" |
1128 | webpack-merge "^4.2.2" | 1128 | webpack-merge "^4.2.2" |
1129 | 1129 | ||
1130 | "@vue/cli-shared-utils@^4.4.1": | 1130 | "@vue/cli-shared-utils@^4.4.6": |
1131 | version "4.4.1" | 1131 | version "4.4.6" |
1132 | resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.4.1.tgz#930304ade5a9f9bf0d2fd67d9305cad83d04aae1" | 1132 | resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.4.6.tgz#0ec59880920736c6dd79079ac0b5ceac29fa55e1" |
1133 | integrity sha512-teevHgI7XUsKVMOncx3M+6iLjO28woGfRwgUG4hR83moVBHQe5x2OCr2i5t/58bwpv269RD5RYXBQCGtIXuxZw== | 1133 | integrity sha512-ba+FZZCjiTSu2otnLjY4qXqASe7ZIQ/QBljk5oRPgqrR0p1NUkDPUcZhqa041aOaSW1yAfSfhOD7Q84nMnWhzQ== |
1134 | dependencies: | 1134 | dependencies: |
1135 | "@hapi/joi" "^15.0.1" | 1135 | "@hapi/joi" "^15.0.1" |
1136 | chalk "^2.4.2" | 1136 | chalk "^2.4.2" |
@@ -1142,7 +1142,6 @@ | |||
1142 | ora "^3.4.0" | 1142 | ora "^3.4.0" |
1143 | read-pkg "^5.1.1" | 1143 | read-pkg "^5.1.1" |
1144 | request "^2.88.2" | 1144 | request "^2.88.2" |
1145 | request-promise-native "^1.0.8" | ||
1146 | semver "^6.1.0" | 1145 | semver "^6.1.0" |
1147 | strip-ansi "^6.0.0" | 1146 | strip-ansi "^6.0.0" |
1148 | 1147 | ||
@@ -1348,9 +1347,9 @@ acorn-jsx@^5.2.0: | |||
1348 | integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== | 1347 | integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== |
1349 | 1348 | ||
1350 | acorn-walk@^7.1.1: | 1349 | acorn-walk@^7.1.1: |
1351 | version "7.1.1" | 1350 | version "7.2.0" |
1352 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.1.1.tgz#345f0dffad5c735e7373d2fec9a1023e6a44b83e" | 1351 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" |
1353 | integrity sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ== | 1352 | integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== |
1354 | 1353 | ||
1355 | acorn@^6.4.1: | 1354 | acorn@^6.4.1: |
1356 | version "6.4.1" | 1355 | version "6.4.1" |
@@ -1358,9 +1357,9 @@ acorn@^6.4.1: | |||
1358 | integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== | 1357 | integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== |
1359 | 1358 | ||
1360 | acorn@^7.1.1, acorn@^7.2.0: | 1359 | acorn@^7.1.1, acorn@^7.2.0: |
1361 | version "7.2.0" | 1360 | version "7.3.1" |
1362 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe" | 1361 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd" |
1363 | integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ== | 1362 | integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA== |
1364 | 1363 | ||
1365 | address@^1.1.2: | 1364 | address@^1.1.2: |
1366 | version "1.1.2" | 1365 | version "1.1.2" |
@@ -1381,14 +1380,14 @@ ajv-errors@^1.0.0: | |||
1381 | integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== | 1380 | integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== |
1382 | 1381 | ||
1383 | ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: | 1382 | ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: |
1384 | version "3.4.1" | 1383 | version "3.5.1" |
1385 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" | 1384 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.1.tgz#b83ca89c5d42d69031f424cad49aada0236c6957" |
1386 | integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== | 1385 | integrity sha512-KWcq3xN8fDjSB+IMoh2VaXVhRI0BBGxoYp3rx7Pkb6z0cFjYR9Q9l4yZqqals0/zsioCmocC5H6UvsGD4MoIBA== |
1387 | 1386 | ||
1388 | ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.5.5: | 1387 | ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.5.5: |
1389 | version "6.12.2" | 1388 | version "6.12.3" |
1390 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd" | 1389 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" |
1391 | integrity sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== | 1390 | integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== |
1392 | dependencies: | 1391 | dependencies: |
1393 | fast-deep-equal "^3.1.1" | 1392 | fast-deep-equal "^3.1.1" |
1394 | fast-json-stable-stringify "^2.0.0" | 1393 | fast-json-stable-stringify "^2.0.0" |
@@ -1405,6 +1404,11 @@ ansi-colors@^3.0.0: | |||
1405 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" | 1404 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" |
1406 | integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== | 1405 | integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== |
1407 | 1406 | ||
1407 | ansi-colors@^4.1.1: | ||
1408 | version "4.1.1" | ||
1409 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" | ||
1410 | integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== | ||
1411 | |||
1408 | ansi-escapes@^4.2.1: | 1412 | ansi-escapes@^4.2.1: |
1409 | version "4.3.1" | 1413 | version "4.3.1" |
1410 | resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" | 1414 | resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" |
@@ -1604,16 +1608,16 @@ atob@^2.1.2: | |||
1604 | integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== | 1608 | integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== |
1605 | 1609 | ||
1606 | autoprefixer@^9.8.0: | 1610 | autoprefixer@^9.8.0: |
1607 | version "9.8.0" | 1611 | version "9.8.5" |
1608 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.0.tgz#68e2d2bef7ba4c3a65436f662d0a56a741e56511" | 1612 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.5.tgz#2c225de229ddafe1d1424c02791d0c3e10ccccaa" |
1609 | integrity sha512-D96ZiIHXbDmU02dBaemyAg53ez+6F5yZmapmgKcjm35yEe1uVDYI8hGW3VYoGRaG290ZFf91YxHrR518vC0u/A== | 1613 | integrity sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg== |
1610 | dependencies: | 1614 | dependencies: |
1611 | browserslist "^4.12.0" | 1615 | browserslist "^4.12.0" |
1612 | caniuse-lite "^1.0.30001061" | 1616 | caniuse-lite "^1.0.30001097" |
1613 | chalk "^2.4.2" | 1617 | colorette "^1.2.0" |
1614 | normalize-range "^0.1.2" | 1618 | normalize-range "^0.1.2" |
1615 | num2fraction "^1.2.2" | 1619 | num2fraction "^1.2.2" |
1616 | postcss "^7.0.30" | 1620 | postcss "^7.0.32" |
1617 | postcss-value-parser "^4.1.0" | 1621 | postcss-value-parser "^4.1.0" |
1618 | 1622 | ||
1619 | aws-sign2@~0.7.0: | 1623 | aws-sign2@~0.7.0: |
@@ -1750,9 +1754,9 @@ binary-extensions@^1.0.0: | |||
1750 | integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== | 1754 | integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== |
1751 | 1755 | ||
1752 | binary-extensions@^2.0.0: | 1756 | binary-extensions@^2.0.0: |
1753 | version "2.0.0" | 1757 | version "2.1.0" |
1754 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" | 1758 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" |
1755 | integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== | 1759 | integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== |
1756 | 1760 | ||
1757 | bindings@^1.5.0: | 1761 | bindings@^1.5.0: |
1758 | version "1.5.0" | 1762 | version "1.5.0" |
@@ -1907,14 +1911,14 @@ browserify-zlib@^0.2.0: | |||
1907 | pako "~1.0.5" | 1911 | pako "~1.0.5" |
1908 | 1912 | ||
1909 | browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5: | 1913 | browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5: |
1910 | version "4.12.0" | 1914 | version "4.13.0" |
1911 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d" | 1915 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.13.0.tgz#42556cba011e1b0a2775b611cba6a8eca18e940d" |
1912 | integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg== | 1916 | integrity sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ== |
1913 | dependencies: | 1917 | dependencies: |
1914 | caniuse-lite "^1.0.30001043" | 1918 | caniuse-lite "^1.0.30001093" |
1915 | electron-to-chromium "^1.3.413" | 1919 | electron-to-chromium "^1.3.488" |
1916 | node-releases "^1.1.53" | 1920 | escalade "^3.0.1" |
1917 | pkg-up "^2.0.0" | 1921 | node-releases "^1.1.58" |
1918 | 1922 | ||
1919 | buffer-from@^1.0.0: | 1923 | buffer-from@^1.0.0: |
1920 | version "1.1.1" | 1924 | version "1.1.1" |
@@ -1950,10 +1954,10 @@ builtin-status-codes@^3.0.0: | |||
1950 | resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" | 1954 | resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" |
1951 | integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= | 1955 | integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= |
1952 | 1956 | ||
1953 | bulma@^0.8.2: | 1957 | bulma@^0.9.0: |
1954 | version "0.8.2" | 1958 | version "0.9.0" |
1955 | resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.2.tgz#5d928f16ed4a84549c2873f95c92c38c69c631a7" | 1959 | resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.0.tgz#948c5445a49e9d7546f0826cb3820d17178a814f" |
1956 | integrity sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA== | 1960 | integrity sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ== |
1957 | 1961 | ||
1958 | bytes@3.0.0: | 1962 | bytes@3.0.0: |
1959 | version "3.0.0" | 1963 | version "3.0.0" |
@@ -2089,10 +2093,10 @@ caniuse-api@^3.0.0: | |||
2089 | lodash.memoize "^4.1.2" | 2093 | lodash.memoize "^4.1.2" |
2090 | lodash.uniq "^4.5.0" | 2094 | lodash.uniq "^4.5.0" |
2091 | 2095 | ||
2092 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001061: | 2096 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001097: |
2093 | version "1.0.30001078" | 2097 | version "1.0.30001099" |
2094 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001078.tgz#e1b6e2ae327b6a1ec11f65ec7a0dde1e7093074c" | 2098 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001099.tgz#540118fcc6842d1fde62f4ee5521d1ec6afdb40e" |
2095 | integrity sha512-sF12qXe9VMm32IEf/+NDvmTpwJaaU7N1igpiH2FdI4DyABJSsOqG3ZAcFvszLkoLoo1y6VJLMYivukUAxaMASw== | 2099 | integrity sha512-sdS9A+sQTk7wKoeuZBN/YMAHVztUfVnjDi4/UV3sDE8xoh7YR12hKW+pIdB3oqKGwr9XaFL2ovfzt9w8eUI5CA== |
2096 | 2100 | ||
2097 | case-sensitive-paths-webpack-plugin@^2.3.0: | 2101 | case-sensitive-paths-webpack-plugin@^2.3.0: |
2098 | version "2.3.0" | 2102 | version "2.3.0" |
@@ -2132,10 +2136,10 @@ chalk@^3.0.0: | |||
2132 | ansi-styles "^4.1.0" | 2136 | ansi-styles "^4.1.0" |
2133 | supports-color "^7.1.0" | 2137 | supports-color "^7.1.0" |
2134 | 2138 | ||
2135 | chalk@^4.0.0: | 2139 | chalk@^4.0.0, chalk@^4.1.0: |
2136 | version "4.0.0" | 2140 | version "4.1.0" |
2137 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" | 2141 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
2138 | integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== | 2142 | integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
2139 | dependencies: | 2143 | dependencies: |
2140 | ansi-styles "^4.1.0" | 2144 | ansi-styles "^4.1.0" |
2141 | supports-color "^7.1.0" | 2145 | supports-color "^7.1.0" |
@@ -2262,10 +2266,10 @@ cli-spinners@^2.0.0: | |||
2262 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5" | 2266 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5" |
2263 | integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w== | 2267 | integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w== |
2264 | 2268 | ||
2265 | cli-width@^2.0.0: | 2269 | cli-width@^3.0.0: |
2266 | version "2.2.1" | 2270 | version "3.0.0" |
2267 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" | 2271 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" |
2268 | integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== | 2272 | integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== |
2269 | 2273 | ||
2270 | clipboardy@^2.3.0: | 2274 | clipboardy@^2.3.0: |
2271 | version "2.3.0" | 2275 | version "2.3.0" |
@@ -2294,15 +2298,6 @@ cliui@^6.0.0: | |||
2294 | strip-ansi "^6.0.0" | 2298 | strip-ansi "^6.0.0" |
2295 | wrap-ansi "^6.2.0" | 2299 | wrap-ansi "^6.2.0" |
2296 | 2300 | ||
2297 | clone-deep@^4.0.1: | ||
2298 | version "4.0.1" | ||
2299 | resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" | ||
2300 | integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== | ||
2301 | dependencies: | ||
2302 | is-plain-object "^2.0.4" | ||
2303 | kind-of "^6.0.2" | ||
2304 | shallow-clone "^3.0.0" | ||
2305 | |||
2306 | clone@^1.0.2: | 2301 | clone@^1.0.2: |
2307 | version "1.0.4" | 2302 | version "1.0.4" |
2308 | resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" | 2303 | resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" |
@@ -2365,6 +2360,11 @@ color@^3.0.0: | |||
2365 | color-convert "^1.9.1" | 2360 | color-convert "^1.9.1" |
2366 | color-string "^1.5.2" | 2361 | color-string "^1.5.2" |
2367 | 2362 | ||
2363 | colorette@^1.2.0: | ||
2364 | version "1.2.1" | ||
2365 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" | ||
2366 | integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== | ||
2367 | |||
2368 | combined-stream@^1.0.6, combined-stream@~1.0.6: | 2368 | combined-stream@^1.0.6, combined-stream@~1.0.6: |
2369 | version "1.0.8" | 2369 | version "1.0.8" |
2370 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" | 2370 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" |
@@ -2647,22 +2647,22 @@ css-declaration-sorter@^4.0.1: | |||
2647 | timsort "^0.3.0" | 2647 | timsort "^0.3.0" |
2648 | 2648 | ||
2649 | css-loader@^3.5.3: | 2649 | css-loader@^3.5.3: |
2650 | version "3.5.3" | 2650 | version "3.6.0" |
2651 | resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.5.3.tgz#95ac16468e1adcd95c844729e0bb167639eb0bcf" | 2651 | resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" |
2652 | integrity sha512-UEr9NH5Lmi7+dguAm+/JSPovNjYbm2k3TK58EiwQHzOHH5Jfq1Y+XoP2bQO6TMn7PptMd0opxxedAWcaSTRKHw== | 2652 | integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== |
2653 | dependencies: | 2653 | dependencies: |
2654 | camelcase "^5.3.1" | 2654 | camelcase "^5.3.1" |
2655 | cssesc "^3.0.0" | 2655 | cssesc "^3.0.0" |
2656 | icss-utils "^4.1.1" | 2656 | icss-utils "^4.1.1" |
2657 | loader-utils "^1.2.3" | 2657 | loader-utils "^1.2.3" |
2658 | normalize-path "^3.0.0" | 2658 | normalize-path "^3.0.0" |
2659 | postcss "^7.0.27" | 2659 | postcss "^7.0.32" |
2660 | postcss-modules-extract-imports "^2.0.0" | 2660 | postcss-modules-extract-imports "^2.0.0" |
2661 | postcss-modules-local-by-default "^3.0.2" | 2661 | postcss-modules-local-by-default "^3.0.2" |
2662 | postcss-modules-scope "^2.2.0" | 2662 | postcss-modules-scope "^2.2.0" |
2663 | postcss-modules-values "^3.0.0" | 2663 | postcss-modules-values "^3.0.0" |
2664 | postcss-value-parser "^4.0.3" | 2664 | postcss-value-parser "^4.1.0" |
2665 | schema-utils "^2.6.6" | 2665 | schema-utils "^2.7.0" |
2666 | semver "^6.3.0" | 2666 | semver "^6.3.0" |
2667 | 2667 | ||
2668 | css-select-base-adapter@^0.1.1: | 2668 | css-select-base-adapter@^0.1.1: |
@@ -2820,7 +2820,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3: | |||
2820 | dependencies: | 2820 | dependencies: |
2821 | ms "2.0.0" | 2821 | ms "2.0.0" |
2822 | 2822 | ||
2823 | debug@^3.0.0, debug@^3.1.1, debug@^3.2.5: | 2823 | debug@^3.1.1, debug@^3.2.5: |
2824 | version "3.2.6" | 2824 | version "3.2.6" |
2825 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" | 2825 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" |
2826 | integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== | 2826 | integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== |
@@ -3109,15 +3109,15 @@ ejs@^2.6.1: | |||
3109 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" | 3109 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" |
3110 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== | 3110 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== |
3111 | 3111 | ||
3112 | electron-to-chromium@^1.3.413: | 3112 | electron-to-chromium@^1.3.488: |
3113 | version "1.3.464" | 3113 | version "1.3.496" |
3114 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.464.tgz#fe13feaa08f6f865d3c89d5d72e54c194f463aa5" | 3114 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.496.tgz#3f43d32930481d82ad3663d79658e7c59a58af0b" |
3115 | integrity sha512-Oo+0+CN9d2z6FToQW6Hwvi9ez09Y/usKwr0tsDsyg43a871zVJCi1nR0v03djLbRNcaCKjtrnVf2XJhTxEpPCg== | 3115 | integrity sha512-TXY4mwoyowwi4Lsrq9vcTUYBThyc1b2hXaTZI13p8/FRhY2CTaq5lK+DVjhYkKiTLsKt569Xes+0J5JsVXFurQ== |
3116 | 3116 | ||
3117 | elliptic@^6.0.0, elliptic@^6.5.2: | 3117 | elliptic@^6.0.0, elliptic@^6.5.2: |
3118 | version "6.5.2" | 3118 | version "6.5.3" |
3119 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" | 3119 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" |
3120 | integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== | 3120 | integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== |
3121 | dependencies: | 3121 | dependencies: |
3122 | bn.js "^4.4.0" | 3122 | bn.js "^4.4.0" |
3123 | brorand "^1.0.1" | 3123 | brorand "^1.0.1" |
@@ -3160,14 +3160,21 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: | |||
3160 | once "^1.4.0" | 3160 | once "^1.4.0" |
3161 | 3161 | ||
3162 | enhanced-resolve@^4.1.0: | 3162 | enhanced-resolve@^4.1.0: |
3163 | version "4.1.1" | 3163 | version "4.2.0" |
3164 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" | 3164 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.2.0.tgz#5d43bda4a0fd447cb0ebbe71bef8deff8805ad0d" |
3165 | integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA== | 3165 | integrity sha512-S7eiFb/erugyd1rLb6mQ3Vuq+EXHv5cpCkNqqIkYkBgN2QdFnyCZzFBleqwGEx4lgNGYij81BWnCrFNK7vxvjQ== |
3166 | dependencies: | 3166 | dependencies: |
3167 | graceful-fs "^4.1.2" | 3167 | graceful-fs "^4.1.2" |
3168 | memory-fs "^0.5.0" | 3168 | memory-fs "^0.5.0" |
3169 | tapable "^1.0.0" | 3169 | tapable "^1.0.0" |
3170 | 3170 | ||
3171 | enquirer@^2.3.5: | ||
3172 | version "2.3.6" | ||
3173 | resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" | ||
3174 | integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== | ||
3175 | dependencies: | ||
3176 | ansi-colors "^4.1.1" | ||
3177 | |||
3171 | entities@^1.1.1: | 3178 | entities@^1.1.1: |
3172 | version "1.1.2" | 3179 | version "1.1.2" |
3173 | resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" | 3180 | resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" |
@@ -3200,21 +3207,21 @@ error-stack-parser@^2.0.0: | |||
3200 | stackframe "^1.1.1" | 3207 | stackframe "^1.1.1" |
3201 | 3208 | ||
3202 | es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: | 3209 | es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: |
3203 | version "1.17.5" | 3210 | version "1.17.6" |
3204 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9" | 3211 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" |
3205 | integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg== | 3212 | integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== |
3206 | dependencies: | 3213 | dependencies: |
3207 | es-to-primitive "^1.2.1" | 3214 | es-to-primitive "^1.2.1" |
3208 | function-bind "^1.1.1" | 3215 | function-bind "^1.1.1" |
3209 | has "^1.0.3" | 3216 | has "^1.0.3" |
3210 | has-symbols "^1.0.1" | 3217 | has-symbols "^1.0.1" |
3211 | is-callable "^1.1.5" | 3218 | is-callable "^1.2.0" |
3212 | is-regex "^1.0.5" | 3219 | is-regex "^1.1.0" |
3213 | object-inspect "^1.7.0" | 3220 | object-inspect "^1.7.0" |
3214 | object-keys "^1.1.1" | 3221 | object-keys "^1.1.1" |
3215 | object.assign "^4.1.0" | 3222 | object.assign "^4.1.0" |
3216 | string.prototype.trimleft "^2.1.1" | 3223 | string.prototype.trimend "^1.0.1" |
3217 | string.prototype.trimright "^2.1.1" | 3224 | string.prototype.trimstart "^1.0.1" |
3218 | 3225 | ||
3219 | es-to-primitive@^1.2.1: | 3226 | es-to-primitive@^1.2.1: |
3220 | version "1.2.1" | 3227 | version "1.2.1" |
@@ -3225,6 +3232,11 @@ es-to-primitive@^1.2.1: | |||
3225 | is-date-object "^1.0.1" | 3232 | is-date-object "^1.0.1" |
3226 | is-symbol "^1.0.2" | 3233 | is-symbol "^1.0.2" |
3227 | 3234 | ||
3235 | escalade@^3.0.1: | ||
3236 | version "3.0.1" | ||
3237 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.1.tgz#52568a77443f6927cd0ab9c73129137533c965ed" | ||
3238 | integrity sha512-DR6NO3h9niOT+MZs7bjxlj2a1k+POu5RN8CLTPX2+i78bRi9eLe7+0zXgUHMnGXWybYcL61E9hGhPKqedy8tQA== | ||
3239 | |||
3228 | escape-html@~1.0.3: | 3240 | escape-html@~1.0.3: |
3229 | version "1.0.3" | 3241 | version "1.0.3" |
3230 | resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" | 3242 | resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" |
@@ -3253,10 +3265,10 @@ eslint-loader@^2.2.1: | |||
3253 | object-hash "^1.1.4" | 3265 | object-hash "^1.1.4" |
3254 | rimraf "^2.6.1" | 3266 | rimraf "^2.6.1" |
3255 | 3267 | ||
3256 | eslint-plugin-prettier@^3.1.1: | 3268 | eslint-plugin-prettier@^3.1.4: |
3257 | version "3.1.3" | 3269 | version "3.1.4" |
3258 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz#ae116a0fc0e598fdae48743a4430903de5b4e6ca" | 3270 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" |
3259 | integrity sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ== | 3271 | integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== |
3260 | dependencies: | 3272 | dependencies: |
3261 | prettier-linter-helpers "^1.0.0" | 3273 | prettier-linter-helpers "^1.0.0" |
3262 | 3274 | ||
@@ -3286,21 +3298,21 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.0: | |||
3286 | estraverse "^4.1.1" | 3298 | estraverse "^4.1.1" |
3287 | 3299 | ||
3288 | eslint-utils@^2.0.0: | 3300 | eslint-utils@^2.0.0: |
3289 | version "2.0.0" | 3301 | version "2.1.0" |
3290 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd" | 3302 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" |
3291 | integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== | 3303 | integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== |
3292 | dependencies: | 3304 | dependencies: |
3293 | eslint-visitor-keys "^1.1.0" | 3305 | eslint-visitor-keys "^1.1.0" |
3294 | 3306 | ||
3295 | eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0: | 3307 | eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0: |
3296 | version "1.2.0" | 3308 | version "1.3.0" |
3297 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa" | 3309 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" |
3298 | integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ== | 3310 | integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== |
3299 | 3311 | ||
3300 | eslint@^7.2.0: | 3312 | eslint@^7.4.0: |
3301 | version "7.2.0" | 3313 | version "7.4.0" |
3302 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6" | 3314 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz#4e35a2697e6c1972f9d6ef2b690ad319f80f206f" |
3303 | integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ== | 3315 | integrity sha512-gU+lxhlPHu45H3JkEGgYhWhkR9wLHHEXC9FbWFnTlEkbKyZKWgWRLgf61E8zWmBuI6g5xKBph9ltg3NtZMVF8g== |
3304 | dependencies: | 3316 | dependencies: |
3305 | "@babel/code-frame" "^7.0.0" | 3317 | "@babel/code-frame" "^7.0.0" |
3306 | ajv "^6.10.0" | 3318 | ajv "^6.10.0" |
@@ -3308,6 +3320,7 @@ eslint@^7.2.0: | |||
3308 | cross-spawn "^7.0.2" | 3320 | cross-spawn "^7.0.2" |
3309 | debug "^4.0.1" | 3321 | debug "^4.0.1" |
3310 | doctrine "^3.0.0" | 3322 | doctrine "^3.0.0" |
3323 | enquirer "^2.3.5" | ||
3311 | eslint-scope "^5.1.0" | 3324 | eslint-scope "^5.1.0" |
3312 | eslint-utils "^2.0.0" | 3325 | eslint-utils "^2.0.0" |
3313 | eslint-visitor-keys "^1.2.0" | 3326 | eslint-visitor-keys "^1.2.0" |
@@ -3321,7 +3334,6 @@ eslint@^7.2.0: | |||
3321 | ignore "^4.0.6" | 3334 | ignore "^4.0.6" |
3322 | import-fresh "^3.0.0" | 3335 | import-fresh "^3.0.0" |
3323 | imurmurhash "^0.1.4" | 3336 | imurmurhash "^0.1.4" |
3324 | inquirer "^7.0.0" | ||
3325 | is-glob "^4.0.0" | 3337 | is-glob "^4.0.0" |
3326 | js-yaml "^3.13.1" | 3338 | js-yaml "^3.13.1" |
3327 | json-stable-stringify-without-jsonify "^1.0.1" | 3339 | json-stable-stringify-without-jsonify "^1.0.1" |
@@ -3560,15 +3572,20 @@ extglob@^2.0.4: | |||
3560 | snapdragon "^0.8.1" | 3572 | snapdragon "^0.8.1" |
3561 | to-regex "^3.0.1" | 3573 | to-regex "^3.0.1" |
3562 | 3574 | ||
3563 | extsprintf@1.3.0, extsprintf@^1.2.0: | 3575 | extsprintf@1.3.0: |
3564 | version "1.3.0" | 3576 | version "1.3.0" |
3565 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" | 3577 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" |
3566 | integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= | 3578 | integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= |
3567 | 3579 | ||
3580 | extsprintf@^1.2.0: | ||
3581 | version "1.4.0" | ||
3582 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" | ||
3583 | integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= | ||
3584 | |||
3568 | fast-deep-equal@^3.1.1: | 3585 | fast-deep-equal@^3.1.1: |
3569 | version "3.1.1" | 3586 | version "3.1.3" |
3570 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" | 3587 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
3571 | integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== | 3588 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
3572 | 3589 | ||
3573 | fast-diff@^1.1.2: | 3590 | fast-diff@^1.1.2: |
3574 | version "1.2.0" | 3591 | version "1.2.0" |
@@ -3713,13 +3730,6 @@ find-up@^1.0.0: | |||
3713 | path-exists "^2.0.0" | 3730 | path-exists "^2.0.0" |
3714 | pinkie-promise "^2.0.0" | 3731 | pinkie-promise "^2.0.0" |
3715 | 3732 | ||
3716 | find-up@^2.1.0: | ||
3717 | version "2.1.0" | ||
3718 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" | ||
3719 | integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= | ||
3720 | dependencies: | ||
3721 | locate-path "^2.0.0" | ||
3722 | |||
3723 | find-up@^3.0.0: | 3733 | find-up@^3.0.0: |
3724 | version "3.0.0" | 3734 | version "3.0.0" |
3725 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" | 3735 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" |
@@ -3758,11 +3768,9 @@ flush-write-stream@^1.0.0: | |||
3758 | readable-stream "^2.3.6" | 3768 | readable-stream "^2.3.6" |
3759 | 3769 | ||
3760 | follow-redirects@^1.0.0: | 3770 | follow-redirects@^1.0.0: |
3761 | version "1.11.0" | 3771 | version "1.12.1" |
3762 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.11.0.tgz#afa14f08ba12a52963140fe43212658897bc0ecb" | 3772 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6" |
3763 | integrity sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA== | 3773 | integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg== |
3764 | dependencies: | ||
3765 | debug "^3.0.0" | ||
3766 | 3774 | ||
3767 | for-in@^1.0.2: | 3775 | for-in@^1.0.2: |
3768 | version "1.0.2" | 3776 | version "1.0.2" |
@@ -4233,7 +4241,7 @@ http-deceiver@^1.2.7: | |||
4233 | resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" | 4241 | resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" |
4234 | integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= | 4242 | integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= |
4235 | 4243 | ||
4236 | http-errors@1.7.2, http-errors@~1.7.2: | 4244 | http-errors@1.7.2: |
4237 | version "1.7.2" | 4245 | version "1.7.2" |
4238 | resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" | 4246 | resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" |
4239 | integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== | 4247 | integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== |
@@ -4254,6 +4262,17 @@ http-errors@~1.6.2: | |||
4254 | setprototypeof "1.1.0" | 4262 | setprototypeof "1.1.0" |
4255 | statuses ">= 1.4.0 < 2" | 4263 | statuses ">= 1.4.0 < 2" |
4256 | 4264 | ||
4265 | http-errors@~1.7.2: | ||
4266 | version "1.7.3" | ||
4267 | resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" | ||
4268 | integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== | ||
4269 | dependencies: | ||
4270 | depd "~1.1.2" | ||
4271 | inherits "2.0.4" | ||
4272 | setprototypeof "1.1.1" | ||
4273 | statuses ">= 1.5.0 < 2" | ||
4274 | toidentifier "1.0.0" | ||
4275 | |||
4257 | http-parser-js@>=0.5.1: | 4276 | http-parser-js@>=0.5.1: |
4258 | version "0.5.2" | 4277 | version "0.5.2" |
4259 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77" | 4278 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77" |
@@ -4412,21 +4431,21 @@ inherits@2.0.3: | |||
4412 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | 4431 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" |
4413 | integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= | 4432 | integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= |
4414 | 4433 | ||
4415 | inquirer@^7.0.0, inquirer@^7.1.0: | 4434 | inquirer@^7.1.0: |
4416 | version "7.1.0" | 4435 | version "7.3.1" |
4417 | resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" | 4436 | resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.1.tgz#ac6aba1abdfdd5ad34e7069370411edba17f6439" |
4418 | integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== | 4437 | integrity sha512-/+vOpHQHhoh90Znev8BXiuw1TDQ7IDxWsQnFafUEoK5+4uN5Eoz1p+3GqOj/NtzEi9VzWKQcV9Bm+i8moxedsA== |
4419 | dependencies: | 4438 | dependencies: |
4420 | ansi-escapes "^4.2.1" | 4439 | ansi-escapes "^4.2.1" |
4421 | chalk "^3.0.0" | 4440 | chalk "^4.1.0" |
4422 | cli-cursor "^3.1.0" | 4441 | cli-cursor "^3.1.0" |
4423 | cli-width "^2.0.0" | 4442 | cli-width "^3.0.0" |
4424 | external-editor "^3.0.3" | 4443 | external-editor "^3.0.3" |
4425 | figures "^3.0.0" | 4444 | figures "^3.0.0" |
4426 | lodash "^4.17.15" | 4445 | lodash "^4.17.16" |
4427 | mute-stream "0.0.8" | 4446 | mute-stream "0.0.8" |
4428 | run-async "^2.4.0" | 4447 | run-async "^2.4.0" |
4429 | rxjs "^6.5.3" | 4448 | rxjs "^6.6.0" |
4430 | string-width "^4.1.0" | 4449 | string-width "^4.1.0" |
4431 | strip-ansi "^6.0.0" | 4450 | strip-ansi "^6.0.0" |
4432 | through "^2.3.6" | 4451 | through "^2.3.6" |
@@ -4519,7 +4538,7 @@ is-buffer@^1.1.5: | |||
4519 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | 4538 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" |
4520 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== | 4539 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== |
4521 | 4540 | ||
4522 | is-callable@^1.1.4, is-callable@^1.1.5: | 4541 | is-callable@^1.1.4, is-callable@^1.2.0: |
4523 | version "1.2.0" | 4542 | version "1.2.0" |
4524 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" | 4543 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" |
4525 | integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== | 4544 | integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== |
@@ -4684,7 +4703,7 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: | |||
4684 | dependencies: | 4703 | dependencies: |
4685 | isobject "^3.0.1" | 4704 | isobject "^3.0.1" |
4686 | 4705 | ||
4687 | is-regex@^1.0.4, is-regex@^1.0.5: | 4706 | is-regex@^1.0.4, is-regex@^1.1.0: |
4688 | version "1.1.0" | 4707 | version "1.1.0" |
4689 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" | 4708 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" |
4690 | integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== | 4709 | integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== |
@@ -4934,6 +4953,11 @@ kind-of@^6.0.0, kind-of@^6.0.2: | |||
4934 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" | 4953 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" |
4935 | integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== | 4954 | integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== |
4936 | 4955 | ||
4956 | klona@^1.1.1: | ||
4957 | version "1.1.2" | ||
4958 | resolved "https://registry.yarnpkg.com/klona/-/klona-1.1.2.tgz#a79e292518a5a5412ec8d097964bff1571a64db0" | ||
4959 | integrity sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA== | ||
4960 | |||
4937 | launch-editor-middleware@^2.2.1: | 4961 | launch-editor-middleware@^2.2.1: |
4938 | version "2.2.1" | 4962 | version "2.2.1" |
4939 | resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.2.1.tgz#e14b07e6c7154b0a4b86a0fd345784e45804c157" | 4963 | resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.2.1.tgz#e14b07e6c7154b0a4b86a0fd345784e45804c157" |
@@ -5015,14 +5039,6 @@ loader-utils@^2.0.0: | |||
5015 | emojis-list "^3.0.0" | 5039 | emojis-list "^3.0.0" |
5016 | json5 "^2.1.2" | 5040 | json5 "^2.1.2" |
5017 | 5041 | ||
5018 | locate-path@^2.0.0: | ||
5019 | version "2.0.0" | ||
5020 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||
5021 | integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= | ||
5022 | dependencies: | ||
5023 | p-locate "^2.0.0" | ||
5024 | path-exists "^3.0.0" | ||
5025 | |||
5026 | locate-path@^3.0.0: | 5042 | locate-path@^3.0.0: |
5027 | version "3.0.0" | 5043 | version "3.0.0" |
5028 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" | 5044 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" |
@@ -5093,10 +5109,10 @@ lodash.uniq@^4.5.0: | |||
5093 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | 5109 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" |
5094 | integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= | 5110 | integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= |
5095 | 5111 | ||
5096 | lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3: | 5112 | lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.16, lodash@^4.17.3: |
5097 | version "4.17.15" | 5113 | version "4.17.19" |
5098 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | 5114 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
5099 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== | 5115 | integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
5100 | 5116 | ||
5101 | log-symbols@^2.2.0: | 5117 | log-symbols@^2.2.0: |
5102 | version "2.2.0" | 5118 | version "2.2.0" |
@@ -5398,11 +5414,16 @@ ms@2.0.0: | |||
5398 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | 5414 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" |
5399 | integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= | 5415 | integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= |
5400 | 5416 | ||
5401 | ms@2.1.1, ms@^2.1.1: | 5417 | ms@2.1.1: |
5402 | version "2.1.1" | 5418 | version "2.1.1" |
5403 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" | 5419 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" |
5404 | integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== | 5420 | integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== |
5405 | 5421 | ||
5422 | ms@^2.1.1: | ||
5423 | version "2.1.2" | ||
5424 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" | ||
5425 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | ||
5426 | |||
5406 | multicast-dns-service-types@^1.1.0: | 5427 | multicast-dns-service-types@^1.1.0: |
5407 | version "1.1.0" | 5428 | version "1.1.0" |
5408 | resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" | 5429 | resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" |
@@ -5463,9 +5484,9 @@ negotiator@0.6.2: | |||
5463 | integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== | 5484 | integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== |
5464 | 5485 | ||
5465 | neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: | 5486 | neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: |
5466 | version "2.6.1" | 5487 | version "2.6.2" |
5467 | resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" | 5488 | resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" |
5468 | integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== | 5489 | integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== |
5469 | 5490 | ||
5470 | nice-try@^1.0.4: | 5491 | nice-try@^1.0.4: |
5471 | version "1.0.5" | 5492 | version "1.0.5" |
@@ -5522,10 +5543,10 @@ node-libs-browser@^2.2.1: | |||
5522 | util "^0.11.0" | 5543 | util "^0.11.0" |
5523 | vm-browserify "^1.0.1" | 5544 | vm-browserify "^1.0.1" |
5524 | 5545 | ||
5525 | node-releases@^1.1.53: | 5546 | node-releases@^1.1.58: |
5526 | version "1.1.58" | 5547 | version "1.1.59" |
5527 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.58.tgz#8ee20eef30fa60e52755fcc0942def5a734fe935" | 5548 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.59.tgz#4d648330641cec704bff10f8e4fe28e453ab8e8e" |
5528 | integrity sha512-NxBudgVKiRh/2aPWMgPR7bPTX0VPmGx5QBwCtdHitnqFE5/O8DeBXuIMH1nwNnw/aMo6AjOrpsHzfY3UbUJ7yg== | 5549 | integrity sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw== |
5529 | 5550 | ||
5530 | normalize-package-data@^2.5.0: | 5551 | normalize-package-data@^2.5.0: |
5531 | version "2.5.0" | 5552 | version "2.5.0" |
@@ -5625,9 +5646,9 @@ object-hash@^1.1.4: | |||
5625 | integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== | 5646 | integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== |
5626 | 5647 | ||
5627 | object-inspect@^1.7.0: | 5648 | object-inspect@^1.7.0: |
5628 | version "1.7.0" | 5649 | version "1.8.0" |
5629 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | 5650 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" |
5630 | integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== | 5651 | integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== |
5631 | 5652 | ||
5632 | object-is@^1.0.1: | 5653 | object-is@^1.0.1: |
5633 | version "1.1.2" | 5654 | version "1.1.2" |
@@ -5792,13 +5813,6 @@ p-finally@^2.0.0: | |||
5792 | resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" | 5813 | resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" |
5793 | integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== | 5814 | integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== |
5794 | 5815 | ||
5795 | p-limit@^1.1.0: | ||
5796 | version "1.3.0" | ||
5797 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" | ||
5798 | integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== | ||
5799 | dependencies: | ||
5800 | p-try "^1.0.0" | ||
5801 | |||
5802 | p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.3.0: | 5816 | p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.3.0: |
5803 | version "2.3.0" | 5817 | version "2.3.0" |
5804 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" | 5818 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" |
@@ -5806,13 +5820,6 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.3.0: | |||
5806 | dependencies: | 5820 | dependencies: |
5807 | p-try "^2.0.0" | 5821 | p-try "^2.0.0" |
5808 | 5822 | ||
5809 | p-locate@^2.0.0: | ||
5810 | version "2.0.0" | ||
5811 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" | ||
5812 | integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= | ||
5813 | dependencies: | ||
5814 | p-limit "^1.1.0" | ||
5815 | |||
5816 | p-locate@^3.0.0: | 5823 | p-locate@^3.0.0: |
5817 | version "3.0.0" | 5824 | version "3.0.0" |
5818 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" | 5825 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" |
@@ -5846,11 +5853,6 @@ p-retry@^3.0.1: | |||
5846 | dependencies: | 5853 | dependencies: |
5847 | retry "^0.12.0" | 5854 | retry "^0.12.0" |
5848 | 5855 | ||
5849 | p-try@^1.0.0: | ||
5850 | version "1.0.0" | ||
5851 | resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" | ||
5852 | integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= | ||
5853 | |||
5854 | p-try@^2.0.0: | 5856 | p-try@^2.0.0: |
5855 | version "2.2.0" | 5857 | version "2.2.0" |
5856 | resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" | 5858 | resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" |
@@ -6069,13 +6071,6 @@ pkg-dir@^4.1.0: | |||
6069 | dependencies: | 6071 | dependencies: |
6070 | find-up "^4.0.0" | 6072 | find-up "^4.0.0" |
6071 | 6073 | ||
6072 | pkg-up@^2.0.0: | ||
6073 | version "2.0.0" | ||
6074 | resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f" | ||
6075 | integrity sha1-yBmscoBZpGHKscOImivjxJoATX8= | ||
6076 | dependencies: | ||
6077 | find-up "^2.1.0" | ||
6078 | |||
6079 | pnp-webpack-plugin@^1.6.4: | 6074 | pnp-webpack-plugin@^1.6.4: |
6080 | version "1.6.4" | 6075 | version "1.6.4" |
6081 | resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" | 6076 | resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" |
@@ -6418,12 +6413,12 @@ postcss-value-parser@^3.0.0: | |||
6418 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" | 6413 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" |
6419 | integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== | 6414 | integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== |
6420 | 6415 | ||
6421 | postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.0.3, postcss-value-parser@^4.1.0: | 6416 | postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: |
6422 | version "4.1.0" | 6417 | version "4.1.0" |
6423 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" | 6418 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" |
6424 | integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== | 6419 | integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== |
6425 | 6420 | ||
6426 | postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.27, postcss@^7.0.30, postcss@^7.0.5, postcss@^7.0.6: | 6421 | postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: |
6427 | version "7.0.32" | 6422 | version "7.0.32" |
6428 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" | 6423 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" |
6429 | integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== | 6424 | integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== |
@@ -6472,11 +6467,6 @@ pretty-error@^2.0.2: | |||
6472 | renderkid "^2.0.1" | 6467 | renderkid "^2.0.1" |
6473 | utila "~0.4" | 6468 | utila "~0.4" |
6474 | 6469 | ||
6475 | private@^0.1.8: | ||
6476 | version "0.1.8" | ||
6477 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" | ||
6478 | integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== | ||
6479 | |||
6480 | process-nextick-args@~2.0.0: | 6470 | process-nextick-args@~2.0.0: |
6481 | version "2.0.1" | 6471 | version "2.0.1" |
6482 | resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" | 6472 | resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" |
@@ -6557,11 +6547,16 @@ pumpify@^1.3.3: | |||
6557 | inherits "^2.0.3" | 6547 | inherits "^2.0.3" |
6558 | pump "^2.0.0" | 6548 | pump "^2.0.0" |
6559 | 6549 | ||
6560 | punycode@1.3.2, punycode@^1.2.4: | 6550 | punycode@1.3.2: |
6561 | version "1.3.2" | 6551 | version "1.3.2" |
6562 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" | 6552 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" |
6563 | integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= | 6553 | integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= |
6564 | 6554 | ||
6555 | punycode@^1.2.4: | ||
6556 | version "1.4.1" | ||
6557 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" | ||
6558 | integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= | ||
6559 | |||
6565 | punycode@^2.1.0, punycode@^2.1.1: | 6560 | punycode@^2.1.0, punycode@^2.1.1: |
6566 | version "2.1.1" | 6561 | version "2.1.1" |
6567 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | 6562 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" |
@@ -6714,12 +6709,11 @@ regenerator-runtime@^0.13.4: | |||
6714 | integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== | 6709 | integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== |
6715 | 6710 | ||
6716 | regenerator-transform@^0.14.2: | 6711 | regenerator-transform@^0.14.2: |
6717 | version "0.14.4" | 6712 | version "0.14.5" |
6718 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7" | 6713 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" |
6719 | integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== | 6714 | integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== |
6720 | dependencies: | 6715 | dependencies: |
6721 | "@babel/runtime" "^7.8.4" | 6716 | "@babel/runtime" "^7.8.4" |
6722 | private "^0.1.8" | ||
6723 | 6717 | ||
6724 | regex-not@^1.0.0, regex-not@^1.0.2: | 6718 | regex-not@^1.0.0, regex-not@^1.0.2: |
6725 | version "1.0.2" | 6719 | version "1.0.2" |
@@ -6802,22 +6796,6 @@ repeat-string@^1.6.1: | |||
6802 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" | 6796 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
6803 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= | 6797 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
6804 | 6798 | ||
6805 | request-promise-core@1.1.3: | ||
6806 | version "1.1.3" | ||
6807 | resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9" | ||
6808 | integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ== | ||
6809 | dependencies: | ||
6810 | lodash "^4.17.15" | ||
6811 | |||
6812 | request-promise-native@^1.0.8: | ||
6813 | version "1.0.8" | ||
6814 | resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36" | ||
6815 | integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ== | ||
6816 | dependencies: | ||
6817 | request-promise-core "1.1.3" | ||
6818 | stealthy-require "^1.1.1" | ||
6819 | tough-cookie "^2.3.3" | ||
6820 | |||
6821 | request@^2.88.2: | 6799 | request@^2.88.2: |
6822 | version "2.88.2" | 6800 | version "2.88.2" |
6823 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" | 6801 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" |
@@ -6958,19 +6936,19 @@ run-queue@^1.0.0, run-queue@^1.0.3: | |||
6958 | dependencies: | 6936 | dependencies: |
6959 | aproba "^1.1.1" | 6937 | aproba "^1.1.1" |
6960 | 6938 | ||
6961 | rxjs@^6.5.3: | 6939 | rxjs@^6.6.0: |
6962 | version "6.5.5" | 6940 | version "6.6.0" |
6963 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec" | 6941 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz#af2901eedf02e3a83ffa7f886240ff9018bbec84" |
6964 | integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== | 6942 | integrity sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== |
6965 | dependencies: | 6943 | dependencies: |
6966 | tslib "^1.9.0" | 6944 | tslib "^1.9.0" |
6967 | 6945 | ||
6968 | safe-buffer@5.1.2, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: | 6946 | safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: |
6969 | version "5.1.2" | 6947 | version "5.1.2" |
6970 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" | 6948 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" |
6971 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== | 6949 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== |
6972 | 6950 | ||
6973 | safe-buffer@^5.2.0, safe-buffer@~5.2.0: | 6951 | safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: |
6974 | version "5.2.1" | 6952 | version "5.2.1" |
6975 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" | 6953 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" |
6976 | integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== | 6954 | integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== |
@@ -6987,21 +6965,21 @@ safe-regex@^1.1.0: | |||
6987 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | 6965 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
6988 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | 6966 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
6989 | 6967 | ||
6990 | sass-loader@^8.0.2: | 6968 | sass-loader@^9.0.2: |
6991 | version "8.0.2" | 6969 | version "9.0.2" |
6992 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d" | 6970 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-9.0.2.tgz#847c9b4c95328ddc8c7d35cf28c9d6e54e59a90b" |
6993 | integrity sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ== | 6971 | integrity sha512-nphcum3jNI442njnrZ5wJgSNX5lfEOHOKHCLf+PrTIaleploKqAMUuT9CVKjf+lyi6c2MCGPHh1vb9nGsjnZJA== |
6994 | dependencies: | 6972 | dependencies: |
6995 | clone-deep "^4.0.1" | 6973 | klona "^1.1.1" |
6996 | loader-utils "^1.2.3" | 6974 | loader-utils "^2.0.0" |
6997 | neo-async "^2.6.1" | 6975 | neo-async "^2.6.1" |
6998 | schema-utils "^2.6.1" | 6976 | schema-utils "^2.7.0" |
6999 | semver "^6.3.0" | 6977 | semver "^7.3.2" |
7000 | 6978 | ||
7001 | sass@^1.26.8: | 6979 | sass@^1.26.10: |
7002 | version "1.26.8" | 6980 | version "1.26.10" |
7003 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.8.tgz#312652530721f9568d4c4000b0db07ec6eb23325" | 6981 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760" |
7004 | integrity sha512-yvtzyrKLGiXQu7H12ekXqsfoGT/aTKeMDyVzCB675k1HYuaj0py63i8Uf4SI9CHXj6apDhpfwbUr3gGOjdpu2Q== | 6982 | integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw== |
7005 | dependencies: | 6983 | dependencies: |
7006 | chokidar ">=2.0.0 <4.0.0" | 6984 | chokidar ">=2.0.0 <4.0.0" |
7007 | 6985 | ||
@@ -7019,7 +6997,7 @@ schema-utils@^1.0.0: | |||
7019 | ajv-errors "^1.0.0" | 6997 | ajv-errors "^1.0.0" |
7020 | ajv-keywords "^3.1.0" | 6998 | ajv-keywords "^3.1.0" |
7021 | 6999 | ||
7022 | schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6: | 7000 | schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: |
7023 | version "2.7.0" | 7001 | version "2.7.0" |
7024 | resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" | 7002 | resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" |
7025 | integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== | 7003 | integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== |
@@ -7055,7 +7033,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0: | |||
7055 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | 7033 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
7056 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | 7034 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
7057 | 7035 | ||
7058 | semver@^7.2.1: | 7036 | semver@^7.2.1, semver@^7.3.2: |
7059 | version "7.3.2" | 7037 | version "7.3.2" |
7060 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" | 7038 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" |
7061 | integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== | 7039 | integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== |
@@ -7152,13 +7130,6 @@ sha.js@^2.4.0, sha.js@^2.4.8: | |||
7152 | inherits "^2.0.1" | 7130 | inherits "^2.0.1" |
7153 | safe-buffer "^5.0.1" | 7131 | safe-buffer "^5.0.1" |
7154 | 7132 | ||
7155 | shallow-clone@^3.0.0: | ||
7156 | version "3.0.1" | ||
7157 | resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" | ||
7158 | integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== | ||
7159 | dependencies: | ||
7160 | kind-of "^6.0.2" | ||
7161 | |||
7162 | shebang-command@^1.2.0: | 7133 | shebang-command@^1.2.0: |
7163 | version "1.2.0" | 7134 | version "1.2.0" |
7164 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" | 7135 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" |
@@ -7430,11 +7401,6 @@ static-extend@^0.1.1: | |||
7430 | resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" | 7401 | resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" |
7431 | integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= | 7402 | integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= |
7432 | 7403 | ||
7433 | stealthy-require@^1.1.1: | ||
7434 | version "1.1.1" | ||
7435 | resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" | ||
7436 | integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= | ||
7437 | |||
7438 | stream-browserify@^2.0.1: | 7404 | stream-browserify@^2.0.1: |
7439 | version "2.0.2" | 7405 | version "2.0.2" |
7440 | resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" | 7406 | resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" |
@@ -7498,7 +7464,7 @@ string-width@^4.1.0, string-width@^4.2.0: | |||
7498 | is-fullwidth-code-point "^3.0.0" | 7464 | is-fullwidth-code-point "^3.0.0" |
7499 | strip-ansi "^6.0.0" | 7465 | strip-ansi "^6.0.0" |
7500 | 7466 | ||
7501 | string.prototype.trimend@^1.0.0: | 7467 | string.prototype.trimend@^1.0.1: |
7502 | version "1.0.1" | 7468 | version "1.0.1" |
7503 | resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" | 7469 | resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" |
7504 | integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== | 7470 | integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== |
@@ -7506,25 +7472,7 @@ string.prototype.trimend@^1.0.0: | |||
7506 | define-properties "^1.1.3" | 7472 | define-properties "^1.1.3" |
7507 | es-abstract "^1.17.5" | 7473 | es-abstract "^1.17.5" |
7508 | 7474 | ||
7509 | string.prototype.trimleft@^2.1.1: | 7475 | string.prototype.trimstart@^1.0.1: |
7510 | version "2.1.2" | ||
7511 | resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc" | ||
7512 | integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw== | ||
7513 | dependencies: | ||
7514 | define-properties "^1.1.3" | ||
7515 | es-abstract "^1.17.5" | ||
7516 | string.prototype.trimstart "^1.0.0" | ||
7517 | |||
7518 | string.prototype.trimright@^2.1.1: | ||
7519 | version "2.1.2" | ||
7520 | resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3" | ||
7521 | integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg== | ||
7522 | dependencies: | ||
7523 | define-properties "^1.1.3" | ||
7524 | es-abstract "^1.17.5" | ||
7525 | string.prototype.trimend "^1.0.0" | ||
7526 | |||
7527 | string.prototype.trimstart@^1.0.0: | ||
7528 | version "1.0.1" | 7476 | version "1.0.1" |
7529 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" | 7477 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" |
7530 | integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== | 7478 | integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== |
@@ -7532,7 +7480,14 @@ string.prototype.trimstart@^1.0.0: | |||
7532 | define-properties "^1.1.3" | 7480 | define-properties "^1.1.3" |
7533 | es-abstract "^1.17.5" | 7481 | es-abstract "^1.17.5" |
7534 | 7482 | ||
7535 | string_decoder@^1.0.0, string_decoder@^1.1.1, string_decoder@~1.1.1: | 7483 | string_decoder@^1.0.0, string_decoder@^1.1.1: |
7484 | version "1.3.0" | ||
7485 | resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" | ||
7486 | integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== | ||
7487 | dependencies: | ||
7488 | safe-buffer "~5.2.0" | ||
7489 | |||
7490 | string_decoder@~1.1.1: | ||
7536 | version "1.1.1" | 7491 | version "1.1.1" |
7537 | resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" | 7492 | resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" |
7538 | integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== | 7493 | integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== |
@@ -7600,9 +7555,9 @@ strip-indent@^2.0.0: | |||
7600 | integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= | 7555 | integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= |
7601 | 7556 | ||
7602 | strip-json-comments@^3.1.0: | 7557 | strip-json-comments@^3.1.0: |
7603 | version "3.1.0" | 7558 | version "3.1.1" |
7604 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180" | 7559 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" |
7605 | integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w== | 7560 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== |
7606 | 7561 | ||
7607 | stylehacks@^4.0.0: | 7562 | stylehacks@^4.0.0: |
7608 | version "4.0.3" | 7563 | version "4.0.3" |
@@ -7709,9 +7664,9 @@ terser-webpack-plugin@^2.3.6: | |||
7709 | webpack-sources "^1.4.3" | 7664 | webpack-sources "^1.4.3" |
7710 | 7665 | ||
7711 | terser@^4.1.2, terser@^4.6.12: | 7666 | terser@^4.1.2, terser@^4.6.12: |
7712 | version "4.7.0" | 7667 | version "4.8.0" |
7713 | resolved "https://registry.yarnpkg.com/terser/-/terser-4.7.0.tgz#15852cf1a08e3256a80428e865a2fa893ffba006" | 7668 | resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" |
7714 | integrity sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw== | 7669 | integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== |
7715 | dependencies: | 7670 | dependencies: |
7716 | commander "^2.20.0" | 7671 | commander "^2.20.0" |
7717 | source-map "~0.6.1" | 7672 | source-map "~0.6.1" |
@@ -7730,9 +7685,9 @@ thenify-all@^1.0.0: | |||
7730 | thenify ">= 3.1.0 < 4" | 7685 | thenify ">= 3.1.0 < 4" |
7731 | 7686 | ||
7732 | "thenify@>= 3.1.0 < 4": | 7687 | "thenify@>= 3.1.0 < 4": |
7733 | version "3.3.0" | 7688 | version "3.3.1" |
7734 | resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.0.tgz#e69e38a1babe969b0108207978b9f62b88604839" | 7689 | resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" |
7735 | integrity sha1-5p44obq+lpsBCCB5eLn2K4hgSDk= | 7690 | integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== |
7736 | dependencies: | 7691 | dependencies: |
7737 | any-promise "^1.0.0" | 7692 | any-promise "^1.0.0" |
7738 | 7693 | ||
@@ -7834,7 +7789,7 @@ toposort@^1.0.0: | |||
7834 | resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" | 7789 | resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" |
7835 | integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= | 7790 | integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk= |
7836 | 7791 | ||
7837 | tough-cookie@^2.3.3, tough-cookie@~2.5.0: | 7792 | tough-cookie@~2.5.0: |
7838 | version "2.5.0" | 7793 | version "2.5.0" |
7839 | resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" | 7794 | resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" |
7840 | integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== | 7795 | integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== |
@@ -8054,7 +8009,7 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: | |||
8054 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | 8009 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" |
8055 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= | 8010 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= |
8056 | 8011 | ||
8057 | util.promisify@1.0.0, util.promisify@~1.0.0: | 8012 | util.promisify@1.0.0: |
8058 | version "1.0.0" | 8013 | version "1.0.0" |
8059 | resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" | 8014 | resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" |
8060 | integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== | 8015 | integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA== |
@@ -8062,6 +8017,16 @@ util.promisify@1.0.0, util.promisify@~1.0.0: | |||
8062 | define-properties "^1.1.2" | 8017 | define-properties "^1.1.2" |
8063 | object.getownpropertydescriptors "^2.0.3" | 8018 | object.getownpropertydescriptors "^2.0.3" |
8064 | 8019 | ||
8020 | util.promisify@~1.0.0: | ||
8021 | version "1.0.1" | ||
8022 | resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" | ||
8023 | integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== | ||
8024 | dependencies: | ||
8025 | define-properties "^1.1.3" | ||
8026 | es-abstract "^1.17.2" | ||
8027 | has-symbols "^1.0.1" | ||
8028 | object.getownpropertydescriptors "^2.1.0" | ||
8029 | |||
8065 | util@0.10.3: | 8030 | util@0.10.3: |
8066 | version "0.10.3" | 8031 | version "0.10.3" |
8067 | resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" | 8032 | resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" |
@@ -8146,9 +8111,9 @@ vue-hot-reload-api@^2.3.0: | |||
8146 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== | 8111 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== |
8147 | 8112 | ||
8148 | vue-loader@^15.9.2: | 8113 | vue-loader@^15.9.2: |
8149 | version "15.9.2" | 8114 | version "15.9.3" |
8150 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.2.tgz#ae01f5f4c9c6a04bff4483912e72ef91a402c1ae" | 8115 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.3.tgz#0de35d9e555d3ed53969516cac5ce25531299dda" |
8151 | integrity sha512-oXBubaY//CYEISBlHX+c2YPJbmOH68xXPXjFv4MAgPqQvUsnjrBAjCJi8HXZ/r/yfn0tPL5VZj1Zcp8mJPI8VA== | 8116 | integrity sha512-Y67VnGGgVLH5Voostx8JBZgPQTlDQeOVBLOEsjc2cXbCYBKexSKEpOA56x0YZofoDOTszrLnIShyOX1p9uCEHA== |
8152 | dependencies: | 8117 | dependencies: |
8153 | "@vue/component-compiler-utils" "^3.1.0" | 8118 | "@vue/component-compiler-utils" "^3.1.0" |
8154 | hash-sum "^1.0.2" | 8119 | hash-sum "^1.0.2" |
@@ -8234,9 +8199,9 @@ webpack-bundle-analyzer@^3.8.0: | |||
8234 | ws "^6.0.0" | 8199 | ws "^6.0.0" |
8235 | 8200 | ||
8236 | webpack-chain@^6.4.0: | 8201 | webpack-chain@^6.4.0: |
8237 | version "6.4.0" | 8202 | version "6.5.0" |
8238 | resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.4.0.tgz#22f0b27b6a9bc9ee3cba4f9e6513cf66394034e2" | 8203 | resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.5.0.tgz#0b4af2094a5058a9ccd34b8f7ab194de4c83365f" |
8239 | integrity sha512-f97PYqxU+9/u0IUqp/ekAHRhBD1IQwhBv3wlJo2nvyELpr2vNnUqO3XQEk+qneg0uWGP54iciotszpjfnEExFA== | 8204 | integrity sha512-K4EHiEg4WlP4w1rKXKpYWvX9cfGBERHCGP06ETSNV62XUIfOUg1DDRQpxyBsFYxZLKc4YUAI3iiCIvWoliheGA== |
8240 | dependencies: | 8205 | dependencies: |
8241 | deepmerge "^1.5.2" | 8206 | deepmerge "^1.5.2" |
8242 | javascript-stringify "^2.0.1" | 8207 | javascript-stringify "^2.0.1" |
@@ -8343,13 +8308,22 @@ webpack@^4.0.0: | |||
8343 | watchpack "^1.6.1" | 8308 | watchpack "^1.6.1" |
8344 | webpack-sources "^1.4.1" | 8309 | webpack-sources "^1.4.1" |
8345 | 8310 | ||
8346 | websocket-driver@0.6.5, websocket-driver@>=0.5.1: | 8311 | websocket-driver@0.6.5: |
8347 | version "0.6.5" | 8312 | version "0.6.5" |
8348 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" | 8313 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" |
8349 | integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= | 8314 | integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= |
8350 | dependencies: | 8315 | dependencies: |
8351 | websocket-extensions ">=0.1.1" | 8316 | websocket-extensions ">=0.1.1" |
8352 | 8317 | ||
8318 | websocket-driver@>=0.5.1: | ||
8319 | version "0.7.4" | ||
8320 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" | ||
8321 | integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== | ||
8322 | dependencies: | ||
8323 | http-parser-js ">=0.5.1" | ||
8324 | safe-buffer ">=5.1.0" | ||
8325 | websocket-extensions ">=0.1.1" | ||
8326 | |||
8353 | websocket-extensions@>=0.1.1: | 8327 | websocket-extensions@>=0.1.1: |
8354 | version "0.1.4" | 8328 | version "0.1.4" |
8355 | resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" | 8329 | resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" |
@@ -8591,7 +8565,7 @@ yargs-parser@^13.1.2: | |||
8591 | camelcase "^5.0.0" | 8565 | camelcase "^5.0.0" |
8592 | decamelize "^1.2.0" | 8566 | decamelize "^1.2.0" |
8593 | 8567 | ||
8594 | yargs-parser@^18.1.1: | 8568 | yargs-parser@^18.1.2: |
8595 | version "18.1.3" | 8569 | version "18.1.3" |
8596 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" | 8570 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" |
8597 | integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== | 8571 | integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== |
@@ -8616,9 +8590,9 @@ yargs@^13.3.2: | |||
8616 | yargs-parser "^13.1.2" | 8590 | yargs-parser "^13.1.2" |
8617 | 8591 | ||
8618 | yargs@^15.0.0: | 8592 | yargs@^15.0.0: |
8619 | version "15.3.1" | 8593 | version "15.4.1" |
8620 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b" | 8594 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" |
8621 | integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== | 8595 | integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== |
8622 | dependencies: | 8596 | dependencies: |
8623 | cliui "^6.0.0" | 8597 | cliui "^6.0.0" |
8624 | decamelize "^1.2.0" | 8598 | decamelize "^1.2.0" |
@@ -8630,7 +8604,7 @@ yargs@^15.0.0: | |||
8630 | string-width "^4.2.0" | 8604 | string-width "^4.2.0" |
8631 | which-module "^2.0.0" | 8605 | which-module "^2.0.0" |
8632 | y18n "^4.0.0" | 8606 | y18n "^4.0.0" |
8633 | yargs-parser "^18.1.1" | 8607 | yargs-parser "^18.1.2" |
8634 | 8608 | ||
8635 | yorkie@^2.0.0: | 8609 | yorkie@^2.0.0: |
8636 | version "2.0.0" | 8610 | version "2.0.0" |