diff options
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 1858 |
1 files changed, 943 insertions, 915 deletions
@@ -2,31 +2,38 @@ | |||
2 | # yarn lockfile v1 | 2 | # yarn lockfile v1 |
3 | 3 | ||
4 | 4 | ||
5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": | 5 | "@babel/code-frame@7.12.11": |
6 | version "7.12.11" | 6 | version "7.12.11" |
7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
8 | integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== | 8 | integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
9 | dependencies: | 9 | dependencies: |
10 | "@babel/highlight" "^7.10.4" | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 | ||
12 | "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7": | 12 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13": |
13 | version "7.12.7" | 13 | version "7.12.13" |
14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" | 14 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
15 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== | 15 | integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
16 | dependencies: | ||
17 | "@babel/highlight" "^7.12.13" | ||
18 | |||
19 | "@babel/compat-data@^7.12.13": | ||
20 | version "7.12.13" | ||
21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" | ||
22 | integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg== | ||
16 | 23 | ||
17 | "@babel/core@^7.11.0": | 24 | "@babel/core@^7.11.0": |
18 | version "7.12.10" | 25 | version "7.12.16" |
19 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" | 26 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" |
20 | integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== | 27 | integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== |
21 | dependencies: | 28 | dependencies: |
22 | "@babel/code-frame" "^7.10.4" | 29 | "@babel/code-frame" "^7.12.13" |
23 | "@babel/generator" "^7.12.10" | 30 | "@babel/generator" "^7.12.15" |
24 | "@babel/helper-module-transforms" "^7.12.1" | 31 | "@babel/helper-module-transforms" "^7.12.13" |
25 | "@babel/helpers" "^7.12.5" | 32 | "@babel/helpers" "^7.12.13" |
26 | "@babel/parser" "^7.12.10" | 33 | "@babel/parser" "^7.12.16" |
27 | "@babel/template" "^7.12.7" | 34 | "@babel/template" "^7.12.13" |
28 | "@babel/traverse" "^7.12.10" | 35 | "@babel/traverse" "^7.12.13" |
29 | "@babel/types" "^7.12.10" | 36 | "@babel/types" "^7.12.13" |
30 | convert-source-map "^1.7.0" | 37 | convert-source-map "^1.7.0" |
31 | debug "^4.1.0" | 38 | debug "^4.1.0" |
32 | gensync "^1.0.0-beta.1" | 39 | gensync "^1.0.0-beta.1" |
@@ -35,164 +42,164 @@ | |||
35 | semver "^5.4.1" | 42 | semver "^5.4.1" |
36 | source-map "^0.5.0" | 43 | source-map "^0.5.0" |
37 | 44 | ||
38 | "@babel/generator@^7.12.10": | 45 | "@babel/eslint-parser@^7.12.16": |
39 | version "7.12.11" | 46 | version "7.12.16" |
40 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af" | 47 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.16.tgz#e23d5a39869ef7a0d151e11502ab36bc8639e20b" |
41 | integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== | 48 | integrity sha512-NZHtJr2pLRYcQjvo/GVU3kFxIGEHveswoWfY5Wm2tJ7pb3AoqoQ+PP17rRTDh+POFWM15VvH+23x2/9Od0CYxQ== |
42 | dependencies: | 49 | dependencies: |
43 | "@babel/types" "^7.12.11" | 50 | eslint-scope "5.1.0" |
51 | eslint-visitor-keys "^1.3.0" | ||
52 | semver "^6.3.0" | ||
53 | |||
54 | "@babel/generator@^7.12.13", "@babel/generator@^7.12.15": | ||
55 | version "7.12.15" | ||
56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" | ||
57 | integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== | ||
58 | dependencies: | ||
59 | "@babel/types" "^7.12.13" | ||
44 | jsesc "^2.5.1" | 60 | jsesc "^2.5.1" |
45 | source-map "^0.5.0" | 61 | source-map "^0.5.0" |
46 | 62 | ||
47 | "@babel/helper-annotate-as-pure@^7.10.4": | 63 | "@babel/helper-annotate-as-pure@^7.12.13": |
48 | version "7.12.10" | 64 | version "7.12.13" |
49 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d" | 65 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
50 | integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== | 66 | integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== |
51 | dependencies: | 67 | dependencies: |
52 | "@babel/types" "^7.12.10" | 68 | "@babel/types" "^7.12.13" |
53 | 69 | ||
54 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": | 70 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": |
55 | version "7.10.4" | 71 | version "7.12.13" |
56 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" | 72 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc" |
57 | integrity sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== | 73 | integrity sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== |
58 | dependencies: | 74 | dependencies: |
59 | "@babel/helper-explode-assignable-expression" "^7.10.4" | 75 | "@babel/helper-explode-assignable-expression" "^7.12.13" |
60 | "@babel/types" "^7.10.4" | 76 | "@babel/types" "^7.12.13" |
61 | 77 | ||
62 | "@babel/helper-compilation-targets@^7.12.5", "@babel/helper-compilation-targets@^7.9.6": | 78 | "@babel/helper-compilation-targets@^7.12.16", "@babel/helper-compilation-targets@^7.9.6": |
63 | version "7.12.5" | 79 | version "7.12.16" |
64 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b" |
65 | integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== | 81 | integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg== |
66 | dependencies: | 82 | dependencies: |
67 | "@babel/compat-data" "^7.12.5" | 83 | "@babel/compat-data" "^7.12.13" |
68 | "@babel/helper-validator-option" "^7.12.1" | 84 | "@babel/helper-validator-option" "^7.12.16" |
69 | browserslist "^4.14.5" | 85 | browserslist "^4.14.5" |
70 | semver "^5.5.0" | 86 | semver "^5.5.0" |
71 | 87 | ||
72 | "@babel/helper-create-class-features-plugin@^7.12.1": | 88 | "@babel/helper-create-class-features-plugin@^7.12.13": |
73 | version "7.12.1" | 89 | version "7.12.16" |
74 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e" | 90 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz#955d5099fd093e5afb05542190f8022105082c61" |
75 | integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== | 91 | integrity sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== |
76 | dependencies: | 92 | dependencies: |
77 | "@babel/helper-function-name" "^7.10.4" | 93 | "@babel/helper-function-name" "^7.12.13" |
78 | "@babel/helper-member-expression-to-functions" "^7.12.1" | 94 | "@babel/helper-member-expression-to-functions" "^7.12.16" |
79 | "@babel/helper-optimise-call-expression" "^7.10.4" | 95 | "@babel/helper-optimise-call-expression" "^7.12.13" |
80 | "@babel/helper-replace-supers" "^7.12.1" | 96 | "@babel/helper-replace-supers" "^7.12.13" |
81 | "@babel/helper-split-export-declaration" "^7.10.4" | 97 | "@babel/helper-split-export-declaration" "^7.12.13" |
82 | 98 | ||
83 | "@babel/helper-create-regexp-features-plugin@^7.12.1": | 99 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
84 | version "7.12.7" | 100 | version "7.12.16" |
85 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f" | 101 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz#3b31d13f39f930fad975e151163b7df7d4ffe9d3" |
86 | integrity sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ== | 102 | integrity sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg== |
87 | dependencies: | 103 | dependencies: |
88 | "@babel/helper-annotate-as-pure" "^7.10.4" | 104 | "@babel/helper-annotate-as-pure" "^7.12.13" |
89 | regexpu-core "^4.7.1" | 105 | regexpu-core "^4.7.1" |
90 | 106 | ||
91 | "@babel/helper-define-map@^7.10.4": | 107 | "@babel/helper-explode-assignable-expression@^7.12.13": |
92 | version "7.10.5" | 108 | version "7.12.13" |
93 | resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz#b53c10db78a640800152692b13393147acb9bb30" | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a" |
94 | integrity sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ== | 110 | integrity sha512-5loeRNvMo9mx1dA/d6yNi+YiKziJZFylZnCo1nmFF4qPU4yJ14abhWESuSMQSlQxWdxdOFzxXjk/PpfudTtYyw== |
95 | dependencies: | 111 | dependencies: |
96 | "@babel/helper-function-name" "^7.10.4" | 112 | "@babel/types" "^7.12.13" |
97 | "@babel/types" "^7.10.5" | ||
98 | lodash "^4.17.19" | ||
99 | 113 | ||
100 | "@babel/helper-explode-assignable-expression@^7.10.4": | 114 | "@babel/helper-function-name@^7.12.13": |
101 | version "7.12.1" | 115 | version "7.12.13" |
102 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz#8006a466695c4ad86a2a5f2fb15b5f2c31ad5633" | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
103 | integrity sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA== | 117 | integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
104 | dependencies: | 118 | dependencies: |
105 | "@babel/types" "^7.12.1" | 119 | "@babel/helper-get-function-arity" "^7.12.13" |
120 | "@babel/template" "^7.12.13" | ||
121 | "@babel/types" "^7.12.13" | ||
106 | 122 | ||
107 | "@babel/helper-function-name@^7.10.4": | 123 | "@babel/helper-get-function-arity@^7.12.13": |
108 | version "7.12.11" | 124 | version "7.12.13" |
109 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42" | 125 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
110 | integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== | 126 | integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
111 | dependencies: | 127 | dependencies: |
112 | "@babel/helper-get-function-arity" "^7.12.10" | 128 | "@babel/types" "^7.12.13" |
113 | "@babel/template" "^7.12.7" | ||
114 | "@babel/types" "^7.12.11" | ||
115 | 129 | ||
116 | "@babel/helper-get-function-arity@^7.12.10": | 130 | "@babel/helper-hoist-variables@^7.12.13": |
117 | version "7.12.10" | 131 | version "7.12.13" |
118 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" | 132 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.12.13.tgz#13aba58b7480b502362316ea02f52cca0e9796cd" |
119 | integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== | 133 | integrity sha512-KSC5XSj5HreRhYQtZ3cnSnQwDzgnbdUDEFsxkN0m6Q3WrCRt72xrnZ8+h+pX7YxM7hr87zIO3a/v5p/H3TrnVw== |
120 | dependencies: | 134 | dependencies: |
121 | "@babel/types" "^7.12.10" | 135 | "@babel/types" "^7.12.13" |
122 | 136 | ||
123 | "@babel/helper-hoist-variables@^7.10.4": | 137 | "@babel/helper-member-expression-to-functions@^7.12.13", "@babel/helper-member-expression-to-functions@^7.12.16": |
124 | version "7.10.4" | 138 | version "7.12.16" |
125 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" | 139 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22" |
126 | integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== | 140 | integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== |
127 | dependencies: | 141 | dependencies: |
128 | "@babel/types" "^7.10.4" | 142 | "@babel/types" "^7.12.13" |
129 | 143 | ||
130 | "@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7": | 144 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.8.3": |
131 | version "7.12.7" | 145 | version "7.12.13" |
132 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" |
133 | integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== | 147 | integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== |
134 | dependencies: | 148 | dependencies: |
135 | "@babel/types" "^7.12.7" | 149 | "@babel/types" "^7.12.13" |
136 | 150 | ||
137 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5", "@babel/helper-module-imports@^7.8.3": | 151 | "@babel/helper-module-transforms@^7.12.13": |
138 | version "7.12.5" | 152 | version "7.12.13" |
139 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" | 153 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" |
140 | integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== | 154 | integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== |
141 | dependencies: | 155 | dependencies: |
142 | "@babel/types" "^7.12.5" | 156 | "@babel/helper-module-imports" "^7.12.13" |
143 | 157 | "@babel/helper-replace-supers" "^7.12.13" | |
144 | "@babel/helper-module-transforms@^7.12.1": | 158 | "@babel/helper-simple-access" "^7.12.13" |
145 | version "7.12.1" | 159 | "@babel/helper-split-export-declaration" "^7.12.13" |
146 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" | 160 | "@babel/helper-validator-identifier" "^7.12.11" |
147 | integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== | 161 | "@babel/template" "^7.12.13" |
148 | dependencies: | 162 | "@babel/traverse" "^7.12.13" |
149 | "@babel/helper-module-imports" "^7.12.1" | 163 | "@babel/types" "^7.12.13" |
150 | "@babel/helper-replace-supers" "^7.12.1" | ||
151 | "@babel/helper-simple-access" "^7.12.1" | ||
152 | "@babel/helper-split-export-declaration" "^7.11.0" | ||
153 | "@babel/helper-validator-identifier" "^7.10.4" | ||
154 | "@babel/template" "^7.10.4" | ||
155 | "@babel/traverse" "^7.12.1" | ||
156 | "@babel/types" "^7.12.1" | ||
157 | lodash "^4.17.19" | 164 | lodash "^4.17.19" |
158 | 165 | ||
159 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10": | 166 | "@babel/helper-optimise-call-expression@^7.12.13": |
160 | version "7.12.10" | 167 | version "7.12.13" |
161 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d" | 168 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
162 | integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== | 169 | integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
163 | dependencies: | 170 | dependencies: |
164 | "@babel/types" "^7.12.10" | 171 | "@babel/types" "^7.12.13" |
165 | 172 | ||
166 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": | 173 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
167 | version "7.10.4" | 174 | version "7.12.13" |
168 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" | 175 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz#174254d0f2424d8aefb4dd48057511247b0a9eeb" |
169 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== | 176 | integrity sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== |
170 | 177 | ||
171 | "@babel/helper-remap-async-to-generator@^7.12.1": | 178 | "@babel/helper-remap-async-to-generator@^7.12.13": |
172 | version "7.12.1" | 179 | version "7.12.13" |
173 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz#8c4dbbf916314f6047dc05e6a2217074238347fd" | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.13.tgz#170365f4140e2d20e5c88f8ba23c24468c296878" |
174 | integrity sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A== | 181 | integrity sha512-Qa6PU9vNcj1NZacZZI1Mvwt+gXDH6CTfgAkSjeRMLE8HxtDK76+YDId6NQR+z7Rgd5arhD2cIbS74r0SxD6PDA== |
175 | dependencies: | 182 | dependencies: |
176 | "@babel/helper-annotate-as-pure" "^7.10.4" | 183 | "@babel/helper-annotate-as-pure" "^7.12.13" |
177 | "@babel/helper-wrap-function" "^7.10.4" | 184 | "@babel/helper-wrap-function" "^7.12.13" |
178 | "@babel/types" "^7.12.1" | 185 | "@babel/types" "^7.12.13" |
179 | 186 | ||
180 | "@babel/helper-replace-supers@^7.12.1": | 187 | "@babel/helper-replace-supers@^7.12.13": |
181 | version "7.12.11" | 188 | version "7.12.13" |
182 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d" | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" |
183 | integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== | 190 | integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== |
184 | dependencies: | 191 | dependencies: |
185 | "@babel/helper-member-expression-to-functions" "^7.12.7" | 192 | "@babel/helper-member-expression-to-functions" "^7.12.13" |
186 | "@babel/helper-optimise-call-expression" "^7.12.10" | 193 | "@babel/helper-optimise-call-expression" "^7.12.13" |
187 | "@babel/traverse" "^7.12.10" | 194 | "@babel/traverse" "^7.12.13" |
188 | "@babel/types" "^7.12.11" | 195 | "@babel/types" "^7.12.13" |
189 | 196 | ||
190 | "@babel/helper-simple-access@^7.12.1": | 197 | "@babel/helper-simple-access@^7.12.13": |
191 | version "7.12.1" | 198 | version "7.12.13" |
192 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" |
193 | integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== | 200 | integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== |
194 | dependencies: | 201 | dependencies: |
195 | "@babel/types" "^7.12.1" | 202 | "@babel/types" "^7.12.13" |
196 | 203 | ||
197 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": | 204 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": |
198 | version "7.12.1" | 205 | version "7.12.1" |
@@ -201,171 +208,171 @@ | |||
201 | dependencies: | 208 | dependencies: |
202 | "@babel/types" "^7.12.1" | 209 | "@babel/types" "^7.12.1" |
203 | 210 | ||
204 | "@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": | 211 | "@babel/helper-split-export-declaration@^7.12.13": |
205 | version "7.12.11" | 212 | version "7.12.13" |
206 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a" | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
207 | integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== | 214 | integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
208 | dependencies: | 215 | dependencies: |
209 | "@babel/types" "^7.12.11" | 216 | "@babel/types" "^7.12.13" |
210 | 217 | ||
211 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11": | 218 | "@babel/helper-validator-identifier@^7.12.11": |
212 | version "7.12.11" | 219 | version "7.12.11" |
213 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" | 220 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
214 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== | 221 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
215 | 222 | ||
216 | "@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11": | 223 | "@babel/helper-validator-option@^7.12.16": |
217 | version "7.12.11" | 224 | version "7.12.16" |
218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051" |
219 | integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== | 226 | integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== |
220 | 227 | ||
221 | "@babel/helper-wrap-function@^7.10.4": | 228 | "@babel/helper-wrap-function@^7.12.13": |
222 | version "7.12.3" | 229 | version "7.12.13" |
223 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9" | 230 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz#e3ea8cb3ee0a16911f9c1b50d9e99fe8fe30f9ff" |
224 | integrity sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow== | 231 | integrity sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw== |
225 | dependencies: | 232 | dependencies: |
226 | "@babel/helper-function-name" "^7.10.4" | 233 | "@babel/helper-function-name" "^7.12.13" |
227 | "@babel/template" "^7.10.4" | 234 | "@babel/template" "^7.12.13" |
228 | "@babel/traverse" "^7.10.4" | 235 | "@babel/traverse" "^7.12.13" |
229 | "@babel/types" "^7.10.4" | 236 | "@babel/types" "^7.12.13" |
230 | 237 | ||
231 | "@babel/helpers@^7.12.5": | 238 | "@babel/helpers@^7.12.13": |
232 | version "7.12.5" | 239 | version "7.12.13" |
233 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e" | 240 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" |
234 | integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== | 241 | integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== |
235 | dependencies: | 242 | dependencies: |
236 | "@babel/template" "^7.10.4" | 243 | "@babel/template" "^7.12.13" |
237 | "@babel/traverse" "^7.12.5" | 244 | "@babel/traverse" "^7.12.13" |
238 | "@babel/types" "^7.12.5" | 245 | "@babel/types" "^7.12.13" |
239 | 246 | ||
240 | "@babel/highlight@^7.10.4": | 247 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": |
241 | version "7.10.4" | 248 | version "7.12.13" |
242 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" | 249 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" |
243 | integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== | 250 | integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== |
244 | dependencies: | 251 | dependencies: |
245 | "@babel/helper-validator-identifier" "^7.10.4" | 252 | "@babel/helper-validator-identifier" "^7.12.11" |
246 | chalk "^2.0.0" | 253 | chalk "^2.0.0" |
247 | js-tokens "^4.0.0" | 254 | js-tokens "^4.0.0" |
248 | 255 | ||
249 | "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": | 256 | "@babel/parser@^7.12.13", "@babel/parser@^7.12.16", "@babel/parser@^7.7.0": |
250 | version "7.12.11" | 257 | version "7.12.16" |
251 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79" | 258 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" |
252 | integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== | 259 | integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== |
253 | 260 | ||
254 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": | 261 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": |
255 | version "7.12.1" | 262 | version "7.12.13" |
256 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e" | 263 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5" |
257 | integrity sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A== | 264 | integrity sha512-1KH46Hx4WqP77f978+5Ye/VUbuwQld2hph70yaw2hXS2v7ER2f3nlpNMu909HO2rbvP0NKLlMVDPh9KXklVMhA== |
258 | dependencies: | 265 | dependencies: |
259 | "@babel/helper-plugin-utils" "^7.10.4" | 266 | "@babel/helper-plugin-utils" "^7.12.13" |
260 | "@babel/helper-remap-async-to-generator" "^7.12.1" | 267 | "@babel/helper-remap-async-to-generator" "^7.12.13" |
261 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 268 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
262 | 269 | ||
263 | "@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.8.3": | 270 | "@babel/plugin-proposal-class-properties@^7.12.13", "@babel/plugin-proposal-class-properties@^7.8.3": |
264 | version "7.12.1" | 271 | version "7.12.13" |
265 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de" | 272 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.13.tgz#3d2ce350367058033c93c098e348161d6dc0d8c8" |
266 | integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== | 273 | integrity sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA== |
267 | dependencies: | 274 | dependencies: |
268 | "@babel/helper-create-class-features-plugin" "^7.12.1" | 275 | "@babel/helper-create-class-features-plugin" "^7.12.13" |
269 | "@babel/helper-plugin-utils" "^7.10.4" | 276 | "@babel/helper-plugin-utils" "^7.12.13" |
270 | 277 | ||
271 | "@babel/plugin-proposal-decorators@^7.8.3": | 278 | "@babel/plugin-proposal-decorators@^7.8.3": |
272 | version "7.12.1" | 279 | version "7.12.13" |
273 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz#59271439fed4145456c41067450543aee332d15f" | 280 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.13.tgz#d4c89b40c2b7a526b0d394de4f4def36191e413e" |
274 | integrity sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ== | 281 | integrity sha512-x2aOr5w4ARJoYHFKoG2iEUL/Xe99JAJXjAasHijXp3/KgaetJXGE62SmHgsW3Tia/XUT5AxF2YC0F+JyhPY/0Q== |
275 | dependencies: | 282 | dependencies: |
276 | "@babel/helper-create-class-features-plugin" "^7.12.1" | 283 | "@babel/helper-create-class-features-plugin" "^7.12.13" |
277 | "@babel/helper-plugin-utils" "^7.10.4" | 284 | "@babel/helper-plugin-utils" "^7.12.13" |
278 | "@babel/plugin-syntax-decorators" "^7.12.1" | 285 | "@babel/plugin-syntax-decorators" "^7.12.13" |
279 | 286 | ||
280 | "@babel/plugin-proposal-dynamic-import@^7.12.1": | 287 | "@babel/plugin-proposal-dynamic-import@^7.12.16": |
281 | version "7.12.1" | 288 | version "7.12.16" |
282 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc" | 289 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473" |
283 | integrity sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ== | 290 | integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w== |
284 | dependencies: | 291 | dependencies: |
285 | "@babel/helper-plugin-utils" "^7.10.4" | 292 | "@babel/helper-plugin-utils" "^7.12.13" |
286 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 293 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
287 | 294 | ||
288 | "@babel/plugin-proposal-export-namespace-from@^7.12.1": | 295 | "@babel/plugin-proposal-export-namespace-from@^7.12.13": |
289 | version "7.12.1" | 296 | version "7.12.13" |
290 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz#8b9b8f376b2d88f5dd774e4d24a5cc2e3679b6d4" | 297 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d" |
291 | integrity sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw== | 298 | integrity sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== |
292 | dependencies: | 299 | dependencies: |
293 | "@babel/helper-plugin-utils" "^7.10.4" | 300 | "@babel/helper-plugin-utils" "^7.12.13" |
294 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 301 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
295 | 302 | ||
296 | "@babel/plugin-proposal-json-strings@^7.12.1": | 303 | "@babel/plugin-proposal-json-strings@^7.12.13": |
297 | version "7.12.1" | 304 | version "7.12.13" |
298 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz#d45423b517714eedd5621a9dfdc03fa9f4eb241c" | 305 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz#ced7888a2db92a3d520a2e35eb421fdb7fcc9b5d" |
299 | integrity sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw== | 306 | integrity sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg== |
300 | dependencies: | 307 | dependencies: |
301 | "@babel/helper-plugin-utils" "^7.10.4" | 308 | "@babel/helper-plugin-utils" "^7.12.13" |
302 | "@babel/plugin-syntax-json-strings" "^7.8.0" | 309 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
303 | 310 | ||
304 | "@babel/plugin-proposal-logical-assignment-operators@^7.12.1": | 311 | "@babel/plugin-proposal-logical-assignment-operators@^7.12.13": |
305 | version "7.12.1" | 312 | version "7.12.13" |
306 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz#f2c490d36e1b3c9659241034a5d2cd50263a2751" | 313 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz#575b5d9a08d8299eeb4db6430da6e16e5cf14350" |
307 | integrity sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA== | 314 | integrity sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ== |
308 | dependencies: | 315 | dependencies: |
309 | "@babel/helper-plugin-utils" "^7.10.4" | 316 | "@babel/helper-plugin-utils" "^7.12.13" |
310 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 317 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
311 | 318 | ||
312 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1": | 319 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.12.13": |
313 | version "7.12.1" | 320 | version "7.12.13" |
314 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz#3ed4fff31c015e7f3f1467f190dbe545cd7b046c" | 321 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz#24867307285cee4e1031170efd8a7ac807deefde" |
315 | integrity sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg== | 322 | integrity sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q== |
316 | dependencies: | 323 | dependencies: |
317 | "@babel/helper-plugin-utils" "^7.10.4" | 324 | "@babel/helper-plugin-utils" "^7.12.13" |
318 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" | 325 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
319 | 326 | ||
320 | "@babel/plugin-proposal-numeric-separator@^7.12.7": | 327 | "@babel/plugin-proposal-numeric-separator@^7.12.13": |
321 | version "7.12.7" | 328 | version "7.12.13" |
322 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" | 329 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz#bd9da3188e787b5120b4f9d465a8261ce67ed1db" |
323 | integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ== | 330 | integrity sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== |
324 | dependencies: | 331 | dependencies: |
325 | "@babel/helper-plugin-utils" "^7.10.4" | 332 | "@babel/helper-plugin-utils" "^7.12.13" |
326 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" | 333 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
327 | 334 | ||
328 | "@babel/plugin-proposal-object-rest-spread@^7.12.1": | 335 | "@babel/plugin-proposal-object-rest-spread@^7.12.13": |
329 | version "7.12.1" | 336 | version "7.12.13" |
330 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" | 337 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.13.tgz#f93f3116381ff94bc676fdcb29d71045cd1ec011" |
331 | integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== | 338 | integrity sha512-WvA1okB/0OS/N3Ldb3sziSrXg6sRphsBgqiccfcQq7woEn5wQLNX82Oc4PlaFcdwcWHuQXAtb8ftbS8Fbsg/sg== |
332 | dependencies: | 339 | dependencies: |
333 | "@babel/helper-plugin-utils" "^7.10.4" | 340 | "@babel/helper-plugin-utils" "^7.12.13" |
334 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" | 341 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
335 | "@babel/plugin-transform-parameters" "^7.12.1" | 342 | "@babel/plugin-transform-parameters" "^7.12.13" |
336 | 343 | ||
337 | "@babel/plugin-proposal-optional-catch-binding@^7.12.1": | 344 | "@babel/plugin-proposal-optional-catch-binding@^7.12.13": |
338 | version "7.12.1" | 345 | version "7.12.13" |
339 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz#ccc2421af64d3aae50b558a71cede929a5ab2942" | 346 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz#4640520afe57728af14b4d1574ba844f263bcae5" |
340 | integrity sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g== | 347 | integrity sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg== |
341 | dependencies: | 348 | dependencies: |
342 | "@babel/helper-plugin-utils" "^7.10.4" | 349 | "@babel/helper-plugin-utils" "^7.12.13" |
343 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 350 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
344 | 351 | ||
345 | "@babel/plugin-proposal-optional-chaining@^7.12.7": | 352 | "@babel/plugin-proposal-optional-chaining@^7.12.16": |
346 | version "7.12.7" | 353 | version "7.12.16" |
347 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c" | 354 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139" |
348 | integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA== | 355 | integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg== |
349 | dependencies: | 356 | dependencies: |
350 | "@babel/helper-plugin-utils" "^7.10.4" | 357 | "@babel/helper-plugin-utils" "^7.12.13" |
351 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" | 358 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
352 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" | 359 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
353 | 360 | ||
354 | "@babel/plugin-proposal-private-methods@^7.12.1": | 361 | "@babel/plugin-proposal-private-methods@^7.12.13": |
355 | version "7.12.1" | 362 | version "7.12.13" |
356 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz#86814f6e7a21374c980c10d38b4493e703f4a389" | 363 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.13.tgz#ea78a12554d784ecf7fc55950b752d469d9c4a71" |
357 | integrity sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w== | 364 | integrity sha512-sV0V57uUwpauixvR7s2o75LmwJI6JECwm5oPUY5beZB1nBl2i37hc7CJGqB5G+58fur5Y6ugvl3LRONk5x34rg== |
358 | dependencies: | 365 | dependencies: |
359 | "@babel/helper-create-class-features-plugin" "^7.12.1" | 366 | "@babel/helper-create-class-features-plugin" "^7.12.13" |
360 | "@babel/helper-plugin-utils" "^7.10.4" | 367 | "@babel/helper-plugin-utils" "^7.12.13" |
361 | 368 | ||
362 | "@babel/plugin-proposal-unicode-property-regex@^7.12.1", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": | 369 | "@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": |
363 | version "7.12.1" | 370 | version "7.12.13" |
364 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz#2a183958d417765b9eae334f47758e5d6a82e072" | 371 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" |
365 | integrity sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w== | 372 | integrity sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== |
366 | dependencies: | 373 | dependencies: |
367 | "@babel/helper-create-regexp-features-plugin" "^7.12.1" | 374 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
368 | "@babel/helper-plugin-utils" "^7.10.4" | 375 | "@babel/helper-plugin-utils" "^7.12.13" |
369 | 376 | ||
370 | "@babel/plugin-syntax-async-generators@^7.8.0": | 377 | "@babel/plugin-syntax-async-generators@^7.8.0": |
371 | version "7.8.4" | 378 | version "7.8.4" |
@@ -374,19 +381,19 @@ | |||
374 | dependencies: | 381 | dependencies: |
375 | "@babel/helper-plugin-utils" "^7.8.0" | 382 | "@babel/helper-plugin-utils" "^7.8.0" |
376 | 383 | ||
377 | "@babel/plugin-syntax-class-properties@^7.12.1": | 384 | "@babel/plugin-syntax-class-properties@^7.12.13": |
378 | version "7.12.1" | 385 | version "7.12.13" |
379 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz#bcb297c5366e79bebadef509549cd93b04f19978" | 386 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" |
380 | integrity sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA== | 387 | integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== |
381 | dependencies: | 388 | dependencies: |
382 | "@babel/helper-plugin-utils" "^7.10.4" | 389 | "@babel/helper-plugin-utils" "^7.12.13" |
383 | 390 | ||
384 | "@babel/plugin-syntax-decorators@^7.12.1": | 391 | "@babel/plugin-syntax-decorators@^7.12.13": |
385 | version "7.12.1" | 392 | version "7.12.13" |
386 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz#81a8b535b284476c41be6de06853a8802b98c5dd" | 393 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz#fac829bf3c7ef4a1bc916257b403e58c6bdaf648" |
387 | integrity sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w== | 394 | integrity sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== |
388 | dependencies: | 395 | dependencies: |
389 | "@babel/helper-plugin-utils" "^7.10.4" | 396 | "@babel/helper-plugin-utils" "^7.12.13" |
390 | 397 | ||
391 | "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": | 398 | "@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": |
392 | version "7.8.3" | 399 | version "7.8.3" |
@@ -410,11 +417,11 @@ | |||
410 | "@babel/helper-plugin-utils" "^7.8.0" | 417 | "@babel/helper-plugin-utils" "^7.8.0" |
411 | 418 | ||
412 | "@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": | 419 | "@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3": |
413 | version "7.12.1" | 420 | version "7.12.13" |
414 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926" | 421 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15" |
415 | integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== | 422 | integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== |
416 | dependencies: | 423 | dependencies: |
417 | "@babel/helper-plugin-utils" "^7.10.4" | 424 | "@babel/helper-plugin-utils" "^7.12.13" |
418 | 425 | ||
419 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": | 426 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": |
420 | version "7.10.4" | 427 | version "7.10.4" |
@@ -458,296 +465,295 @@ | |||
458 | dependencies: | 465 | dependencies: |
459 | "@babel/helper-plugin-utils" "^7.8.0" | 466 | "@babel/helper-plugin-utils" "^7.8.0" |
460 | 467 | ||
461 | "@babel/plugin-syntax-top-level-await@^7.12.1": | 468 | "@babel/plugin-syntax-top-level-await@^7.12.13": |
462 | version "7.12.1" | 469 | version "7.12.13" |
463 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0" | 470 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" |
464 | integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== | 471 | integrity sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== |
465 | dependencies: | 472 | dependencies: |
466 | "@babel/helper-plugin-utils" "^7.10.4" | 473 | "@babel/helper-plugin-utils" "^7.12.13" |
467 | 474 | ||
468 | "@babel/plugin-transform-arrow-functions@^7.12.1": | 475 | "@babel/plugin-transform-arrow-functions@^7.12.13": |
469 | version "7.12.1" | 476 | version "7.12.13" |
470 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz#8083ffc86ac8e777fbe24b5967c4b2521f3cb2b3" | 477 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz#eda5670b282952100c229f8a3bd49e0f6a72e9fe" |
471 | integrity sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A== | 478 | integrity sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg== |
472 | dependencies: | 479 | dependencies: |
473 | "@babel/helper-plugin-utils" "^7.10.4" | 480 | "@babel/helper-plugin-utils" "^7.12.13" |
474 | 481 | ||
475 | "@babel/plugin-transform-async-to-generator@^7.12.1": | 482 | "@babel/plugin-transform-async-to-generator@^7.12.13": |
476 | version "7.12.1" | 483 | version "7.12.13" |
477 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz#3849a49cc2a22e9743cbd6b52926d30337229af1" | 484 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.13.tgz#fed8c69eebf187a535bfa4ee97a614009b24f7ae" |
478 | integrity sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A== | 485 | integrity sha512-psM9QHcHaDr+HZpRuJcE1PXESuGWSCcbiGFFhhwfzdbTxaGDVzuVtdNYliAwcRo3GFg0Bc8MmI+AvIGYIJG04A== |
479 | dependencies: | 486 | dependencies: |
480 | "@babel/helper-module-imports" "^7.12.1" | 487 | "@babel/helper-module-imports" "^7.12.13" |
481 | "@babel/helper-plugin-utils" "^7.10.4" | 488 | "@babel/helper-plugin-utils" "^7.12.13" |
482 | "@babel/helper-remap-async-to-generator" "^7.12.1" | 489 | "@babel/helper-remap-async-to-generator" "^7.12.13" |
483 | 490 | ||
484 | "@babel/plugin-transform-block-scoped-functions@^7.12.1": | 491 | "@babel/plugin-transform-block-scoped-functions@^7.12.13": |
485 | version "7.12.1" | 492 | version "7.12.13" |
486 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz#f2a1a365bde2b7112e0a6ded9067fdd7c07905d9" | 493 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz#a9bf1836f2a39b4eb6cf09967739de29ea4bf4c4" |
487 | integrity sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA== | 494 | integrity sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== |
488 | dependencies: | 495 | dependencies: |
489 | "@babel/helper-plugin-utils" "^7.10.4" | 496 | "@babel/helper-plugin-utils" "^7.12.13" |
490 | 497 | ||
491 | "@babel/plugin-transform-block-scoping@^7.12.11": | 498 | "@babel/plugin-transform-block-scoping@^7.12.13": |
492 | version "7.12.11" | 499 | version "7.12.13" |
493 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f" | 500 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz#f36e55076d06f41dfd78557ea039c1b581642e61" |
494 | integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA== | 501 | integrity sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== |
495 | dependencies: | 502 | dependencies: |
496 | "@babel/helper-plugin-utils" "^7.10.4" | 503 | "@babel/helper-plugin-utils" "^7.12.13" |
497 | 504 | ||
498 | "@babel/plugin-transform-classes@^7.12.1": | 505 | "@babel/plugin-transform-classes@^7.12.13": |
499 | version "7.12.1" | 506 | version "7.12.13" |
500 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz#65e650fcaddd3d88ddce67c0f834a3d436a32db6" | 507 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.13.tgz#9728edc1838b5d62fc93ad830bd523b1fcb0e1f6" |
501 | integrity sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog== | 508 | integrity sha512-cqZlMlhCC1rVnxE5ZGMtIb896ijL90xppMiuWXcwcOAuFczynpd3KYemb91XFFPi3wJSe/OcrX9lXoowatkkxA== |
502 | dependencies: | 509 | dependencies: |
503 | "@babel/helper-annotate-as-pure" "^7.10.4" | 510 | "@babel/helper-annotate-as-pure" "^7.12.13" |
504 | "@babel/helper-define-map" "^7.10.4" | 511 | "@babel/helper-function-name" "^7.12.13" |
505 | "@babel/helper-function-name" "^7.10.4" | 512 | "@babel/helper-optimise-call-expression" "^7.12.13" |
506 | "@babel/helper-optimise-call-expression" "^7.10.4" | 513 | "@babel/helper-plugin-utils" "^7.12.13" |
507 | "@babel/helper-plugin-utils" "^7.10.4" | 514 | "@babel/helper-replace-supers" "^7.12.13" |
508 | "@babel/helper-replace-supers" "^7.12.1" | 515 | "@babel/helper-split-export-declaration" "^7.12.13" |
509 | "@babel/helper-split-export-declaration" "^7.10.4" | ||
510 | globals "^11.1.0" | 516 | globals "^11.1.0" |
511 | 517 | ||
512 | "@babel/plugin-transform-computed-properties@^7.12.1": | 518 | "@babel/plugin-transform-computed-properties@^7.12.13": |
513 | version "7.12.1" | 519 | version "7.12.13" |
514 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz#d68cf6c9b7f838a8a4144badbe97541ea0904852" | 520 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.13.tgz#6a210647a3d67f21f699cfd2a01333803b27339d" |
515 | integrity sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg== | 521 | integrity sha512-dDfuROUPGK1mTtLKyDPUavmj2b6kFu82SmgpztBFEO974KMjJT+Ytj3/oWsTUMBmgPcp9J5Pc1SlcAYRpJ2hRA== |
516 | dependencies: | 522 | dependencies: |
517 | "@babel/helper-plugin-utils" "^7.10.4" | 523 | "@babel/helper-plugin-utils" "^7.12.13" |
518 | 524 | ||
519 | "@babel/plugin-transform-destructuring@^7.12.1": | 525 | "@babel/plugin-transform-destructuring@^7.12.13": |
520 | version "7.12.1" | 526 | version "7.12.13" |
521 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz#b9a570fe0d0a8d460116413cb4f97e8e08b2f847" | 527 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.13.tgz#fc56c5176940c5b41735c677124d1d20cecc9aeb" |
522 | integrity sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw== | 528 | integrity sha512-Dn83KykIFzjhA3FDPA1z4N+yfF3btDGhjnJwxIj0T43tP0flCujnU8fKgEkf0C1biIpSv9NZegPBQ1J6jYkwvQ== |
523 | dependencies: | 529 | dependencies: |
524 | "@babel/helper-plugin-utils" "^7.10.4" | 530 | "@babel/helper-plugin-utils" "^7.12.13" |
525 | 531 | ||
526 | "@babel/plugin-transform-dotall-regex@^7.12.1", "@babel/plugin-transform-dotall-regex@^7.4.4": | 532 | "@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": |
527 | version "7.12.1" | 533 | version "7.12.13" |
528 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz#a1d16c14862817b6409c0a678d6f9373ca9cd975" | 534 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad" |
529 | integrity sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA== | 535 | integrity sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== |
530 | dependencies: | 536 | dependencies: |
531 | "@babel/helper-create-regexp-features-plugin" "^7.12.1" | 537 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
532 | "@babel/helper-plugin-utils" "^7.10.4" | 538 | "@babel/helper-plugin-utils" "^7.12.13" |
533 | 539 | ||
534 | "@babel/plugin-transform-duplicate-keys@^7.12.1": | 540 | "@babel/plugin-transform-duplicate-keys@^7.12.13": |
535 | version "7.12.1" | 541 | version "7.12.13" |
536 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz#745661baba295ac06e686822797a69fbaa2ca228" | 542 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz#6f06b87a8b803fd928e54b81c258f0a0033904de" |
537 | integrity sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw== | 543 | integrity sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== |
538 | dependencies: | 544 | dependencies: |
539 | "@babel/helper-plugin-utils" "^7.10.4" | 545 | "@babel/helper-plugin-utils" "^7.12.13" |
540 | 546 | ||
541 | "@babel/plugin-transform-exponentiation-operator@^7.12.1": | 547 | "@babel/plugin-transform-exponentiation-operator@^7.12.13": |
542 | version "7.12.1" | 548 | version "7.12.13" |
543 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz#b0f2ed356ba1be1428ecaf128ff8a24f02830ae0" | 549 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz#4d52390b9a273e651e4aba6aee49ef40e80cd0a1" |
544 | integrity sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug== | 550 | integrity sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== |
545 | dependencies: | 551 | dependencies: |
546 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4" | 552 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13" |
547 | "@babel/helper-plugin-utils" "^7.10.4" | 553 | "@babel/helper-plugin-utils" "^7.12.13" |
548 | 554 | ||
549 | "@babel/plugin-transform-for-of@^7.12.1": | 555 | "@babel/plugin-transform-for-of@^7.12.13": |
550 | version "7.12.1" | 556 | version "7.12.13" |
551 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz#07640f28867ed16f9511c99c888291f560921cfa" | 557 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.13.tgz#561ff6d74d9e1c8879cb12dbaf4a14cd29d15cf6" |
552 | integrity sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg== | 558 | integrity sha512-xCbdgSzXYmHGyVX3+BsQjcd4hv4vA/FDy7Kc8eOpzKmBBPEOTurt0w5fCRQaGl+GSBORKgJdstQ1rHl4jbNseQ== |
553 | dependencies: | 559 | dependencies: |
554 | "@babel/helper-plugin-utils" "^7.10.4" | 560 | "@babel/helper-plugin-utils" "^7.12.13" |
555 | 561 | ||
556 | "@babel/plugin-transform-function-name@^7.12.1": | 562 | "@babel/plugin-transform-function-name@^7.12.13": |
557 | version "7.12.1" | 563 | version "7.12.13" |
558 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz#2ec76258c70fe08c6d7da154003a480620eba667" | 564 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz#bb024452f9aaed861d374c8e7a24252ce3a50051" |
559 | integrity sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw== | 565 | integrity sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== |
560 | dependencies: | 566 | dependencies: |
561 | "@babel/helper-function-name" "^7.10.4" | 567 | "@babel/helper-function-name" "^7.12.13" |
562 | "@babel/helper-plugin-utils" "^7.10.4" | 568 | "@babel/helper-plugin-utils" "^7.12.13" |
563 | 569 | ||
564 | "@babel/plugin-transform-literals@^7.12.1": | 570 | "@babel/plugin-transform-literals@^7.12.13": |
565 | version "7.12.1" | 571 | version "7.12.13" |
566 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz#d73b803a26b37017ddf9d3bb8f4dc58bfb806f57" | 572 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz#2ca45bafe4a820197cf315794a4d26560fe4bdb9" |
567 | integrity sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ== | 573 | integrity sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== |
568 | dependencies: | 574 | dependencies: |
569 | "@babel/helper-plugin-utils" "^7.10.4" | 575 | "@babel/helper-plugin-utils" "^7.12.13" |
570 | 576 | ||
571 | "@babel/plugin-transform-member-expression-literals@^7.12.1": | 577 | "@babel/plugin-transform-member-expression-literals@^7.12.13": |
572 | version "7.12.1" | 578 | version "7.12.13" |
573 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz#496038602daf1514a64d43d8e17cbb2755e0c3ad" | 579 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz#5ffa66cd59b9e191314c9f1f803b938e8c081e40" |
574 | integrity sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg== | 580 | integrity sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== |
575 | dependencies: | 581 | dependencies: |
576 | "@babel/helper-plugin-utils" "^7.10.4" | 582 | "@babel/helper-plugin-utils" "^7.12.13" |
577 | 583 | ||
578 | "@babel/plugin-transform-modules-amd@^7.12.1": | 584 | "@babel/plugin-transform-modules-amd@^7.12.13": |
579 | version "7.12.1" | 585 | version "7.12.13" |
580 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz#3154300b026185666eebb0c0ed7f8415fefcf6f9" | 586 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.13.tgz#43db16249b274ee2e551e2422090aa1c47692d56" |
581 | integrity sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ== | 587 | integrity sha512-JHLOU0o81m5UqG0Ulz/fPC68/v+UTuGTWaZBUwpEk1fYQ1D9LfKV6MPn4ttJKqRo5Lm460fkzjLTL4EHvCprvA== |
582 | dependencies: | 588 | dependencies: |
583 | "@babel/helper-module-transforms" "^7.12.1" | 589 | "@babel/helper-module-transforms" "^7.12.13" |
584 | "@babel/helper-plugin-utils" "^7.10.4" | 590 | "@babel/helper-plugin-utils" "^7.12.13" |
585 | babel-plugin-dynamic-import-node "^2.3.3" | 591 | babel-plugin-dynamic-import-node "^2.3.3" |
586 | 592 | ||
587 | "@babel/plugin-transform-modules-commonjs@^7.12.1": | 593 | "@babel/plugin-transform-modules-commonjs@^7.12.13": |
588 | version "7.12.1" | 594 | version "7.12.13" |
589 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz#fa403124542636c786cf9b460a0ffbb48a86e648" | 595 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.13.tgz#5043b870a784a8421fa1fd9136a24f294da13e50" |
590 | integrity sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag== | 596 | integrity sha512-OGQoeVXVi1259HjuoDnsQMlMkT9UkZT9TpXAsqWplS/M0N1g3TJAn/ByOCeQu7mfjc5WpSsRU+jV1Hd89ts0kQ== |
591 | dependencies: | 597 | dependencies: |
592 | "@babel/helper-module-transforms" "^7.12.1" | 598 | "@babel/helper-module-transforms" "^7.12.13" |
593 | "@babel/helper-plugin-utils" "^7.10.4" | 599 | "@babel/helper-plugin-utils" "^7.12.13" |
594 | "@babel/helper-simple-access" "^7.12.1" | 600 | "@babel/helper-simple-access" "^7.12.13" |
595 | babel-plugin-dynamic-import-node "^2.3.3" | 601 | babel-plugin-dynamic-import-node "^2.3.3" |
596 | 602 | ||
597 | "@babel/plugin-transform-modules-systemjs@^7.12.1": | 603 | "@babel/plugin-transform-modules-systemjs@^7.12.13": |
598 | version "7.12.1" | 604 | version "7.12.13" |
599 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz#663fea620d593c93f214a464cd399bf6dc683086" | 605 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz#351937f392c7f07493fc79b2118201d50404a3c5" |
600 | integrity sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q== | 606 | integrity sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA== |
601 | dependencies: | 607 | dependencies: |
602 | "@babel/helper-hoist-variables" "^7.10.4" | 608 | "@babel/helper-hoist-variables" "^7.12.13" |
603 | "@babel/helper-module-transforms" "^7.12.1" | 609 | "@babel/helper-module-transforms" "^7.12.13" |
604 | "@babel/helper-plugin-utils" "^7.10.4" | 610 | "@babel/helper-plugin-utils" "^7.12.13" |
605 | "@babel/helper-validator-identifier" "^7.10.4" | 611 | "@babel/helper-validator-identifier" "^7.12.11" |
606 | babel-plugin-dynamic-import-node "^2.3.3" | 612 | babel-plugin-dynamic-import-node "^2.3.3" |
607 | 613 | ||
608 | "@babel/plugin-transform-modules-umd@^7.12.1": | 614 | "@babel/plugin-transform-modules-umd@^7.12.13": |
609 | version "7.12.1" | 615 | version "7.12.13" |
610 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz#eb5a218d6b1c68f3d6217b8fa2cc82fec6547902" | 616 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.13.tgz#26c66f161d3456674e344b4b1255de4d530cfb37" |
611 | integrity sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q== | 617 | integrity sha512-BgZndyABRML4z6ibpi7Z98m4EVLFI9tVsZDADC14AElFaNHHBcJIovflJ6wtCqFxwy2YJ1tJhGRsr0yLPKoN+w== |
612 | dependencies: | 618 | dependencies: |
613 | "@babel/helper-module-transforms" "^7.12.1" | 619 | "@babel/helper-module-transforms" "^7.12.13" |
614 | "@babel/helper-plugin-utils" "^7.10.4" | 620 | "@babel/helper-plugin-utils" "^7.12.13" |
615 | 621 | ||
616 | "@babel/plugin-transform-named-capturing-groups-regex@^7.12.1": | 622 | "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": |
617 | version "7.12.1" | 623 | version "7.12.13" |
618 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz#b407f5c96be0d9f5f88467497fa82b30ac3e8753" | 624 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz#2213725a5f5bbbe364b50c3ba5998c9599c5c9d9" |
619 | integrity sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q== | 625 | integrity sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== |
620 | dependencies: | 626 | dependencies: |
621 | "@babel/helper-create-regexp-features-plugin" "^7.12.1" | 627 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
622 | 628 | ||
623 | "@babel/plugin-transform-new-target@^7.12.1": | 629 | "@babel/plugin-transform-new-target@^7.12.13": |
624 | version "7.12.1" | 630 | version "7.12.13" |
625 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz#80073f02ee1bb2d365c3416490e085c95759dec0" | 631 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz#e22d8c3af24b150dd528cbd6e685e799bf1c351c" |
626 | integrity sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw== | 632 | integrity sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== |
627 | dependencies: | 633 | dependencies: |
628 | "@babel/helper-plugin-utils" "^7.10.4" | 634 | "@babel/helper-plugin-utils" "^7.12.13" |
629 | 635 | ||
630 | "@babel/plugin-transform-object-super@^7.12.1": | 636 | "@babel/plugin-transform-object-super@^7.12.13": |
631 | version "7.12.1" | 637 | version "7.12.13" |
632 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz#4ea08696b8d2e65841d0c7706482b048bed1066e" | 638 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz#b4416a2d63b8f7be314f3d349bd55a9c1b5171f7" |
633 | integrity sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw== | 639 | integrity sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== |
634 | dependencies: | 640 | dependencies: |
635 | "@babel/helper-plugin-utils" "^7.10.4" | 641 | "@babel/helper-plugin-utils" "^7.12.13" |
636 | "@babel/helper-replace-supers" "^7.12.1" | 642 | "@babel/helper-replace-supers" "^7.12.13" |
637 | 643 | ||
638 | "@babel/plugin-transform-parameters@^7.12.1": | 644 | "@babel/plugin-transform-parameters@^7.12.13": |
639 | version "7.12.1" | 645 | version "7.12.13" |
640 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz#d2e963b038771650c922eff593799c96d853255d" | 646 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.13.tgz#461e76dfb63c2dfd327b8a008a9e802818ce9853" |
641 | integrity sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg== | 647 | integrity sha512-e7QqwZalNiBRHCpJg/P8s/VJeSRYgmtWySs1JwvfwPqhBbiWfOcHDKdeAi6oAyIimoKWBlwc8oTgbZHdhCoVZA== |
642 | dependencies: | 648 | dependencies: |
643 | "@babel/helper-plugin-utils" "^7.10.4" | 649 | "@babel/helper-plugin-utils" "^7.12.13" |
644 | 650 | ||
645 | "@babel/plugin-transform-property-literals@^7.12.1": | 651 | "@babel/plugin-transform-property-literals@^7.12.13": |
646 | version "7.12.1" | 652 | version "7.12.13" |
647 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz#41bc81200d730abb4456ab8b3fbd5537b59adecd" | 653 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz#4e6a9e37864d8f1b3bc0e2dce7bf8857db8b1a81" |
648 | integrity sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ== | 654 | integrity sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== |
649 | dependencies: | 655 | dependencies: |
650 | "@babel/helper-plugin-utils" "^7.10.4" | 656 | "@babel/helper-plugin-utils" "^7.12.13" |
651 | 657 | ||
652 | "@babel/plugin-transform-regenerator@^7.12.1": | 658 | "@babel/plugin-transform-regenerator@^7.12.13": |
653 | version "7.12.1" | 659 | version "7.12.13" |
654 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz#5f0a28d842f6462281f06a964e88ba8d7ab49753" | 660 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz#b628bcc9c85260ac1aeb05b45bde25210194a2f5" |
655 | integrity sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng== | 661 | integrity sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== |
656 | dependencies: | 662 | dependencies: |
657 | regenerator-transform "^0.14.2" | 663 | regenerator-transform "^0.14.2" |
658 | 664 | ||
659 | "@babel/plugin-transform-reserved-words@^7.12.1": | 665 | "@babel/plugin-transform-reserved-words@^7.12.13": |
660 | version "7.12.1" | 666 | version "7.12.13" |
661 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz#6fdfc8cc7edcc42b36a7c12188c6787c873adcd8" | 667 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695" |
662 | integrity sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A== | 668 | integrity sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== |
663 | dependencies: | 669 | dependencies: |
664 | "@babel/helper-plugin-utils" "^7.10.4" | 670 | "@babel/helper-plugin-utils" "^7.12.13" |
665 | 671 | ||
666 | "@babel/plugin-transform-runtime@^7.11.0": | 672 | "@babel/plugin-transform-runtime@^7.11.0": |
667 | version "7.12.10" | 673 | version "7.12.15" |
668 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz#af0fded4e846c4b37078e8e5d06deac6cd848562" | 674 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz#4337b2507288007c2b197059301aa0af8d90c085" |
669 | integrity sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA== | 675 | integrity sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow== |
670 | dependencies: | 676 | dependencies: |
671 | "@babel/helper-module-imports" "^7.12.5" | 677 | "@babel/helper-module-imports" "^7.12.13" |
672 | "@babel/helper-plugin-utils" "^7.10.4" | 678 | "@babel/helper-plugin-utils" "^7.12.13" |
673 | semver "^5.5.1" | 679 | semver "^5.5.1" |
674 | 680 | ||
675 | "@babel/plugin-transform-shorthand-properties@^7.12.1": | 681 | "@babel/plugin-transform-shorthand-properties@^7.12.13": |
676 | version "7.12.1" | 682 | version "7.12.13" |
677 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz#0bf9cac5550fce0cfdf043420f661d645fdc75e3" | 683 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz#db755732b70c539d504c6390d9ce90fe64aff7ad" |
678 | integrity sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw== | 684 | integrity sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== |
679 | dependencies: | 685 | dependencies: |
680 | "@babel/helper-plugin-utils" "^7.10.4" | 686 | "@babel/helper-plugin-utils" "^7.12.13" |
681 | 687 | ||
682 | "@babel/plugin-transform-spread@^7.12.1": | 688 | "@babel/plugin-transform-spread@^7.12.13": |
683 | version "7.12.1" | 689 | version "7.12.13" |
684 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz#527f9f311be4ec7fdc2b79bb89f7bf884b3e1e1e" | 690 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.13.tgz#ca0d5645abbd560719c354451b849f14df4a7949" |
685 | integrity sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng== | 691 | integrity sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg== |
686 | dependencies: | 692 | dependencies: |
687 | "@babel/helper-plugin-utils" "^7.10.4" | 693 | "@babel/helper-plugin-utils" "^7.12.13" |
688 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" | 694 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
689 | 695 | ||
690 | "@babel/plugin-transform-sticky-regex@^7.12.7": | 696 | "@babel/plugin-transform-sticky-regex@^7.12.13": |
691 | version "7.12.7" | 697 | version "7.12.13" |
692 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad" | 698 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz#760ffd936face73f860ae646fb86ee82f3d06d1f" |
693 | integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg== | 699 | integrity sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== |
694 | dependencies: | 700 | dependencies: |
695 | "@babel/helper-plugin-utils" "^7.10.4" | 701 | "@babel/helper-plugin-utils" "^7.12.13" |
696 | 702 | ||
697 | "@babel/plugin-transform-template-literals@^7.12.1": | 703 | "@babel/plugin-transform-template-literals@^7.12.13": |
698 | version "7.12.1" | 704 | version "7.12.13" |
699 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz#b43ece6ed9a79c0c71119f576d299ef09d942843" | 705 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.13.tgz#655037b07ebbddaf3b7752f55d15c2fd6f5aa865" |
700 | integrity sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw== | 706 | integrity sha512-arIKlWYUgmNsF28EyfmiQHJLJFlAJNYkuQO10jL46ggjBpeb2re1P9K9YGxNJB45BqTbaslVysXDYm/g3sN/Qg== |
701 | dependencies: | 707 | dependencies: |
702 | "@babel/helper-plugin-utils" "^7.10.4" | 708 | "@babel/helper-plugin-utils" "^7.12.13" |
703 | 709 | ||
704 | "@babel/plugin-transform-typeof-symbol@^7.12.10": | 710 | "@babel/plugin-transform-typeof-symbol@^7.12.13": |
705 | version "7.12.10" | 711 | version "7.12.13" |
706 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b" | 712 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz#785dd67a1f2ea579d9c2be722de8c84cb85f5a7f" |
707 | integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA== | 713 | integrity sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== |
708 | dependencies: | 714 | dependencies: |
709 | "@babel/helper-plugin-utils" "^7.10.4" | 715 | "@babel/helper-plugin-utils" "^7.12.13" |
710 | 716 | ||
711 | "@babel/plugin-transform-unicode-escapes@^7.12.1": | 717 | "@babel/plugin-transform-unicode-escapes@^7.12.13": |
712 | version "7.12.1" | 718 | version "7.12.13" |
713 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz#5232b9f81ccb07070b7c3c36c67a1b78f1845709" | 719 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz#840ced3b816d3b5127dd1d12dcedc5dead1a5e74" |
714 | integrity sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q== | 720 | integrity sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== |
715 | dependencies: | 721 | dependencies: |
716 | "@babel/helper-plugin-utils" "^7.10.4" | 722 | "@babel/helper-plugin-utils" "^7.12.13" |
717 | 723 | ||
718 | "@babel/plugin-transform-unicode-regex@^7.12.1": | 724 | "@babel/plugin-transform-unicode-regex@^7.12.13": |
719 | version "7.12.1" | 725 | version "7.12.13" |
720 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz#cc9661f61390db5c65e3febaccefd5c6ac3faecb" | 726 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz#b52521685804e155b1202e83fc188d34bb70f5ac" |
721 | integrity sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg== | 727 | integrity sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== |
722 | dependencies: | 728 | dependencies: |
723 | "@babel/helper-create-regexp-features-plugin" "^7.12.1" | 729 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
724 | "@babel/helper-plugin-utils" "^7.10.4" | 730 | "@babel/helper-plugin-utils" "^7.12.13" |
725 | 731 | ||
726 | "@babel/preset-env@^7.11.0": | 732 | "@babel/preset-env@^7.11.0": |
727 | version "7.12.11" | 733 | version "7.12.16" |
728 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9" | 734 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082" |
729 | integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw== | 735 | integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg== |
730 | dependencies: | 736 | dependencies: |
731 | "@babel/compat-data" "^7.12.7" | 737 | "@babel/compat-data" "^7.12.13" |
732 | "@babel/helper-compilation-targets" "^7.12.5" | 738 | "@babel/helper-compilation-targets" "^7.12.16" |
733 | "@babel/helper-module-imports" "^7.12.5" | 739 | "@babel/helper-module-imports" "^7.12.13" |
734 | "@babel/helper-plugin-utils" "^7.10.4" | 740 | "@babel/helper-plugin-utils" "^7.12.13" |
735 | "@babel/helper-validator-option" "^7.12.11" | 741 | "@babel/helper-validator-option" "^7.12.16" |
736 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1" | 742 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" |
737 | "@babel/plugin-proposal-class-properties" "^7.12.1" | 743 | "@babel/plugin-proposal-class-properties" "^7.12.13" |
738 | "@babel/plugin-proposal-dynamic-import" "^7.12.1" | 744 | "@babel/plugin-proposal-dynamic-import" "^7.12.16" |
739 | "@babel/plugin-proposal-export-namespace-from" "^7.12.1" | 745 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
740 | "@babel/plugin-proposal-json-strings" "^7.12.1" | 746 | "@babel/plugin-proposal-json-strings" "^7.12.13" |
741 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1" | 747 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" |
742 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" | 748 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13" |
743 | "@babel/plugin-proposal-numeric-separator" "^7.12.7" | 749 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
744 | "@babel/plugin-proposal-object-rest-spread" "^7.12.1" | 750 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" |
745 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.1" | 751 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" |
746 | "@babel/plugin-proposal-optional-chaining" "^7.12.7" | 752 | "@babel/plugin-proposal-optional-chaining" "^7.12.16" |
747 | "@babel/plugin-proposal-private-methods" "^7.12.1" | 753 | "@babel/plugin-proposal-private-methods" "^7.12.13" |
748 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.1" | 754 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
749 | "@babel/plugin-syntax-async-generators" "^7.8.0" | 755 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
750 | "@babel/plugin-syntax-class-properties" "^7.12.1" | 756 | "@babel/plugin-syntax-class-properties" "^7.12.13" |
751 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" | 757 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
752 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 758 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
753 | "@babel/plugin-syntax-json-strings" "^7.8.0" | 759 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
@@ -757,41 +763,41 @@ | |||
757 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" | 763 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
758 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | 764 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
759 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" | 765 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
760 | "@babel/plugin-syntax-top-level-await" "^7.12.1" | 766 | "@babel/plugin-syntax-top-level-await" "^7.12.13" |
761 | "@babel/plugin-transform-arrow-functions" "^7.12.1" | 767 | "@babel/plugin-transform-arrow-functions" "^7.12.13" |
762 | "@babel/plugin-transform-async-to-generator" "^7.12.1" | 768 | "@babel/plugin-transform-async-to-generator" "^7.12.13" |
763 | "@babel/plugin-transform-block-scoped-functions" "^7.12.1" | 769 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
764 | "@babel/plugin-transform-block-scoping" "^7.12.11" | 770 | "@babel/plugin-transform-block-scoping" "^7.12.13" |
765 | "@babel/plugin-transform-classes" "^7.12.1" | 771 | "@babel/plugin-transform-classes" "^7.12.13" |
766 | "@babel/plugin-transform-computed-properties" "^7.12.1" | 772 | "@babel/plugin-transform-computed-properties" "^7.12.13" |
767 | "@babel/plugin-transform-destructuring" "^7.12.1" | 773 | "@babel/plugin-transform-destructuring" "^7.12.13" |
768 | "@babel/plugin-transform-dotall-regex" "^7.12.1" | 774 | "@babel/plugin-transform-dotall-regex" "^7.12.13" |
769 | "@babel/plugin-transform-duplicate-keys" "^7.12.1" | 775 | "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
770 | "@babel/plugin-transform-exponentiation-operator" "^7.12.1" | 776 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
771 | "@babel/plugin-transform-for-of" "^7.12.1" | 777 | "@babel/plugin-transform-for-of" "^7.12.13" |
772 | "@babel/plugin-transform-function-name" "^7.12.1" | 778 | "@babel/plugin-transform-function-name" "^7.12.13" |
773 | "@babel/plugin-transform-literals" "^7.12.1" | 779 | "@babel/plugin-transform-literals" "^7.12.13" |
774 | "@babel/plugin-transform-member-expression-literals" "^7.12.1" | 780 | "@babel/plugin-transform-member-expression-literals" "^7.12.13" |
775 | "@babel/plugin-transform-modules-amd" "^7.12.1" | 781 | "@babel/plugin-transform-modules-amd" "^7.12.13" |
776 | "@babel/plugin-transform-modules-commonjs" "^7.12.1" | 782 | "@babel/plugin-transform-modules-commonjs" "^7.12.13" |
777 | "@babel/plugin-transform-modules-systemjs" "^7.12.1" | 783 | "@babel/plugin-transform-modules-systemjs" "^7.12.13" |
778 | "@babel/plugin-transform-modules-umd" "^7.12.1" | 784 | "@babel/plugin-transform-modules-umd" "^7.12.13" |
779 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.1" | 785 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" |
780 | "@babel/plugin-transform-new-target" "^7.12.1" | 786 | "@babel/plugin-transform-new-target" "^7.12.13" |
781 | "@babel/plugin-transform-object-super" "^7.12.1" | 787 | "@babel/plugin-transform-object-super" "^7.12.13" |
782 | "@babel/plugin-transform-parameters" "^7.12.1" | 788 | "@babel/plugin-transform-parameters" "^7.12.13" |
783 | "@babel/plugin-transform-property-literals" "^7.12.1" | 789 | "@babel/plugin-transform-property-literals" "^7.12.13" |
784 | "@babel/plugin-transform-regenerator" "^7.12.1" | 790 | "@babel/plugin-transform-regenerator" "^7.12.13" |
785 | "@babel/plugin-transform-reserved-words" "^7.12.1" | 791 | "@babel/plugin-transform-reserved-words" "^7.12.13" |
786 | "@babel/plugin-transform-shorthand-properties" "^7.12.1" | 792 | "@babel/plugin-transform-shorthand-properties" "^7.12.13" |
787 | "@babel/plugin-transform-spread" "^7.12.1" | 793 | "@babel/plugin-transform-spread" "^7.12.13" |
788 | "@babel/plugin-transform-sticky-regex" "^7.12.7" | 794 | "@babel/plugin-transform-sticky-regex" "^7.12.13" |
789 | "@babel/plugin-transform-template-literals" "^7.12.1" | 795 | "@babel/plugin-transform-template-literals" "^7.12.13" |
790 | "@babel/plugin-transform-typeof-symbol" "^7.12.10" | 796 | "@babel/plugin-transform-typeof-symbol" "^7.12.13" |
791 | "@babel/plugin-transform-unicode-escapes" "^7.12.1" | 797 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
792 | "@babel/plugin-transform-unicode-regex" "^7.12.1" | 798 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
793 | "@babel/preset-modules" "^0.1.3" | 799 | "@babel/preset-modules" "^0.1.3" |
794 | "@babel/types" "^7.12.11" | 800 | "@babel/types" "^7.12.13" |
795 | core-js-compat "^3.8.0" | 801 | core-js-compat "^3.8.0" |
796 | semver "^5.5.0" | 802 | semver "^5.5.0" |
797 | 803 | ||
@@ -807,49 +813,49 @@ | |||
807 | esutils "^2.0.2" | 813 | esutils "^2.0.2" |
808 | 814 | ||
809 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.11.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4": | 815 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.11.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.8.4": |
810 | version "7.12.5" | 816 | version "7.12.13" |
811 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" | 817 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" |
812 | integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== | 818 | integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw== |
813 | dependencies: | 819 | dependencies: |
814 | regenerator-runtime "^0.13.4" | 820 | regenerator-runtime "^0.13.4" |
815 | 821 | ||
816 | "@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.12.7": | 822 | "@babel/template@^7.0.0", "@babel/template@^7.12.13": |
817 | version "7.12.7" | 823 | version "7.12.13" |
818 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc" | 824 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
819 | integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== | 825 | integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
820 | dependencies: | 826 | dependencies: |
821 | "@babel/code-frame" "^7.10.4" | 827 | "@babel/code-frame" "^7.12.13" |
822 | "@babel/parser" "^7.12.7" | 828 | "@babel/parser" "^7.12.13" |
823 | "@babel/types" "^7.12.7" | 829 | "@babel/types" "^7.12.13" |
824 | 830 | ||
825 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0": | 831 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.7.0": |
826 | version "7.12.10" | 832 | version "7.12.13" |
827 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" | 833 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" |
828 | integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg== | 834 | integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== |
829 | dependencies: | 835 | dependencies: |
830 | "@babel/code-frame" "^7.10.4" | 836 | "@babel/code-frame" "^7.12.13" |
831 | "@babel/generator" "^7.12.10" | 837 | "@babel/generator" "^7.12.13" |
832 | "@babel/helper-function-name" "^7.10.4" | 838 | "@babel/helper-function-name" "^7.12.13" |
833 | "@babel/helper-split-export-declaration" "^7.11.0" | 839 | "@babel/helper-split-export-declaration" "^7.12.13" |
834 | "@babel/parser" "^7.12.10" | 840 | "@babel/parser" "^7.12.13" |
835 | "@babel/types" "^7.12.10" | 841 | "@babel/types" "^7.12.13" |
836 | debug "^4.1.0" | 842 | debug "^4.1.0" |
837 | globals "^11.1.0" | 843 | globals "^11.1.0" |
838 | lodash "^4.17.19" | 844 | lodash "^4.17.19" |
839 | 845 | ||
840 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | 846 | "@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
841 | version "7.12.11" | 847 | version "7.12.13" |
842 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce" | 848 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" |
843 | integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA== | 849 | integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== |
844 | dependencies: | 850 | dependencies: |
845 | "@babel/helper-validator-identifier" "^7.12.11" | 851 | "@babel/helper-validator-identifier" "^7.12.11" |
846 | lodash "^4.17.19" | 852 | lodash "^4.17.19" |
847 | to-fast-properties "^2.0.0" | 853 | to-fast-properties "^2.0.0" |
848 | 854 | ||
849 | "@eslint/eslintrc@^0.2.2": | 855 | "@eslint/eslintrc@^0.3.0": |
850 | version "0.2.2" | 856 | version "0.3.0" |
851 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76" | 857 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318" |
852 | integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ== | 858 | integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg== |
853 | dependencies: | 859 | dependencies: |
854 | ajv "^6.12.4" | 860 | ajv "^6.12.4" |
855 | debug "^4.1.1" | 861 | debug "^4.1.1" |
@@ -858,14 +864,14 @@ | |||
858 | ignore "^4.0.6" | 864 | ignore "^4.0.6" |
859 | import-fresh "^3.2.1" | 865 | import-fresh "^3.2.1" |
860 | js-yaml "^3.13.1" | 866 | js-yaml "^3.13.1" |
861 | lodash "^4.17.19" | 867 | lodash "^4.17.20" |
862 | minimatch "^3.0.4" | 868 | minimatch "^3.0.4" |
863 | strip-json-comments "^3.1.1" | 869 | strip-json-comments "^3.1.1" |
864 | 870 | ||
865 | "@fortawesome/fontawesome-free@^5.15.1": | 871 | "@fortawesome/fontawesome-free@^5.15.2": |
866 | version "5.15.1" | 872 | version "5.15.2" |
867 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.1.tgz#ccfef6ddbe59f8fe8f694783e1d3eb88902dc5eb" | 873 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.2.tgz#218cd7276ab4f9ab57cc3d2efa2697e6a579f25d" |
868 | integrity sha512-OEdH7SyC1suTdhBGW91/zBfR6qaIhThbcN8PUXtXilY4GYnSBbVqOntdHbC1vXwsDnX0Qix2m2+DSU1J51ybOQ== | 874 | integrity sha512-7l/AX41m609L/EXI9EKH3Vs3v0iA8tKlIOGtw+kgcoanI7p+e4I4GYLqW3UXWiTnjSFymKSmTTPKYrivzbxxqA== |
869 | 875 | ||
870 | "@hapi/address@2.x.x": | 876 | "@hapi/address@2.x.x": |
871 | version "2.1.4" | 877 | version "2.1.4" |
@@ -964,22 +970,22 @@ | |||
964 | dependencies: | 970 | dependencies: |
965 | "@types/node" "*" | 971 | "@types/node" "*" |
966 | 972 | ||
967 | "@types/express-serve-static-core@*": | 973 | "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": |
968 | version "4.17.17" | 974 | version "4.17.18" |
969 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5" | 975 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40" |
970 | integrity sha512-YYlVaCni5dnHc+bLZfY908IG1+x5xuibKZMGv8srKkvtul3wUuanYvpIj9GXXoWkQbaAdR+kgX46IETKUALWNQ== | 976 | integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA== |
971 | dependencies: | 977 | dependencies: |
972 | "@types/node" "*" | 978 | "@types/node" "*" |
973 | "@types/qs" "*" | 979 | "@types/qs" "*" |
974 | "@types/range-parser" "*" | 980 | "@types/range-parser" "*" |
975 | 981 | ||
976 | "@types/express@*": | 982 | "@types/express@*": |
977 | version "4.17.9" | 983 | version "4.17.11" |
978 | resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78" | 984 | resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545" |
979 | integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw== | 985 | integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg== |
980 | dependencies: | 986 | dependencies: |
981 | "@types/body-parser" "*" | 987 | "@types/body-parser" "*" |
982 | "@types/express-serve-static-core" "*" | 988 | "@types/express-serve-static-core" "^4.17.18" |
983 | "@types/qs" "*" | 989 | "@types/qs" "*" |
984 | "@types/serve-static" "*" | 990 | "@types/serve-static" "*" |
985 | 991 | ||
@@ -1001,21 +1007,21 @@ | |||
1001 | "@types/node" "*" | 1007 | "@types/node" "*" |
1002 | 1008 | ||
1003 | "@types/http-proxy@*": | 1009 | "@types/http-proxy@*": |
1004 | version "1.17.4" | 1010 | version "1.17.5" |
1005 | resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b" | 1011 | resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d" |
1006 | integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q== | 1012 | integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q== |
1007 | dependencies: | 1013 | dependencies: |
1008 | "@types/node" "*" | 1014 | "@types/node" "*" |
1009 | 1015 | ||
1010 | "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": | 1016 | "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": |
1011 | version "7.0.6" | 1017 | version "7.0.7" |
1012 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" | 1018 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" |
1013 | integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== | 1019 | integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== |
1014 | 1020 | ||
1015 | "@types/mime@*": | 1021 | "@types/mime@^1": |
1016 | version "2.0.3" | 1022 | version "1.3.2" |
1017 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a" | 1023 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" |
1018 | integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== | 1024 | integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== |
1019 | 1025 | ||
1020 | "@types/minimatch@*": | 1026 | "@types/minimatch@*": |
1021 | version "3.0.3" | 1027 | version "3.0.3" |
@@ -1028,9 +1034,9 @@ | |||
1028 | integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== | 1034 | integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== |
1029 | 1035 | ||
1030 | "@types/node@*": | 1036 | "@types/node@*": |
1031 | version "14.14.14" | 1037 | version "14.14.28" |
1032 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae" | 1038 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b" |
1033 | integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ== | 1039 | integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g== |
1034 | 1040 | ||
1035 | "@types/normalize-package-data@^2.4.0": | 1041 | "@types/normalize-package-data@^2.4.0": |
1036 | version "2.4.0" | 1042 | version "2.4.0" |
@@ -1053,11 +1059,11 @@ | |||
1053 | integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== | 1059 | integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== |
1054 | 1060 | ||
1055 | "@types/serve-static@*": | 1061 | "@types/serve-static@*": |
1056 | version "1.13.8" | 1062 | version "1.13.9" |
1057 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.8.tgz#851129d434433c7082148574ffec263d58309c46" | 1063 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" |
1058 | integrity sha512-MoJhSQreaVoL+/hurAZzIm8wafFR6ajiTM1m4A0kv6AGeVBl4r4pOV8bGFrjjq1sGxDTnCoF8i22o0/aE5XCyA== | 1064 | integrity sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA== |
1059 | dependencies: | 1065 | dependencies: |
1060 | "@types/mime" "*" | 1066 | "@types/mime" "^1" |
1061 | "@types/node" "*" | 1067 | "@types/node" "*" |
1062 | 1068 | ||
1063 | "@types/source-list-map@*": | 1069 | "@types/source-list-map@*": |
@@ -1071,9 +1077,9 @@ | |||
1071 | integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== | 1077 | integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== |
1072 | 1078 | ||
1073 | "@types/uglify-js@*": | 1079 | "@types/uglify-js@*": |
1074 | version "3.11.1" | 1080 | version "3.12.0" |
1075 | resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.1.tgz#97ff30e61a0aa6876c270b5f538737e2d6ab8ceb" | 1081 | resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.12.0.tgz#2bb061c269441620d46b946350c8f16d52ef37c5" |
1076 | integrity sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q== | 1082 | integrity sha512-sYAF+CF9XZ5cvEBkI7RtrG9g2GtMBkviTnBxYYyq+8BWvO4QtXfwwR6a2LFwCi4evMKZfpv6U43ViYvv17Wz3Q== |
1077 | dependencies: | 1083 | dependencies: |
1078 | source-map "^0.6.1" | 1084 | source-map "^0.6.1" |
1079 | 1085 | ||
@@ -1098,9 +1104,9 @@ | |||
1098 | source-map "^0.7.3" | 1104 | source-map "^0.7.3" |
1099 | 1105 | ||
1100 | "@types/webpack@*", "@types/webpack@^4.0.0": | 1106 | "@types/webpack@*", "@types/webpack@^4.0.0": |
1101 | version "4.41.25" | 1107 | version "4.41.26" |
1102 | resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4" | 1108 | resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef" |
1103 | integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ== | 1109 | integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA== |
1104 | dependencies: | 1110 | dependencies: |
1105 | "@types/anymatch" "*" | 1111 | "@types/anymatch" "*" |
1106 | "@types/node" "*" | 1112 | "@types/node" "*" |
@@ -1114,22 +1120,22 @@ | |||
1114 | resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" | 1120 | resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" |
1115 | integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== | 1121 | integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== |
1116 | 1122 | ||
1117 | "@vue/babel-helper-vue-transform-on@^1.0.0-rc.2": | 1123 | "@vue/babel-helper-vue-transform-on@^1.0.2": |
1118 | version "1.0.0-rc.2" | 1124 | version "1.0.2" |
1119 | resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.0-rc.2.tgz#7246341f666e7c6e65b13da420e2ce85714fbbca" | 1125 | resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" |
1120 | integrity sha512-1+7CwjQ0Kasml6rHoNQUmbISwqLNNfFVBUcZl6QBremUl296ZmLrVQPqJP5pyAAWjZke5bpI1hlj+LVVuT7Jcg== | 1126 | integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA== |
1121 | 1127 | ||
1122 | "@vue/babel-plugin-jsx@^1.0.0-0": | 1128 | "@vue/babel-plugin-jsx@^1.0.0-0": |
1123 | version "1.0.0-rc.5" | 1129 | version "1.0.3" |
1124 | resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.0-rc.5.tgz#e440be2d0775ee3828cba2c38a03b19a92174865" | 1130 | resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.3.tgz#ad5ee86ebc9fc40900add9914534e223c719eace" |
1125 | integrity sha512-IUxERGiEeX9i1Vt9UtBYqOtfPYjOwEP0sFyPRI8xjkXAhJpaAIwa8JdcYakOqzIlXwhk3XD+7VFdyr/v+rLLFw== | 1131 | integrity sha512-+52ZQFmrM0yh61dQlgwQlfHZXmYbswbQEL25SOSt9QkjegAdfIGu87oELw0l8H6cuJYazZCiNjPR9eU++ZIbxg== |
1126 | dependencies: | 1132 | dependencies: |
1127 | "@babel/helper-module-imports" "^7.0.0" | 1133 | "@babel/helper-module-imports" "^7.0.0" |
1128 | "@babel/plugin-syntax-jsx" "^7.0.0" | 1134 | "@babel/plugin-syntax-jsx" "^7.0.0" |
1129 | "@babel/template" "^7.0.0" | 1135 | "@babel/template" "^7.0.0" |
1130 | "@babel/traverse" "^7.0.0" | 1136 | "@babel/traverse" "^7.0.0" |
1131 | "@babel/types" "^7.0.0" | 1137 | "@babel/types" "^7.0.0" |
1132 | "@vue/babel-helper-vue-transform-on" "^1.0.0-rc.2" | 1138 | "@vue/babel-helper-vue-transform-on" "^1.0.2" |
1133 | camelcase "^6.0.0" | 1139 | camelcase "^6.0.0" |
1134 | html-tags "^3.1.0" | 1140 | html-tags "^3.1.0" |
1135 | svg-tags "^1.0.0" | 1141 | svg-tags "^1.0.0" |
@@ -1146,10 +1152,10 @@ | |||
1146 | lodash.kebabcase "^4.1.1" | 1152 | lodash.kebabcase "^4.1.1" |
1147 | svg-tags "^1.0.0" | 1153 | svg-tags "^1.0.0" |
1148 | 1154 | ||
1149 | "@vue/babel-preset-app@^4.5.9": | 1155 | "@vue/babel-preset-app@^4.5.11": |
1150 | version "4.5.9" | 1156 | version "4.5.11" |
1151 | resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.9.tgz#a4ef1830a21301e4f77d7cd4a04555d8a01eaf33" | 1157 | resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-4.5.11.tgz#f677bc10472e418f71f61f10dde5a79976a215b8" |
1152 | integrity sha512-d2H4hFnJsGnZtJAAZIbo1dmQJ2SI1MYix1Tc9/etlnJtCDPRHeCNodCSeuLgDwnoAyT3unzyHmTtaO56KRDuOQ== | 1158 | integrity sha512-9VoFlm/9vhynKNGM+HA7qBsoQSUEnuG5i5kcFI9vTLLrh8A0fxrwUyVLLppO6T1sAZ6vrKdQFnEkjL+RkRAwWQ== |
1153 | dependencies: | 1159 | dependencies: |
1154 | "@babel/core" "^7.11.0" | 1160 | "@babel/core" "^7.11.0" |
1155 | "@babel/helper-compilation-targets" "^7.9.6" | 1161 | "@babel/helper-compilation-targets" "^7.9.6" |
@@ -1231,61 +1237,61 @@ | |||
1231 | "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" | 1237 | "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" |
1232 | camelcase "^5.0.0" | 1238 | camelcase "^5.0.0" |
1233 | 1239 | ||
1234 | "@vue/cli-overlay@^4.5.9": | 1240 | "@vue/cli-overlay@^4.5.11": |
1235 | version "4.5.9" | 1241 | version "4.5.11" |
1236 | resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.9.tgz#393418b6d5eaf8638f599c939cb425838257d37c" | 1242 | resolved "https://registry.yarnpkg.com/@vue/cli-overlay/-/cli-overlay-4.5.11.tgz#ea99493131182285f7ac2762290354d6e5b188e8" |
1237 | integrity sha512-E2PWv6tCdUz+eEDj2Th2oxiKmzMe02qi0PcxiNaO7oaqggmEOrp1rLgop7DWpiLDBiqUZk2x0vjK/q2Tz8z/eg== | 1243 | integrity sha512-aDQNw+oGk5+KR0vL9TocjfzyYHTJxR2lS8iPbcL4lRglCs2dudOE7QWXypj5dM4rQus0jJ5fxJTS55o9uy9fcQ== |
1238 | 1244 | ||
1239 | "@vue/cli-plugin-babel@~4.5.9": | 1245 | "@vue/cli-plugin-babel@~4.5.11": |
1240 | version "4.5.9" | 1246 | version "4.5.11" |
1241 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.9.tgz#a0998754bdd08ed8402a7bef494ecb16cee17e92" | 1247 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.11.tgz#7c1db4ca2f911e2156e7d1cf774fe2ad0f7428eb" |
1242 | integrity sha512-2tzaJU5yqAfXVhg1aYyd/Yfif6brv+tDZ49D1aOk7ZgMIwH5YUa0yo5HPcPOcmfpoVoNYcpqVYRfyT4EXIYSpg== | 1248 | integrity sha512-ogUMeO2waDtghIWwmuAzMJAnnPdmqRdJlwJDca9u6BK9jX1bxNThBSFS/MN2VmlYzulOnqH4zAC87jTWNg/czg== |
1243 | dependencies: | 1249 | dependencies: |
1244 | "@babel/core" "^7.11.0" | 1250 | "@babel/core" "^7.11.0" |
1245 | "@vue/babel-preset-app" "^4.5.9" | 1251 | "@vue/babel-preset-app" "^4.5.11" |
1246 | "@vue/cli-shared-utils" "^4.5.9" | 1252 | "@vue/cli-shared-utils" "^4.5.11" |
1247 | babel-loader "^8.1.0" | 1253 | babel-loader "^8.1.0" |
1248 | cache-loader "^4.1.0" | 1254 | cache-loader "^4.1.0" |
1249 | thread-loader "^2.1.3" | 1255 | thread-loader "^2.1.3" |
1250 | webpack "^4.0.0" | 1256 | webpack "^4.0.0" |
1251 | 1257 | ||
1252 | "@vue/cli-plugin-eslint@~4.5.9": | 1258 | "@vue/cli-plugin-eslint@~4.5.11": |
1253 | version "4.5.9" | 1259 | version "4.5.11" |
1254 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.9.tgz#7d7f8a48b8e73e6b19fe2f54b39c78850a9ab33d" | 1260 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.11.tgz#660eb7f8077a022c93bfad7b1cfb81e70a8be142" |
1255 | integrity sha512-wTsWRiRWPW5ik4bgtlh4P4h63Zgjsyvqx2FY0kcj+bSAnQGPJ3bKUOMU9KQP5EyNH6pAXMVGh2LEXK9WwJMf1w== | 1261 | integrity sha512-6XrF3A3ryjtqoPMYL0ltZaP0631HS2a68Ye34KIkz111EKXtC5ip+gz6bSPWrH5SbhinU3R8cstA8xVASz9kwg== |
1256 | dependencies: | 1262 | dependencies: |
1257 | "@vue/cli-shared-utils" "^4.5.9" | 1263 | "@vue/cli-shared-utils" "^4.5.11" |
1258 | eslint-loader "^2.2.1" | 1264 | eslint-loader "^2.2.1" |
1259 | globby "^9.2.0" | 1265 | globby "^9.2.0" |
1260 | inquirer "^7.1.0" | 1266 | inquirer "^7.1.0" |
1261 | webpack "^4.0.0" | 1267 | webpack "^4.0.0" |
1262 | yorkie "^2.0.0" | 1268 | yorkie "^2.0.0" |
1263 | 1269 | ||
1264 | "@vue/cli-plugin-pwa@~4.5.9": | 1270 | "@vue/cli-plugin-pwa@~4.5.11": |
1265 | version "4.5.9" | 1271 | version "4.5.11" |
1266 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-pwa/-/cli-plugin-pwa-4.5.9.tgz#05c0a9797ddf2611069069f4a04e2fcc1273f838" | 1272 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-pwa/-/cli-plugin-pwa-4.5.11.tgz#3031b4d3798707c353f2ad47b7c57a4708a17611" |
1267 | integrity sha512-r+Mf5siw/kC/JQr8nImI2W65yc7O2IhPRd0fN0mMPxElW0n5NT2TIOOb7Y602mSDTlwqBPA3/GIpxgJkdjZ7Mw== | 1273 | integrity sha512-7wvNdR8EXRWaLlybPlk4B6+lE8y+sG2kXq69EyH4ILRmZnFYc22dY22eUhR1EIFTmRxHR0g8qDBrp1BvaNeaYA== |
1268 | dependencies: | 1274 | dependencies: |
1269 | "@vue/cli-shared-utils" "^4.5.9" | 1275 | "@vue/cli-shared-utils" "^4.5.11" |
1270 | webpack "^4.0.0" | 1276 | webpack "^4.0.0" |
1271 | workbox-webpack-plugin "^4.3.1" | 1277 | workbox-webpack-plugin "^4.3.1" |
1272 | 1278 | ||
1273 | "@vue/cli-plugin-router@^4.5.9": | 1279 | "@vue/cli-plugin-router@^4.5.11": |
1274 | version "4.5.9" | 1280 | version "4.5.11" |
1275 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.9.tgz#b3d23a8083d26a81bd09bf9c8d010a3e4e4b13d0" | 1281 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.11.tgz#3b6df738c5a1a5f50376822bf661d9a3b0c3fa62" |
1276 | integrity sha512-eBBfbZpQ1sJrdlx8i7iReFxSnuzwmrv+s2OCT3kjBd6uWRqGnD4VihpS4srC7vZLzDQrDplumSn0a93L9Qf3wQ== | 1282 | integrity sha512-09tzw3faOs48IUPwLutYaNC7eoyyL140fKruTwdFdXuBLDdSQVida57Brx0zj2UKXc5qF8hk4GoGrOshN0KfNg== |
1277 | dependencies: | 1283 | dependencies: |
1278 | "@vue/cli-shared-utils" "^4.5.9" | 1284 | "@vue/cli-shared-utils" "^4.5.11" |
1279 | 1285 | ||
1280 | "@vue/cli-plugin-vuex@^4.5.9": | 1286 | "@vue/cli-plugin-vuex@^4.5.11": |
1281 | version "4.5.9" | 1287 | version "4.5.11" |
1282 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.9.tgz#5ae8f1500c7e29406b02fac82cceaeab86c1e83a" | 1288 | resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.11.tgz#f6f619bcfb66c86cc45340d73152844635e548bd" |
1283 | integrity sha512-mFNIJhYiJjzCgytkDHX00ROy5Yzl7prkZpUbeDE0biwcLteMf2s3qZVbESOQl6GcviqcfEt2f3tHQQtLNa+OLg== | 1289 | integrity sha512-JBPeZLubiSHbRkEKDj0tnLiU43AJ3vt6JULn4IKWH1XWZ6MFC8vElaP5/AA4O3Zko5caamDDBq3TRyxdA2ncUQ== |
1284 | 1290 | ||
1285 | "@vue/cli-service@~4.5.9": | 1291 | "@vue/cli-service@~4.5.11": |
1286 | version "4.5.9" | 1292 | version "4.5.11" |
1287 | resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.5.9.tgz#3ca3112a44183caace411d51d0b6a616e2e197b1" | 1293 | resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.5.11.tgz#b157e2eee2351889cbbd4ccb4a4a9d8575409175" |
1288 | integrity sha512-E3XlfM0q+UnnjbC9rwLIWNo2umZCRwnlMJY0KOhY1hFvqisGIYzFmQQ4o01KGyTx2BZNMuQg7Kw+BZ5gyM1Wig== | 1294 | integrity sha512-FXeJh2o6B8q/njv2Ebhe9EsLXt9sPMXGDY5zVvcV5jgj9wkoej9yLfnmwWCau5kegNClP6bcM+BEHuMYxJ+ubQ== |
1289 | dependencies: | 1295 | dependencies: |
1290 | "@intervolga/optimize-cssnano-plugin" "^1.0.5" | 1296 | "@intervolga/optimize-cssnano-plugin" "^1.0.5" |
1291 | "@soda/friendly-errors-webpack-plugin" "^1.7.1" | 1297 | "@soda/friendly-errors-webpack-plugin" "^1.7.1" |
@@ -1293,10 +1299,10 @@ | |||
1293 | "@types/minimist" "^1.2.0" | 1299 | "@types/minimist" "^1.2.0" |
1294 | "@types/webpack" "^4.0.0" | 1300 | "@types/webpack" "^4.0.0" |
1295 | "@types/webpack-dev-server" "^3.11.0" | 1301 | "@types/webpack-dev-server" "^3.11.0" |
1296 | "@vue/cli-overlay" "^4.5.9" | 1302 | "@vue/cli-overlay" "^4.5.11" |
1297 | "@vue/cli-plugin-router" "^4.5.9" | 1303 | "@vue/cli-plugin-router" "^4.5.11" |
1298 | "@vue/cli-plugin-vuex" "^4.5.9" | 1304 | "@vue/cli-plugin-vuex" "^4.5.11" |
1299 | "@vue/cli-shared-utils" "^4.5.9" | 1305 | "@vue/cli-shared-utils" "^4.5.11" |
1300 | "@vue/component-compiler-utils" "^3.1.2" | 1306 | "@vue/component-compiler-utils" "^3.1.2" |
1301 | "@vue/preload-webpack-plugin" "^1.1.0" | 1307 | "@vue/preload-webpack-plugin" "^1.1.0" |
1302 | "@vue/web-component-wrapper" "^1.2.0" | 1308 | "@vue/web-component-wrapper" "^1.2.0" |
@@ -1343,12 +1349,12 @@ | |||
1343 | webpack-dev-server "^3.11.0" | 1349 | webpack-dev-server "^3.11.0" |
1344 | webpack-merge "^4.2.2" | 1350 | webpack-merge "^4.2.2" |
1345 | optionalDependencies: | 1351 | optionalDependencies: |
1346 | vue-loader-v16 "npm:vue-loader@^16.0.0-beta.7" | 1352 | vue-loader-v16 "npm:vue-loader@^16.1.0" |
1347 | 1353 | ||
1348 | "@vue/cli-shared-utils@^4.5.9": | 1354 | "@vue/cli-shared-utils@^4.5.11": |
1349 | version "4.5.9" | 1355 | version "4.5.11" |
1350 | resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.9.tgz#487cea4b4282f4dff907ee7d8abba8dd0dd03ccd" | 1356 | resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.11.tgz#fff71673ee9128f998c691515b9d327071b4f41e" |
1351 | integrity sha512-anvsrv+rkQC+hgxaT2nQQxnSWSsIzyysZ36LO7qPjXvDRBvcvKLAAviFlUkYbZ+ntbV8puzJ3zw+gUhQw4SEVA== | 1357 | integrity sha512-+aaQ+ThQG3+WMexfSWNl0y6f43edqVqRNbguE53F3TIH81I7saS5S750ayqXhZs2r6STJJyqorQnKtAWfHo29A== |
1352 | dependencies: | 1358 | dependencies: |
1353 | "@hapi/joi" "^15.0.1" | 1359 | "@hapi/joi" "^15.0.1" |
1354 | chalk "^2.4.2" | 1360 | chalk "^2.4.2" |
@@ -1392,9 +1398,9 @@ | |||
1392 | integrity sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ== | 1398 | integrity sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ== |
1393 | 1399 | ||
1394 | "@vue/web-component-wrapper@^1.2.0": | 1400 | "@vue/web-component-wrapper@^1.2.0": |
1395 | version "1.2.0" | 1401 | version "1.3.0" |
1396 | resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1" | 1402 | resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz#b6b40a7625429d2bd7c2281ddba601ed05dc7f1a" |
1397 | integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw== | 1403 | integrity sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA== |
1398 | 1404 | ||
1399 | "@webassemblyjs/ast@1.9.0": | 1405 | "@webassemblyjs/ast@1.9.0": |
1400 | version "1.9.0" | 1406 | version "1.9.0" |
@@ -1612,6 +1618,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5: | |||
1612 | json-schema-traverse "^0.4.1" | 1618 | json-schema-traverse "^0.4.1" |
1613 | uri-js "^4.2.2" | 1619 | uri-js "^4.2.2" |
1614 | 1620 | ||
1621 | ajv@^7.0.2: | ||
1622 | version "7.1.0" | ||
1623 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.1.0.tgz#f982ea7933dc7f1012eae9eec5a86687d805421b" | ||
1624 | integrity sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g== | ||
1625 | dependencies: | ||
1626 | fast-deep-equal "^3.1.1" | ||
1627 | json-schema-traverse "^1.0.0" | ||
1628 | require-from-string "^2.0.2" | ||
1629 | uri-js "^4.2.2" | ||
1630 | |||
1615 | alphanum-sort@^1.0.0: | 1631 | alphanum-sort@^1.0.0: |
1616 | version "1.0.2" | 1632 | version "1.0.2" |
1617 | resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" | 1633 | resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" |
@@ -1711,6 +1727,11 @@ argparse@^1.0.7: | |||
1711 | dependencies: | 1727 | dependencies: |
1712 | sprintf-js "~1.0.2" | 1728 | sprintf-js "~1.0.2" |
1713 | 1729 | ||
1730 | argparse@^2.0.1: | ||
1731 | version "2.0.1" | ||
1732 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" | ||
1733 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== | ||
1734 | |||
1714 | arr-diff@^4.0.0: | 1735 | arr-diff@^4.0.0: |
1715 | version "4.0.0" | 1736 | version "4.0.0" |
1716 | resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" | 1737 | resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" |
@@ -1966,9 +1987,9 @@ binary-extensions@^1.0.0: | |||
1966 | integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== | 1987 | integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== |
1967 | 1988 | ||
1968 | binary-extensions@^2.0.0: | 1989 | binary-extensions@^2.0.0: |
1969 | version "2.1.0" | 1990 | version "2.2.0" |
1970 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" | 1991 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" |
1971 | integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== | 1992 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== |
1972 | 1993 | ||
1973 | bindings@^1.5.0: | 1994 | bindings@^1.5.0: |
1974 | version "1.5.0" | 1995 | version "1.5.0" |
@@ -1982,7 +2003,7 @@ bluebird@^3.1.1, bluebird@^3.5.5: | |||
1982 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" | 2003 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" |
1983 | integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== | 2004 | integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== |
1984 | 2005 | ||
1985 | bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0: | 2006 | bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: |
1986 | version "4.11.9" | 2007 | version "4.11.9" |
1987 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" | 2008 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" |
1988 | integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== | 2009 | integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== |
@@ -2056,7 +2077,7 @@ braces@~3.0.2: | |||
2056 | dependencies: | 2077 | dependencies: |
2057 | fill-range "^7.0.1" | 2078 | fill-range "^7.0.1" |
2058 | 2079 | ||
2059 | brorand@^1.0.1: | 2080 | brorand@^1.0.1, brorand@^1.1.0: |
2060 | version "1.1.0" | 2081 | version "1.1.0" |
2061 | resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" | 2082 | resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" |
2062 | integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= | 2083 | integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= |
@@ -2122,16 +2143,16 @@ browserify-zlib@^0.2.0: | |||
2122 | dependencies: | 2143 | dependencies: |
2123 | pako "~1.0.5" | 2144 | pako "~1.0.5" |
2124 | 2145 | ||
2125 | browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.15.0: | 2146 | browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.1: |
2126 | version "4.16.0" | 2147 | version "4.16.3" |
2127 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.0.tgz#410277627500be3cb28a1bfe037586fbedf9488b" | 2148 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717" |
2128 | integrity sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ== | 2149 | integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== |
2129 | dependencies: | 2150 | dependencies: |
2130 | caniuse-lite "^1.0.30001165" | 2151 | caniuse-lite "^1.0.30001181" |
2131 | colorette "^1.2.1" | 2152 | colorette "^1.2.1" |
2132 | electron-to-chromium "^1.3.621" | 2153 | electron-to-chromium "^1.3.649" |
2133 | escalade "^3.1.1" | 2154 | escalade "^3.1.1" |
2134 | node-releases "^1.1.67" | 2155 | node-releases "^1.1.70" |
2135 | 2156 | ||
2136 | buffer-from@^1.0.0: | 2157 | buffer-from@^1.0.0: |
2137 | version "1.1.1" | 2158 | version "1.1.1" |
@@ -2167,10 +2188,10 @@ builtin-status-codes@^3.0.0: | |||
2167 | resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" | 2188 | resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" |
2168 | integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= | 2189 | integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= |
2169 | 2190 | ||
2170 | bulma@^0.9.1: | 2191 | bulma@^0.9.2: |
2171 | version "0.9.1" | 2192 | version "0.9.2" |
2172 | resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.1.tgz#2bf0e25062a22166db5c92e8c3dcb4605ab040d8" | 2193 | resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.2.tgz#340011e119c605f19b8ca886bfea595f1deaf23c" |
2173 | integrity sha512-LSF69OumXg2HSKl2+rN0/OEXJy7WFEb681wtBlNS/ulJYR27J3rORHibdXZ6GVb/vyUzzYK/Arjyh56wjbFedA== | 2194 | integrity sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A== |
2174 | 2195 | ||
2175 | bytes@3.0.0: | 2196 | bytes@3.0.0: |
2176 | version "3.0.0" | 2197 | version "3.0.0" |
@@ -2254,13 +2275,13 @@ cache-loader@^4.1.0: | |||
2254 | neo-async "^2.6.1" | 2275 | neo-async "^2.6.1" |
2255 | schema-utils "^2.0.0" | 2276 | schema-utils "^2.0.0" |
2256 | 2277 | ||
2257 | call-bind@^1.0.0: | 2278 | call-bind@^1.0.0, call-bind@^1.0.2: |
2258 | version "1.0.0" | 2279 | version "1.0.2" |
2259 | resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce" | 2280 | resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" |
2260 | integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== | 2281 | integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== |
2261 | dependencies: | 2282 | dependencies: |
2262 | function-bind "^1.1.1" | 2283 | function-bind "^1.1.1" |
2263 | get-intrinsic "^1.0.0" | 2284 | get-intrinsic "^1.0.2" |
2264 | 2285 | ||
2265 | call-me-maybe@^1.0.1: | 2286 | call-me-maybe@^1.0.1: |
2266 | version "1.0.1" | 2287 | version "1.0.1" |
@@ -2319,10 +2340,10 @@ caniuse-api@^3.0.0: | |||
2319 | lodash.memoize "^4.1.2" | 2340 | lodash.memoize "^4.1.2" |
2320 | lodash.uniq "^4.5.0" | 2341 | lodash.uniq "^4.5.0" |
2321 | 2342 | ||
2322 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001165: | 2343 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001181: |
2323 | version "1.0.30001168" | 2344 | version "1.0.30001187" |
2324 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001168.tgz#6fcd098c139d003b9bd484cbb9ca26cb89907f9a" | 2345 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001187.tgz#5706942631f83baa5a0218b7dfa6ced29f845438" |
2325 | integrity sha512-P2zmX7swIXKu+GMMR01TWa4csIKELTNnZKc+f1CjebmZJQtTAEXmpQSoKVJVVcvPGAA0TEYTOUp3VehavZSFPQ== | 2346 | integrity sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA== |
2326 | 2347 | ||
2327 | case-sensitive-paths-webpack-plugin@^2.3.0: | 2348 | case-sensitive-paths-webpack-plugin@^2.3.0: |
2328 | version "2.3.0" | 2349 | version "2.3.0" |
@@ -2362,9 +2383,9 @@ check-types@^8.0.3: | |||
2362 | integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== | 2383 | integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== |
2363 | 2384 | ||
2364 | "chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.1: | 2385 | "chokidar@>=2.0.0 <4.0.0", chokidar@^3.4.1: |
2365 | version "3.4.3" | 2386 | version "3.5.1" |
2366 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b" | 2387 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" |
2367 | integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== | 2388 | integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== |
2368 | dependencies: | 2389 | dependencies: |
2369 | anymatch "~3.1.1" | 2390 | anymatch "~3.1.1" |
2370 | braces "~3.0.2" | 2391 | braces "~3.0.2" |
@@ -2374,7 +2395,7 @@ check-types@^8.0.3: | |||
2374 | normalize-path "~3.0.0" | 2395 | normalize-path "~3.0.0" |
2375 | readdirp "~3.5.0" | 2396 | readdirp "~3.5.0" |
2376 | optionalDependencies: | 2397 | optionalDependencies: |
2377 | fsevents "~2.1.2" | 2398 | fsevents "~2.3.1" |
2378 | 2399 | ||
2379 | chokidar@^2.1.8: | 2400 | chokidar@^2.1.8: |
2380 | version "2.1.8" | 2401 | version "2.1.8" |
@@ -2457,16 +2478,16 @@ cli-cursor@^3.1.0: | |||
2457 | restore-cursor "^3.1.0" | 2478 | restore-cursor "^3.1.0" |
2458 | 2479 | ||
2459 | cli-highlight@^2.1.4: | 2480 | cli-highlight@^2.1.4: |
2460 | version "2.1.9" | 2481 | version "2.1.10" |
2461 | resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.9.tgz#4f4ecb05326d70d56d4b4249fabf9a70fb002497" | 2482 | resolved "https://registry.yarnpkg.com/cli-highlight/-/cli-highlight-2.1.10.tgz#26a087da9209dce4fcb8cf5427dc97cd96ac173a" |
2462 | integrity sha512-t8RNIZgiI24i/mslZ8XT8o660RUj5ZbUJpEZrZa/BNekTzdC2LfMRAnt0Y7sgzNM4FGW5tmWg/YnbTH8o1eIOQ== | 2483 | integrity sha512-CcPFD3JwdQ2oSzy+AMG6j3LRTkNjM82kzcSKzoVw6cLanDCJNlsLjeqVTOTfOfucnWv5F0rmBemVf1m9JiIasw== |
2463 | dependencies: | 2484 | dependencies: |
2464 | chalk "^4.0.0" | 2485 | chalk "^4.0.0" |
2465 | highlight.js "^10.0.0" | 2486 | highlight.js "^10.0.0" |
2466 | mz "^2.4.0" | 2487 | mz "^2.4.0" |
2467 | parse5 "^5.1.1" | 2488 | parse5 "^5.1.1" |
2468 | parse5-htmlparser2-tree-adapter "^6.0.0" | 2489 | parse5-htmlparser2-tree-adapter "^6.0.0" |
2469 | yargs "^15.0.0" | 2490 | yargs "^16.0.0" |
2470 | 2491 | ||
2471 | cli-spinners@^2.0.0: | 2492 | cli-spinners@^2.0.0: |
2472 | version "2.5.0" | 2493 | version "2.5.0" |
@@ -2505,6 +2526,15 @@ cliui@^6.0.0: | |||
2505 | strip-ansi "^6.0.0" | 2526 | strip-ansi "^6.0.0" |
2506 | wrap-ansi "^6.2.0" | 2527 | wrap-ansi "^6.2.0" |
2507 | 2528 | ||
2529 | cliui@^7.0.2: | ||
2530 | version "7.0.4" | ||
2531 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" | ||
2532 | integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== | ||
2533 | dependencies: | ||
2534 | string-width "^4.2.0" | ||
2535 | strip-ansi "^6.0.0" | ||
2536 | wrap-ansi "^7.0.0" | ||
2537 | |||
2508 | clone@^1.0.2: | 2538 | clone@^1.0.2: |
2509 | version "1.0.4" | 2539 | version "1.0.4" |
2510 | resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" | 2540 | resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" |
@@ -2731,11 +2761,11 @@ copy-webpack-plugin@^5.1.1: | |||
2731 | webpack-log "^2.0.0" | 2761 | webpack-log "^2.0.0" |
2732 | 2762 | ||
2733 | core-js-compat@^3.6.5, core-js-compat@^3.8.0: | 2763 | core-js-compat@^3.6.5, core-js-compat@^3.8.0: |
2734 | version "3.8.1" | 2764 | version "3.8.3" |
2735 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e" | 2765 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.3.tgz#9123fb6b9cad30f0651332dc77deba48ef9b0b3f" |
2736 | integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ== | 2766 | integrity sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog== |
2737 | dependencies: | 2767 | dependencies: |
2738 | browserslist "^4.15.0" | 2768 | browserslist "^4.16.1" |
2739 | semver "7.0.0" | 2769 | semver "7.0.0" |
2740 | 2770 | ||
2741 | core-js@^2.4.0: | 2771 | core-js@^2.4.0: |
@@ -2743,10 +2773,10 @@ core-js@^2.4.0: | |||
2743 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" | 2773 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" |
2744 | integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== | 2774 | integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== |
2745 | 2775 | ||
2746 | core-js@^3.6.5, core-js@^3.8.1: | 2776 | core-js@^3.6.5, core-js@^3.8.3: |
2747 | version "3.8.1" | 2777 | version "3.8.3" |
2748 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.1.tgz#f51523668ac8a294d1285c3b9db44025fda66d47" | 2778 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0" |
2749 | integrity sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg== | 2779 | integrity sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q== |
2750 | 2780 | ||
2751 | core-util-is@1.0.2, core-util-is@~1.0.0: | 2781 | core-util-is@1.0.2, core-util-is@~1.0.0: |
2752 | version "1.0.2" | 2782 | version "1.0.2" |
@@ -2877,17 +2907,7 @@ css-select-base-adapter@^0.1.1: | |||
2877 | resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" | 2907 | resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" |
2878 | integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== | 2908 | integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== |
2879 | 2909 | ||
2880 | css-select@^1.1.0: | 2910 | css-select@^2.0.0, css-select@^2.0.2: |
2881 | version "1.2.0" | ||
2882 | resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" | ||
2883 | integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= | ||
2884 | dependencies: | ||
2885 | boolbase "~1.0.0" | ||
2886 | css-what "2.1" | ||
2887 | domutils "1.5.1" | ||
2888 | nth-check "~1.0.1" | ||
2889 | |||
2890 | css-select@^2.0.0: | ||
2891 | version "2.1.0" | 2911 | version "2.1.0" |
2892 | resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" | 2912 | resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" |
2893 | integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== | 2913 | integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== |
@@ -2913,11 +2933,6 @@ css-tree@^1.1.2: | |||
2913 | mdn-data "2.0.14" | 2933 | mdn-data "2.0.14" |
2914 | source-map "^0.6.1" | 2934 | source-map "^0.6.1" |
2915 | 2935 | ||
2916 | css-what@2.1: | ||
2917 | version "2.1.3" | ||
2918 | resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" | ||
2919 | integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== | ||
2920 | |||
2921 | css-what@^3.2.1: | 2936 | css-what@^3.2.1: |
2922 | version "3.4.2" | 2937 | version "3.4.2" |
2923 | resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" | 2938 | resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" |
@@ -3027,7 +3042,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3: | |||
3027 | dependencies: | 3042 | dependencies: |
3028 | ms "2.0.0" | 3043 | ms "2.0.0" |
3029 | 3044 | ||
3030 | debug@^3.1.1, debug@^3.2.5: | 3045 | debug@^3.1.1, debug@^3.2.6: |
3031 | version "3.2.7" | 3046 | version "3.2.7" |
3032 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" | 3047 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" |
3033 | integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== | 3048 | integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== |
@@ -3245,14 +3260,6 @@ domhandler@^2.3.0: | |||
3245 | dependencies: | 3260 | dependencies: |
3246 | domelementtype "1" | 3261 | domelementtype "1" |
3247 | 3262 | ||
3248 | domutils@1.5.1: | ||
3249 | version "1.5.1" | ||
3250 | resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" | ||
3251 | integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= | ||
3252 | dependencies: | ||
3253 | dom-serializer "0" | ||
3254 | domelementtype "1" | ||
3255 | |||
3256 | domutils@^1.5.1, domutils@^1.7.0: | 3263 | domutils@^1.5.1, domutils@^1.7.0: |
3257 | version "1.7.0" | 3264 | version "1.7.0" |
3258 | resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" | 3265 | resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" |
@@ -3316,23 +3323,23 @@ ejs@^2.6.1: | |||
3316 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" | 3323 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" |
3317 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== | 3324 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== |
3318 | 3325 | ||
3319 | electron-to-chromium@^1.3.621: | 3326 | electron-to-chromium@^1.3.649: |
3320 | version "1.3.629" | 3327 | version "1.3.665" |
3321 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.629.tgz#a08d13b64d90e3c77ec5b9bffa3efbc5b4a00969" | 3328 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.665.tgz#6d0937376f6a919c0f289202c4be77790a6175e5" |
3322 | integrity sha512-iSPPJtPvHrMAvYOt+9cdbDmTasPqwnwz4lkP8Dn200gDNUBQOLQ96xUsWXBwXslAo5XxdoXAoQQ3RAy4uao9IQ== | 3329 | integrity sha512-LIjx1JheOz7LM8DMEQ2tPnbBzJ4nVG1MKutsbEMLnJfwfVdPIsyagqfLp56bOWhdBrYGXWHaTayYkllIU2TauA== |
3323 | 3330 | ||
3324 | elliptic@^6.5.3: | 3331 | elliptic@^6.5.3: |
3325 | version "6.5.3" | 3332 | version "6.5.4" |
3326 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" | 3333 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" |
3327 | integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== | 3334 | integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== |
3328 | dependencies: | 3335 | dependencies: |
3329 | bn.js "^4.4.0" | 3336 | bn.js "^4.11.9" |
3330 | brorand "^1.0.1" | 3337 | brorand "^1.1.0" |
3331 | hash.js "^1.0.0" | 3338 | hash.js "^1.0.0" |
3332 | hmac-drbg "^1.0.0" | 3339 | hmac-drbg "^1.0.1" |
3333 | inherits "^2.0.1" | 3340 | inherits "^2.0.4" |
3334 | minimalistic-assert "^1.0.0" | 3341 | minimalistic-assert "^1.0.1" |
3335 | minimalistic-crypto-utils "^1.0.0" | 3342 | minimalistic-crypto-utils "^1.0.1" |
3336 | 3343 | ||
3337 | emoji-regex@^7.0.1: | 3344 | emoji-regex@^7.0.1: |
3338 | version "7.0.3" | 3345 | version "7.0.3" |
@@ -3366,10 +3373,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: | |||
3366 | dependencies: | 3373 | dependencies: |
3367 | once "^1.4.0" | 3374 | once "^1.4.0" |
3368 | 3375 | ||
3369 | enhanced-resolve@^4.3.0: | 3376 | enhanced-resolve@^4.5.0: |
3370 | version "4.3.0" | 3377 | version "4.5.0" |
3371 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" | 3378 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" |
3372 | integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== | 3379 | integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== |
3373 | dependencies: | 3380 | dependencies: |
3374 | graceful-fs "^4.1.2" | 3381 | graceful-fs "^4.1.2" |
3375 | memory-fs "^0.5.0" | 3382 | memory-fs "^0.5.0" |
@@ -3388,9 +3395,9 @@ entities@^1.1.1: | |||
3388 | integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== | 3395 | integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== |
3389 | 3396 | ||
3390 | entities@^2.0.0: | 3397 | entities@^2.0.0: |
3391 | version "2.1.0" | 3398 | version "2.2.0" |
3392 | resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" | 3399 | resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" |
3393 | integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== | 3400 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== |
3394 | 3401 | ||
3395 | errno@^0.1.3, errno@~0.1.7: | 3402 | errno@^0.1.3, errno@~0.1.7: |
3396 | version "0.1.8" | 3403 | version "0.1.8" |
@@ -3413,7 +3420,7 @@ error-stack-parser@^2.0.2: | |||
3413 | dependencies: | 3420 | dependencies: |
3414 | stackframe "^1.1.1" | 3421 | stackframe "^1.1.1" |
3415 | 3422 | ||
3416 | es-abstract@^1.17.0-next.1, es-abstract@^1.17.2: | 3423 | es-abstract@^1.17.2: |
3417 | version "1.17.7" | 3424 | version "1.17.7" |
3418 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" | 3425 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" |
3419 | integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== | 3426 | integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== |
@@ -3431,22 +3438,24 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.2: | |||
3431 | string.prototype.trimstart "^1.0.1" | 3438 | string.prototype.trimstart "^1.0.1" |
3432 | 3439 | ||
3433 | es-abstract@^1.18.0-next.1: | 3440 | es-abstract@^1.18.0-next.1: |
3434 | version "1.18.0-next.1" | 3441 | version "1.18.0-next.2" |
3435 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68" | 3442 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.2.tgz#088101a55f0541f595e7e057199e27ddc8f3a5c2" |
3436 | integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== | 3443 | integrity sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== |
3437 | dependencies: | 3444 | dependencies: |
3445 | call-bind "^1.0.2" | ||
3438 | es-to-primitive "^1.2.1" | 3446 | es-to-primitive "^1.2.1" |
3439 | function-bind "^1.1.1" | 3447 | function-bind "^1.1.1" |
3448 | get-intrinsic "^1.0.2" | ||
3440 | has "^1.0.3" | 3449 | has "^1.0.3" |
3441 | has-symbols "^1.0.1" | 3450 | has-symbols "^1.0.1" |
3442 | is-callable "^1.2.2" | 3451 | is-callable "^1.2.2" |
3443 | is-negative-zero "^2.0.0" | 3452 | is-negative-zero "^2.0.1" |
3444 | is-regex "^1.1.1" | 3453 | is-regex "^1.1.1" |
3445 | object-inspect "^1.8.0" | 3454 | object-inspect "^1.9.0" |
3446 | object-keys "^1.1.1" | 3455 | object-keys "^1.1.1" |
3447 | object.assign "^4.1.1" | 3456 | object.assign "^4.1.2" |
3448 | string.prototype.trimend "^1.0.1" | 3457 | string.prototype.trimend "^1.0.3" |
3449 | string.prototype.trimstart "^1.0.1" | 3458 | string.prototype.trimstart "^1.0.3" |
3450 | 3459 | ||
3451 | es-to-primitive@^1.2.1: | 3460 | es-to-primitive@^1.2.1: |
3452 | version "1.2.1" | 3461 | version "1.2.1" |
@@ -3491,21 +3500,29 @@ eslint-loader@^2.2.1: | |||
3491 | rimraf "^2.6.1" | 3500 | rimraf "^2.6.1" |
3492 | 3501 | ||
3493 | eslint-plugin-prettier@^3.3.0: | 3502 | eslint-plugin-prettier@^3.3.0: |
3494 | version "3.3.0" | 3503 | version "3.3.1" |
3495 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.0.tgz#61e295349a65688ffac0b7808ef0a8244bdd8d40" | 3504 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" |
3496 | integrity sha512-tMTwO8iUWlSRZIwS9k7/E4vrTsfvsrcM5p1eftyuqWH25nKsz/o6/54I7jwQ/3zobISyC7wMy9ZsFwgTxOcOpQ== | 3505 | integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== |
3497 | dependencies: | 3506 | dependencies: |
3498 | prettier-linter-helpers "^1.0.0" | 3507 | prettier-linter-helpers "^1.0.0" |
3499 | 3508 | ||
3500 | eslint-plugin-vue@^7.3.0: | 3509 | eslint-plugin-vue@^7.3.0: |
3501 | version "7.3.0" | 3510 | version "7.6.0" |
3502 | resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz#0faf0fcf0e1b1052bf800d4dee42d64f50679cb0" | 3511 | resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b" |
3503 | integrity sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g== | 3512 | integrity sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw== |
3504 | dependencies: | 3513 | dependencies: |
3505 | eslint-utils "^2.1.0" | 3514 | eslint-utils "^2.1.0" |
3506 | natural-compare "^1.4.0" | 3515 | natural-compare "^1.4.0" |
3507 | semver "^7.3.2" | 3516 | semver "^7.3.2" |
3508 | vue-eslint-parser "^7.3.0" | 3517 | vue-eslint-parser "^7.5.0" |
3518 | |||
3519 | eslint-scope@5.1.0: | ||
3520 | version "5.1.0" | ||
3521 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" | ||
3522 | integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== | ||
3523 | dependencies: | ||
3524 | esrecurse "^4.1.0" | ||
3525 | estraverse "^4.1.1" | ||
3509 | 3526 | ||
3510 | eslint-scope@^4.0.3: | 3527 | eslint-scope@^4.0.3: |
3511 | version "4.0.3" | 3528 | version "4.0.3" |
@@ -3541,12 +3558,12 @@ eslint-visitor-keys@^2.0.0: | |||
3541 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | 3558 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
3542 | 3559 | ||
3543 | eslint@^7.16.0: | 3560 | eslint@^7.16.0: |
3544 | version "7.16.0" | 3561 | version "7.20.0" |
3545 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092" | 3562 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7" |
3546 | integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw== | 3563 | integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw== |
3547 | dependencies: | 3564 | dependencies: |
3548 | "@babel/code-frame" "^7.0.0" | 3565 | "@babel/code-frame" "7.12.11" |
3549 | "@eslint/eslintrc" "^0.2.2" | 3566 | "@eslint/eslintrc" "^0.3.0" |
3550 | ajv "^6.10.0" | 3567 | ajv "^6.10.0" |
3551 | chalk "^4.0.0" | 3568 | chalk "^4.0.0" |
3552 | cross-spawn "^7.0.2" | 3569 | cross-spawn "^7.0.2" |
@@ -3557,7 +3574,7 @@ eslint@^7.16.0: | |||
3557 | eslint-utils "^2.1.0" | 3574 | eslint-utils "^2.1.0" |
3558 | eslint-visitor-keys "^2.0.0" | 3575 | eslint-visitor-keys "^2.0.0" |
3559 | espree "^7.3.1" | 3576 | espree "^7.3.1" |
3560 | esquery "^1.2.0" | 3577 | esquery "^1.4.0" |
3561 | esutils "^2.0.2" | 3578 | esutils "^2.0.2" |
3562 | file-entry-cache "^6.0.0" | 3579 | file-entry-cache "^6.0.0" |
3563 | functional-red-black-tree "^1.0.1" | 3580 | functional-red-black-tree "^1.0.1" |
@@ -3570,7 +3587,7 @@ eslint@^7.16.0: | |||
3570 | js-yaml "^3.13.1" | 3587 | js-yaml "^3.13.1" |
3571 | json-stable-stringify-without-jsonify "^1.0.1" | 3588 | json-stable-stringify-without-jsonify "^1.0.1" |
3572 | levn "^0.4.1" | 3589 | levn "^0.4.1" |
3573 | lodash "^4.17.19" | 3590 | lodash "^4.17.20" |
3574 | minimatch "^3.0.4" | 3591 | minimatch "^3.0.4" |
3575 | natural-compare "^1.4.0" | 3592 | natural-compare "^1.4.0" |
3576 | optionator "^0.9.1" | 3593 | optionator "^0.9.1" |
@@ -3606,10 +3623,10 @@ esprima@^4.0.0: | |||
3606 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" | 3623 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" |
3607 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== | 3624 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== |
3608 | 3625 | ||
3609 | esquery@^1.0.1, esquery@^1.2.0: | 3626 | esquery@^1.4.0: |
3610 | version "1.3.1" | 3627 | version "1.4.0" |
3611 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57" | 3628 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
3612 | integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ== | 3629 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
3613 | dependencies: | 3630 | dependencies: |
3614 | estraverse "^5.1.0" | 3631 | estraverse "^5.1.0" |
3615 | 3632 | ||
@@ -3846,14 +3863,7 @@ fast-levenshtein@^2.0.6: | |||
3846 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | 3863 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
3847 | integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= | 3864 | integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= |
3848 | 3865 | ||
3849 | faye-websocket@^0.10.0: | 3866 | faye-websocket@^0.11.3: |
3850 | version "0.10.0" | ||
3851 | resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" | ||
3852 | integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ= | ||
3853 | dependencies: | ||
3854 | websocket-driver ">=0.5.1" | ||
3855 | |||
3856 | faye-websocket@~0.11.1: | ||
3857 | version "0.11.3" | 3867 | version "0.11.3" |
3858 | resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" | 3868 | resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" |
3859 | integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== | 3869 | integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== |
@@ -3969,7 +3979,7 @@ find-up@^3.0.0: | |||
3969 | dependencies: | 3979 | dependencies: |
3970 | locate-path "^3.0.0" | 3980 | locate-path "^3.0.0" |
3971 | 3981 | ||
3972 | find-up@^4.0.0, find-up@^4.1.0: | 3982 | find-up@^4.0.0: |
3973 | version "4.1.0" | 3983 | version "4.1.0" |
3974 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | 3984 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" |
3975 | integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== | 3985 | integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== |
@@ -3986,9 +3996,9 @@ flat-cache@^3.0.4: | |||
3986 | rimraf "^3.0.2" | 3996 | rimraf "^3.0.2" |
3987 | 3997 | ||
3988 | flatted@^3.1.0: | 3998 | flatted@^3.1.0: |
3989 | version "3.1.0" | 3999 | version "3.1.1" |
3990 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067" | 4000 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" |
3991 | integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== | 4001 | integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== |
3992 | 4002 | ||
3993 | flush-write-stream@^1.0.0: | 4003 | flush-write-stream@^1.0.0: |
3994 | version "1.1.1" | 4004 | version "1.1.1" |
@@ -3999,9 +4009,9 @@ flush-write-stream@^1.0.0: | |||
3999 | readable-stream "^2.3.6" | 4009 | readable-stream "^2.3.6" |
4000 | 4010 | ||
4001 | follow-redirects@^1.0.0: | 4011 | follow-redirects@^1.0.0: |
4002 | version "1.13.1" | 4012 | version "1.13.2" |
4003 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" | 4013 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" |
4004 | integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== | 4014 | integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA== |
4005 | 4015 | ||
4006 | for-in@^1.0.2: | 4016 | for-in@^1.0.2: |
4007 | version "1.0.2" | 4017 | version "1.0.2" |
@@ -4095,10 +4105,10 @@ fsevents@^1.2.7: | |||
4095 | bindings "^1.5.0" | 4105 | bindings "^1.5.0" |
4096 | nan "^2.12.1" | 4106 | nan "^2.12.1" |
4097 | 4107 | ||
4098 | fsevents@~2.1.2: | 4108 | fsevents@~2.3.1: |
4099 | version "2.1.3" | 4109 | version "2.3.2" |
4100 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" | 4110 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" |
4101 | integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== | 4111 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== |
4102 | 4112 | ||
4103 | function-bind@^1.1.1: | 4113 | function-bind@^1.1.1: |
4104 | version "1.1.1" | 4114 | version "1.1.1" |
@@ -4115,15 +4125,15 @@ gensync@^1.0.0-beta.1: | |||
4115 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" | 4125 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
4116 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== | 4126 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
4117 | 4127 | ||
4118 | get-caller-file@^2.0.1: | 4128 | get-caller-file@^2.0.1, get-caller-file@^2.0.5: |
4119 | version "2.0.5" | 4129 | version "2.0.5" |
4120 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | 4130 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" |
4121 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | 4131 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== |
4122 | 4132 | ||
4123 | get-intrinsic@^1.0.0: | 4133 | get-intrinsic@^1.0.2: |
4124 | version "1.0.2" | 4134 | version "1.1.1" |
4125 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49" | 4135 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" |
4126 | integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== | 4136 | integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== |
4127 | dependencies: | 4137 | dependencies: |
4128 | function-bind "^1.1.1" | 4138 | function-bind "^1.1.1" |
4129 | has "^1.0.3" | 4139 | has "^1.0.3" |
@@ -4252,9 +4262,9 @@ globby@^9.2.0: | |||
4252 | slash "^2.0.0" | 4262 | slash "^2.0.0" |
4253 | 4263 | ||
4254 | graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.2: | 4264 | graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.2: |
4255 | version "4.2.4" | 4265 | version "4.2.6" |
4256 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" | 4266 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" |
4257 | integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== | 4267 | integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== |
4258 | 4268 | ||
4259 | gzip-size@^5.0.0: | 4269 | gzip-size@^5.0.0: |
4260 | version "5.1.1" | 4270 | version "5.1.1" |
@@ -4373,11 +4383,11 @@ hex-color-regex@^1.1.0: | |||
4373 | integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== | 4383 | integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== |
4374 | 4384 | ||
4375 | highlight.js@^10.0.0: | 4385 | highlight.js@^10.0.0: |
4376 | version "10.4.1" | 4386 | version "10.6.0" |
4377 | resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.4.1.tgz#d48fbcf4a9971c4361b3f95f302747afe19dbad0" | 4387 | resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.6.0.tgz#0073aa71d566906965ba6e1b7be7b2682f5e18b6" |
4378 | integrity sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg== | 4388 | integrity sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ== |
4379 | 4389 | ||
4380 | hmac-drbg@^1.0.0: | 4390 | hmac-drbg@^1.0.1: |
4381 | version "1.0.1" | 4391 | version "1.0.1" |
4382 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" | 4392 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" |
4383 | integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= | 4393 | integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= |
@@ -4462,7 +4472,7 @@ html-webpack-plugin@^3.2.0: | |||
4462 | toposort "^1.0.0" | 4472 | toposort "^1.0.0" |
4463 | util.promisify "1.0.0" | 4473 | util.promisify "1.0.0" |
4464 | 4474 | ||
4465 | htmlparser2@^3.3.0: | 4475 | htmlparser2@^3.10.1: |
4466 | version "3.10.1" | 4476 | version "3.10.1" |
4467 | resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" | 4477 | resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" |
4468 | integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== | 4478 | integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== |
@@ -4512,9 +4522,9 @@ http-errors@~1.7.2: | |||
4512 | toidentifier "1.0.0" | 4522 | toidentifier "1.0.0" |
4513 | 4523 | ||
4514 | http-parser-js@>=0.5.1: | 4524 | http-parser-js@>=0.5.1: |
4515 | version "0.5.2" | 4525 | version "0.5.3" |
4516 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77" | 4526 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9" |
4517 | integrity sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ== | 4527 | integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg== |
4518 | 4528 | ||
4519 | http-proxy-middleware@0.19.1: | 4529 | http-proxy-middleware@0.19.1: |
4520 | version "0.19.1" | 4530 | version "0.19.1" |
@@ -4604,9 +4614,9 @@ import-fresh@^2.0.0: | |||
4604 | resolve-from "^3.0.0" | 4614 | resolve-from "^3.0.0" |
4605 | 4615 | ||
4606 | import-fresh@^3.0.0, import-fresh@^3.2.1: | 4616 | import-fresh@^3.0.0, import-fresh@^3.2.1: |
4607 | version "3.2.2" | 4617 | version "3.3.0" |
4608 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e" | 4618 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
4609 | integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw== | 4619 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== |
4610 | dependencies: | 4620 | dependencies: |
4611 | parent-module "^1.0.0" | 4621 | parent-module "^1.0.0" |
4612 | resolve-from "^4.0.0" | 4622 | resolve-from "^4.0.0" |
@@ -4772,9 +4782,9 @@ is-buffer@^1.1.5: | |||
4772 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== | 4782 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== |
4773 | 4783 | ||
4774 | is-callable@^1.1.4, is-callable@^1.2.2: | 4784 | is-callable@^1.1.4, is-callable@^1.2.2: |
4775 | version "1.2.2" | 4785 | version "1.2.3" |
4776 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9" | 4786 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" |
4777 | integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== | 4787 | integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== |
4778 | 4788 | ||
4779 | is-ci@^1.0.10: | 4789 | is-ci@^1.0.10: |
4780 | version "1.2.1" | 4790 | version "1.2.1" |
@@ -4795,7 +4805,7 @@ is-color-stop@^1.0.0: | |||
4795 | rgb-regex "^1.0.1" | 4805 | rgb-regex "^1.0.1" |
4796 | rgba-regex "^1.0.0" | 4806 | rgba-regex "^1.0.0" |
4797 | 4807 | ||
4798 | is-core-module@^2.1.0: | 4808 | is-core-module@^2.2.0: |
4799 | version "2.2.0" | 4809 | version "2.2.0" |
4800 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" | 4810 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" |
4801 | integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== | 4811 | integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== |
@@ -4890,7 +4900,7 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: | |||
4890 | dependencies: | 4900 | dependencies: |
4891 | is-extglob "^2.1.1" | 4901 | is-extglob "^2.1.1" |
4892 | 4902 | ||
4893 | is-negative-zero@^2.0.0: | 4903 | is-negative-zero@^2.0.1: |
4894 | version "2.0.1" | 4904 | version "2.0.1" |
4895 | resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" | 4905 | resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" |
4896 | integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== | 4906 | integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== |
@@ -4949,10 +4959,11 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: | |||
4949 | isobject "^3.0.1" | 4959 | isobject "^3.0.1" |
4950 | 4960 | ||
4951 | is-regex@^1.0.4, is-regex@^1.1.1: | 4961 | is-regex@^1.0.4, is-regex@^1.1.1: |
4952 | version "1.1.1" | 4962 | version "1.1.2" |
4953 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" | 4963 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251" |
4954 | integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== | 4964 | integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== |
4955 | dependencies: | 4965 | dependencies: |
4966 | call-bind "^1.0.2" | ||
4956 | has-symbols "^1.0.1" | 4967 | has-symbols "^1.0.1" |
4957 | 4968 | ||
4958 | is-regexp@^1.0.0: | 4969 | is-regexp@^1.0.0: |
@@ -5068,7 +5079,7 @@ js-tokens@^4.0.0: | |||
5068 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | 5079 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
5069 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== | 5080 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== |
5070 | 5081 | ||
5071 | js-yaml@^3.13.1, js-yaml@^3.14.1: | 5082 | js-yaml@^3.13.1: |
5072 | version "3.14.1" | 5083 | version "3.14.1" |
5073 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" | 5084 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" |
5074 | integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== | 5085 | integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== |
@@ -5076,6 +5087,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.1: | |||
5076 | argparse "^1.0.7" | 5087 | argparse "^1.0.7" |
5077 | esprima "^4.0.0" | 5088 | esprima "^4.0.0" |
5078 | 5089 | ||
5090 | js-yaml@^4.0.0: | ||
5091 | version "4.0.0" | ||
5092 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f" | ||
5093 | integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== | ||
5094 | dependencies: | ||
5095 | argparse "^2.0.1" | ||
5096 | |||
5079 | jsbn@~0.1.0: | 5097 | jsbn@~0.1.0: |
5080 | version "0.1.1" | 5098 | version "0.1.1" |
5081 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" | 5099 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" |
@@ -5106,6 +5124,11 @@ json-schema-traverse@^0.4.1: | |||
5106 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" | 5124 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" |
5107 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== | 5125 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== |
5108 | 5126 | ||
5127 | json-schema-traverse@^1.0.0: | ||
5128 | version "1.0.0" | ||
5129 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" | ||
5130 | integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== | ||
5131 | |||
5109 | json-schema@0.2.3: | 5132 | json-schema@0.2.3: |
5110 | version "0.2.3" | 5133 | version "0.2.3" |
5111 | resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" | 5134 | resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" |
@@ -5128,7 +5151,7 @@ json-stringify-safe@~5.0.1: | |||
5128 | resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" | 5151 | resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" |
5129 | integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= | 5152 | integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= |
5130 | 5153 | ||
5131 | json3@^3.3.2: | 5154 | json3@^3.3.3: |
5132 | version "3.3.3" | 5155 | version "3.3.3" |
5133 | resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" | 5156 | resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" |
5134 | integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== | 5157 | integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== |
@@ -5146,9 +5169,9 @@ json5@^1.0.1: | |||
5146 | minimist "^1.2.0" | 5169 | minimist "^1.2.0" |
5147 | 5170 | ||
5148 | json5@^2.1.2: | 5171 | json5@^2.1.2: |
5149 | version "2.1.3" | 5172 | version "2.2.0" |
5150 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" | 5173 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" |
5151 | integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== | 5174 | integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== |
5152 | dependencies: | 5175 | dependencies: |
5153 | minimist "^1.2.5" | 5176 | minimist "^1.2.5" |
5154 | 5177 | ||
@@ -5512,22 +5535,22 @@ miller-rabin@^4.0.0: | |||
5512 | bn.js "^4.0.0" | 5535 | bn.js "^4.0.0" |
5513 | brorand "^1.0.1" | 5536 | brorand "^1.0.1" |
5514 | 5537 | ||
5515 | mime-db@1.44.0: | 5538 | mime-db@1.45.0: |
5516 | version "1.44.0" | ||
5517 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" | ||
5518 | integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== | ||
5519 | |||
5520 | "mime-db@>= 1.43.0 < 2": | ||
5521 | version "1.45.0" | 5539 | version "1.45.0" |
5522 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea" | 5540 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea" |
5523 | integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w== | 5541 | integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w== |
5524 | 5542 | ||
5543 | "mime-db@>= 1.43.0 < 2": | ||
5544 | version "1.46.0" | ||
5545 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.46.0.tgz#6267748a7f799594de3cbc8cde91def349661cee" | ||
5546 | integrity sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== | ||
5547 | |||
5525 | mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: | 5548 | mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: |
5526 | version "2.1.27" | 5549 | version "2.1.28" |
5527 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" | 5550 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.28.tgz#1160c4757eab2c5363888e005273ecf79d2a0ecd" |
5528 | integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== | 5551 | integrity sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ== |
5529 | dependencies: | 5552 | dependencies: |
5530 | mime-db "1.44.0" | 5553 | mime-db "1.45.0" |
5531 | 5554 | ||
5532 | mime@1.6.0: | 5555 | mime@1.6.0: |
5533 | version "1.6.0" | 5556 | version "1.6.0" |
@@ -5535,9 +5558,9 @@ mime@1.6.0: | |||
5535 | integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== | 5558 | integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== |
5536 | 5559 | ||
5537 | mime@^2.4.4: | 5560 | mime@^2.4.4: |
5538 | version "2.4.7" | 5561 | version "2.5.0" |
5539 | resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.7.tgz#962aed9be0ed19c91fd7dc2ece5d7f4e89a90d74" | 5562 | resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.0.tgz#2b4af934401779806ee98026bb42e8c1ae1876b1" |
5540 | integrity sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA== | 5563 | integrity sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag== |
5541 | 5564 | ||
5542 | mimic-fn@^1.0.0: | 5565 | mimic-fn@^1.0.0: |
5543 | version "1.2.0" | 5566 | version "1.2.0" |
@@ -5564,7 +5587,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: | |||
5564 | resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" | 5587 | resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" |
5565 | integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== | 5588 | integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== |
5566 | 5589 | ||
5567 | minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: | 5590 | minimalistic-crypto-utils@^1.0.1: |
5568 | version "1.0.1" | 5591 | version "1.0.1" |
5569 | resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" | 5592 | resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" |
5570 | integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= | 5593 | integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= |
@@ -5791,10 +5814,10 @@ node-libs-browser@^2.2.1: | |||
5791 | util "^0.11.0" | 5814 | util "^0.11.0" |
5792 | vm-browserify "^1.0.1" | 5815 | vm-browserify "^1.0.1" |
5793 | 5816 | ||
5794 | node-releases@^1.1.67: | 5817 | node-releases@^1.1.70: |
5795 | version "1.1.67" | 5818 | version "1.1.70" |
5796 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12" | 5819 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.70.tgz#66e0ed0273aa65666d7fe78febe7634875426a08" |
5797 | integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg== | 5820 | integrity sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw== |
5798 | 5821 | ||
5799 | normalize-package-data@^2.5.0: | 5822 | normalize-package-data@^2.5.0: |
5800 | version "2.5.0" | 5823 | version "2.5.0" |
@@ -5857,7 +5880,7 @@ npm-run-path@^4.0.0: | |||
5857 | dependencies: | 5880 | dependencies: |
5858 | path-key "^3.0.0" | 5881 | path-key "^3.0.0" |
5859 | 5882 | ||
5860 | nth-check@^1.0.2, nth-check@~1.0.1: | 5883 | nth-check@^1.0.2: |
5861 | version "1.0.2" | 5884 | version "1.0.2" |
5862 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" | 5885 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" |
5863 | integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== | 5886 | integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== |
@@ -5893,7 +5916,7 @@ object-hash@^1.1.4: | |||
5893 | resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" | 5916 | resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" |
5894 | integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== | 5917 | integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== |
5895 | 5918 | ||
5896 | object-inspect@^1.8.0: | 5919 | object-inspect@^1.8.0, object-inspect@^1.9.0: |
5897 | version "1.9.0" | 5920 | version "1.9.0" |
5898 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" | 5921 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" |
5899 | integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== | 5922 | integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== |
@@ -5918,7 +5941,7 @@ object-visit@^1.0.0: | |||
5918 | dependencies: | 5941 | dependencies: |
5919 | isobject "^3.0.0" | 5942 | isobject "^3.0.0" |
5920 | 5943 | ||
5921 | object.assign@^4.1.0, object.assign@^4.1.1: | 5944 | object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2: |
5922 | version "4.1.2" | 5945 | version "4.1.2" |
5923 | resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" | 5946 | resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" |
5924 | integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== | 5947 | integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== |
@@ -6155,9 +6178,9 @@ parse-json@^4.0.0: | |||
6155 | json-parse-better-errors "^1.0.1" | 6178 | json-parse-better-errors "^1.0.1" |
6156 | 6179 | ||
6157 | parse-json@^5.0.0: | 6180 | parse-json@^5.0.0: |
6158 | version "5.1.0" | 6181 | version "5.2.0" |
6159 | resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646" | 6182 | resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" |
6160 | integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== | 6183 | integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== |
6161 | dependencies: | 6184 | dependencies: |
6162 | "@babel/code-frame" "^7.0.0" | 6185 | "@babel/code-frame" "^7.0.0" |
6163 | error-ex "^1.3.1" | 6186 | error-ex "^1.3.1" |
@@ -6709,9 +6732,9 @@ prettier@^2.2.1: | |||
6709 | integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== | 6732 | integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== |
6710 | 6733 | ||
6711 | pretty-bytes@^5.1.0: | 6734 | pretty-bytes@^5.1.0: |
6712 | version "5.4.1" | 6735 | version "5.5.0" |
6713 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.4.1.tgz#cd89f79bbcef21e3d21eb0da68ffe93f803e884b" | 6736 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.5.0.tgz#0cecda50a74a941589498011cf23275aa82b339e" |
6714 | integrity sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA== | 6737 | integrity sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA== |
6715 | 6738 | ||
6716 | pretty-error@^2.0.2: | 6739 | pretty-error@^2.0.2: |
6717 | version "2.1.2" | 6740 | version "2.1.2" |
@@ -6978,12 +7001,12 @@ regex-not@^1.0.0, regex-not@^1.0.2: | |||
6978 | safe-regex "^1.1.0" | 7001 | safe-regex "^1.1.0" |
6979 | 7002 | ||
6980 | regexp.prototype.flags@^1.2.0: | 7003 | regexp.prototype.flags@^1.2.0: |
6981 | version "1.3.0" | 7004 | version "1.3.1" |
6982 | resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" | 7005 | resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" |
6983 | integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== | 7006 | integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== |
6984 | dependencies: | 7007 | dependencies: |
7008 | call-bind "^1.0.2" | ||
6985 | define-properties "^1.1.3" | 7009 | define-properties "^1.1.3" |
6986 | es-abstract "^1.17.0-next.1" | ||
6987 | 7010 | ||
6988 | regexpp@^3.1.0: | 7011 | regexpp@^3.1.0: |
6989 | version "3.1.0" | 7012 | version "3.1.0" |
@@ -7013,9 +7036,9 @@ regjsgen@^0.5.1: | |||
7013 | integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== | 7036 | integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== |
7014 | 7037 | ||
7015 | regjsparser@^0.6.4: | 7038 | regjsparser@^0.6.4: |
7016 | version "0.6.4" | 7039 | version "0.6.7" |
7017 | resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272" | 7040 | resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.7.tgz#c00164e1e6713c2e3ee641f1701c4b7aa0a7f86c" |
7018 | integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== | 7041 | integrity sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== |
7019 | dependencies: | 7042 | dependencies: |
7020 | jsesc "~0.5.0" | 7043 | jsesc "~0.5.0" |
7021 | 7044 | ||
@@ -7030,13 +7053,13 @@ remove-trailing-separator@^1.0.1: | |||
7030 | integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= | 7053 | integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= |
7031 | 7054 | ||
7032 | renderkid@^2.0.4: | 7055 | renderkid@^2.0.4: |
7033 | version "2.0.4" | 7056 | version "2.0.5" |
7034 | resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.4.tgz#d325e532afb28d3f8796ffee306be8ffd6fc864c" | 7057 | resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.5.tgz#483b1ac59c6601ab30a7a596a5965cabccfdd0a5" |
7035 | integrity sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g== | 7058 | integrity sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ== |
7036 | dependencies: | 7059 | dependencies: |
7037 | css-select "^1.1.0" | 7060 | css-select "^2.0.2" |
7038 | dom-converter "^0.2" | 7061 | dom-converter "^0.2" |
7039 | htmlparser2 "^3.3.0" | 7062 | htmlparser2 "^3.10.1" |
7040 | lodash "^4.17.20" | 7063 | lodash "^4.17.20" |
7041 | strip-ansi "^3.0.0" | 7064 | strip-ansi "^3.0.0" |
7042 | 7065 | ||
@@ -7081,6 +7104,11 @@ require-directory@^2.1.1: | |||
7081 | resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | 7104 | resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" |
7082 | integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= | 7105 | integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= |
7083 | 7106 | ||
7107 | require-from-string@^2.0.2: | ||
7108 | version "2.0.2" | ||
7109 | resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" | ||
7110 | integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== | ||
7111 | |||
7084 | require-main-filename@^2.0.0: | 7112 | require-main-filename@^2.0.0: |
7085 | version "2.0.0" | 7113 | version "2.0.0" |
7086 | resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" | 7114 | resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" |
@@ -7114,11 +7142,11 @@ resolve-url@^0.2.1: | |||
7114 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= | 7142 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= |
7115 | 7143 | ||
7116 | resolve@^1.10.0, resolve@^1.12.0: | 7144 | resolve@^1.10.0, resolve@^1.12.0: |
7117 | version "1.19.0" | 7145 | version "1.20.0" |
7118 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" | 7146 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" |
7119 | integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== | 7147 | integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== |
7120 | dependencies: | 7148 | dependencies: |
7121 | is-core-module "^2.1.0" | 7149 | is-core-module "^2.2.0" |
7122 | path-parse "^1.0.6" | 7150 | path-parse "^1.0.6" |
7123 | 7151 | ||
7124 | restore-cursor@^2.0.0: | 7152 | restore-cursor@^2.0.0: |
@@ -7221,9 +7249,9 @@ safe-regex@^1.1.0: | |||
7221 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | 7249 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
7222 | 7250 | ||
7223 | sass-loader@^10.1.0: | 7251 | sass-loader@^10.1.0: |
7224 | version "10.1.0" | 7252 | version "10.1.1" |
7225 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.0.tgz#1727fcc0c32ab3eb197cda61d78adf4e9174a4b3" | 7253 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.1.tgz#4ddd5a3d7638e7949065dd6e9c7c04037f7e663d" |
7226 | integrity sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg== | 7254 | integrity sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw== |
7227 | dependencies: | 7255 | dependencies: |
7228 | klona "^2.0.4" | 7256 | klona "^2.0.4" |
7229 | loader-utils "^2.0.0" | 7257 | loader-utils "^2.0.0" |
@@ -7232,9 +7260,9 @@ sass-loader@^10.1.0: | |||
7232 | semver "^7.3.2" | 7260 | semver "^7.3.2" |
7233 | 7261 | ||
7234 | sass@^1.30.0: | 7262 | sass@^1.30.0: |
7235 | version "1.30.0" | 7263 | version "1.32.7" |
7236 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.30.0.tgz#60bbbbaf76ba10117e61c6c24f00161c3d60610e" | 7264 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.7.tgz#632a9df2b85dc4b346977fcaf2d5e6f2b7039fd8" |
7237 | integrity sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw== | 7265 | integrity sha512-C8Z4bjqGWnsYa11o8hpKAuoyFdRhrSHcYjCr+XAWVPSIQqC8mp2f5Dx4em0dKYehPzg5XSekmCjqJnEZbIls9A== |
7238 | dependencies: | 7266 | dependencies: |
7239 | chokidar ">=2.0.0 <4.0.0" | 7267 | chokidar ">=2.0.0 <4.0.0" |
7240 | 7268 | ||
@@ -7275,7 +7303,7 @@ select-hose@^2.0.0: | |||
7275 | resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" | 7303 | resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" |
7276 | integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= | 7304 | integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= |
7277 | 7305 | ||
7278 | selfsigned@^1.10.7: | 7306 | selfsigned@^1.10.8: |
7279 | version "1.10.8" | 7307 | version "1.10.8" |
7280 | resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.8.tgz#0d17208b7d12c33f8eac85c41835f27fc3d81a30" | 7308 | resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.8.tgz#0d17208b7d12c33f8eac85c41835f27fc3d81a30" |
7281 | integrity sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== | 7309 | integrity sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w== |
@@ -7481,26 +7509,26 @@ snapdragon@^0.8.1: | |||
7481 | source-map-resolve "^0.5.0" | 7509 | source-map-resolve "^0.5.0" |
7482 | use "^3.1.0" | 7510 | use "^3.1.0" |
7483 | 7511 | ||
7484 | sockjs-client@1.4.0: | 7512 | sockjs-client@^1.5.0: |
7485 | version "1.4.0" | 7513 | version "1.5.0" |
7486 | resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5" | 7514 | resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.0.tgz#2f8ff5d4b659e0d092f7aba0b7c386bd2aa20add" |
7487 | integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== | 7515 | integrity sha512-8Dt3BDi4FYNrCFGTL/HtwVzkARrENdwOUf1ZoW/9p3M8lZdFT35jVdrHza+qgxuG9H3/shR4cuX/X9umUrjP8Q== |
7488 | dependencies: | 7516 | dependencies: |
7489 | debug "^3.2.5" | 7517 | debug "^3.2.6" |
7490 | eventsource "^1.0.7" | 7518 | eventsource "^1.0.7" |
7491 | faye-websocket "~0.11.1" | 7519 | faye-websocket "^0.11.3" |
7492 | inherits "^2.0.3" | 7520 | inherits "^2.0.4" |
7493 | json3 "^3.3.2" | 7521 | json3 "^3.3.3" |
7494 | url-parse "^1.4.3" | 7522 | url-parse "^1.4.7" |
7495 | 7523 | ||
7496 | sockjs@0.3.20: | 7524 | sockjs@^0.3.21: |
7497 | version "0.3.20" | 7525 | version "0.3.21" |
7498 | resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855" | 7526 | resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.21.tgz#b34ffb98e796930b60a0cfa11904d6a339a7d417" |
7499 | integrity sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA== | 7527 | integrity sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw== |
7500 | dependencies: | 7528 | dependencies: |
7501 | faye-websocket "^0.10.0" | 7529 | faye-websocket "^0.11.3" |
7502 | uuid "^3.4.0" | 7530 | uuid "^3.4.0" |
7503 | websocket-driver "0.6.5" | 7531 | websocket-driver "^0.7.4" |
7504 | 7532 | ||
7505 | sort-keys@^1.0.0: | 7533 | sort-keys@^1.0.0: |
7506 | version "1.1.2" | 7534 | version "1.1.2" |
@@ -7534,9 +7562,9 @@ source-map-support@~0.5.12: | |||
7534 | source-map "^0.6.0" | 7562 | source-map "^0.6.0" |
7535 | 7563 | ||
7536 | source-map-url@^0.4.0: | 7564 | source-map-url@^0.4.0: |
7537 | version "0.4.0" | 7565 | version "0.4.1" |
7538 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" | 7566 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" |
7539 | integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= | 7567 | integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== |
7540 | 7568 | ||
7541 | source-map@^0.5.0, source-map@^0.5.6: | 7569 | source-map@^0.5.0, source-map@^0.5.6: |
7542 | version "0.5.7" | 7570 | version "0.5.7" |
@@ -7730,7 +7758,7 @@ string-width@^4.1.0, string-width@^4.2.0: | |||
7730 | is-fullwidth-code-point "^3.0.0" | 7758 | is-fullwidth-code-point "^3.0.0" |
7731 | strip-ansi "^6.0.0" | 7759 | strip-ansi "^6.0.0" |
7732 | 7760 | ||
7733 | string.prototype.trimend@^1.0.1: | 7761 | string.prototype.trimend@^1.0.1, string.prototype.trimend@^1.0.3: |
7734 | version "1.0.3" | 7762 | version "1.0.3" |
7735 | resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b" | 7763 | resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b" |
7736 | integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== | 7764 | integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== |
@@ -7738,7 +7766,7 @@ string.prototype.trimend@^1.0.1: | |||
7738 | call-bind "^1.0.0" | 7766 | call-bind "^1.0.0" |
7739 | define-properties "^1.1.3" | 7767 | define-properties "^1.1.3" |
7740 | 7768 | ||
7741 | string.prototype.trimstart@^1.0.1: | 7769 | string.prototype.trimstart@^1.0.1, string.prototype.trimstart@^1.0.3: |
7742 | version "1.0.3" | 7770 | version "1.0.3" |
7743 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa" | 7771 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa" |
7744 | integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== | 7772 | integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== |
@@ -7880,11 +7908,11 @@ svgo@^1.0.0: | |||
7880 | util.promisify "~1.0.0" | 7908 | util.promisify "~1.0.0" |
7881 | 7909 | ||
7882 | table@^6.0.4: | 7910 | table@^6.0.4: |
7883 | version "6.0.4" | 7911 | version "6.0.7" |
7884 | resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d" | 7912 | resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34" |
7885 | integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw== | 7913 | integrity sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== |
7886 | dependencies: | 7914 | dependencies: |
7887 | ajv "^6.12.4" | 7915 | ajv "^7.0.2" |
7888 | lodash "^4.17.20" | 7916 | lodash "^4.17.20" |
7889 | slice-ansi "^4.0.0" | 7917 | slice-ansi "^4.0.0" |
7890 | string-width "^4.2.0" | 7918 | string-width "^4.2.0" |
@@ -8224,9 +8252,9 @@ upper-case@^1.1.1: | |||
8224 | integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= | 8252 | integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg= |
8225 | 8253 | ||
8226 | uri-js@^4.2.2: | 8254 | uri-js@^4.2.2: |
8227 | version "4.4.0" | 8255 | version "4.4.1" |
8228 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602" | 8256 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" |
8229 | integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== | 8257 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== |
8230 | dependencies: | 8258 | dependencies: |
8231 | punycode "^2.1.0" | 8259 | punycode "^2.1.0" |
8232 | 8260 | ||
@@ -8244,7 +8272,7 @@ url-loader@^2.2.0: | |||
8244 | mime "^2.4.4" | 8272 | mime "^2.4.4" |
8245 | schema-utils "^2.5.0" | 8273 | schema-utils "^2.5.0" |
8246 | 8274 | ||
8247 | url-parse@^1.4.3: | 8275 | url-parse@^1.4.3, url-parse@^1.4.7: |
8248 | version "1.4.7" | 8276 | version "1.4.7" |
8249 | resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" | 8277 | resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" |
8250 | integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== | 8278 | integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== |
@@ -8354,16 +8382,16 @@ vm-browserify@^1.0.1: | |||
8354 | resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" | 8382 | resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" |
8355 | integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== | 8383 | integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== |
8356 | 8384 | ||
8357 | vue-eslint-parser@^7.3.0: | 8385 | vue-eslint-parser@^7.5.0: |
8358 | version "7.3.0" | 8386 | version "7.5.0" |
8359 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559" | 8387 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e" |
8360 | integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw== | 8388 | integrity sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw== |
8361 | dependencies: | 8389 | dependencies: |
8362 | debug "^4.1.1" | 8390 | debug "^4.1.1" |
8363 | eslint-scope "^5.0.0" | 8391 | eslint-scope "^5.0.0" |
8364 | eslint-visitor-keys "^1.1.0" | 8392 | eslint-visitor-keys "^1.1.0" |
8365 | espree "^6.2.1" | 8393 | espree "^6.2.1" |
8366 | esquery "^1.0.1" | 8394 | esquery "^1.4.0" |
8367 | lodash "^4.17.15" | 8395 | lodash "^4.17.15" |
8368 | 8396 | ||
8369 | vue-hot-reload-api@^2.3.0: | 8397 | vue-hot-reload-api@^2.3.0: |
@@ -8371,7 +8399,7 @@ vue-hot-reload-api@^2.3.0: | |||
8371 | resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" | 8399 | resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2" |
8372 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== | 8400 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== |
8373 | 8401 | ||
8374 | "vue-loader-v16@npm:vue-loader@^16.0.0-beta.7": | 8402 | "vue-loader-v16@npm:vue-loader@^16.1.0": |
8375 | version "16.1.2" | 8403 | version "16.1.2" |
8376 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4" | 8404 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4" |
8377 | integrity sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q== | 8405 | integrity sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q== |
@@ -8488,9 +8516,9 @@ webpack-dev-middleware@^3.7.2: | |||
8488 | webpack-log "^2.0.0" | 8516 | webpack-log "^2.0.0" |
8489 | 8517 | ||
8490 | webpack-dev-server@^3.11.0: | 8518 | webpack-dev-server@^3.11.0: |
8491 | version "3.11.0" | 8519 | version "3.11.2" |
8492 | resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz#8f154a3bce1bcfd1cc618ef4e703278855e7ff8c" | 8520 | resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#695ebced76a4929f0d5de7fd73fafe185fe33708" |
8493 | integrity sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg== | 8521 | integrity sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ== |
8494 | dependencies: | 8522 | dependencies: |
8495 | ansi-html "0.0.7" | 8523 | ansi-html "0.0.7" |
8496 | bonjour "^3.5.0" | 8524 | bonjour "^3.5.0" |
@@ -8512,11 +8540,11 @@ webpack-dev-server@^3.11.0: | |||
8512 | p-retry "^3.0.1" | 8540 | p-retry "^3.0.1" |
8513 | portfinder "^1.0.26" | 8541 | portfinder "^1.0.26" |
8514 | schema-utils "^1.0.0" | 8542 | schema-utils "^1.0.0" |
8515 | selfsigned "^1.10.7" | 8543 | selfsigned "^1.10.8" |
8516 | semver "^6.3.0" | 8544 | semver "^6.3.0" |
8517 | serve-index "^1.9.1" | 8545 | serve-index "^1.9.1" |
8518 | sockjs "0.3.20" | 8546 | sockjs "^0.3.21" |
8519 | sockjs-client "1.4.0" | 8547 | sockjs-client "^1.5.0" |
8520 | spdy "^4.0.2" | 8548 | spdy "^4.0.2" |
8521 | strip-ansi "^3.0.1" | 8549 | strip-ansi "^3.0.1" |
8522 | supports-color "^6.1.0" | 8550 | supports-color "^6.1.0" |
@@ -8550,9 +8578,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack- | |||
8550 | source-map "~0.6.1" | 8578 | source-map "~0.6.1" |
8551 | 8579 | ||
8552 | webpack@^4.0.0: | 8580 | webpack@^4.0.0: |
8553 | version "4.44.2" | 8581 | version "4.46.0" |
8554 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72" | 8582 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542" |
8555 | integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== | 8583 | integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q== |
8556 | dependencies: | 8584 | dependencies: |
8557 | "@webassemblyjs/ast" "1.9.0" | 8585 | "@webassemblyjs/ast" "1.9.0" |
8558 | "@webassemblyjs/helper-module-context" "1.9.0" | 8586 | "@webassemblyjs/helper-module-context" "1.9.0" |
@@ -8562,7 +8590,7 @@ webpack@^4.0.0: | |||
8562 | ajv "^6.10.2" | 8590 | ajv "^6.10.2" |
8563 | ajv-keywords "^3.4.1" | 8591 | ajv-keywords "^3.4.1" |
8564 | chrome-trace-event "^1.0.2" | 8592 | chrome-trace-event "^1.0.2" |
8565 | enhanced-resolve "^4.3.0" | 8593 | enhanced-resolve "^4.5.0" |
8566 | eslint-scope "^4.0.3" | 8594 | eslint-scope "^4.0.3" |
8567 | json-parse-better-errors "^1.0.2" | 8595 | json-parse-better-errors "^1.0.2" |
8568 | loader-runner "^2.4.0" | 8596 | loader-runner "^2.4.0" |
@@ -8578,14 +8606,7 @@ webpack@^4.0.0: | |||
8578 | watchpack "^1.7.4" | 8606 | watchpack "^1.7.4" |
8579 | webpack-sources "^1.4.1" | 8607 | webpack-sources "^1.4.1" |
8580 | 8608 | ||
8581 | websocket-driver@0.6.5: | 8609 | websocket-driver@>=0.5.1, websocket-driver@^0.7.4: |
8582 | version "0.6.5" | ||
8583 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" | ||
8584 | integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= | ||
8585 | dependencies: | ||
8586 | websocket-extensions ">=0.1.1" | ||
8587 | |||
8588 | websocket-driver@>=0.5.1: | ||
8589 | version "0.7.4" | 8610 | version "0.7.4" |
8590 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" | 8611 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" |
8591 | integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== | 8612 | integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== |
@@ -8783,6 +8804,15 @@ wrap-ansi@^6.2.0: | |||
8783 | string-width "^4.1.0" | 8804 | string-width "^4.1.0" |
8784 | strip-ansi "^6.0.0" | 8805 | strip-ansi "^6.0.0" |
8785 | 8806 | ||
8807 | wrap-ansi@^7.0.0: | ||
8808 | version "7.0.0" | ||
8809 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
8810 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
8811 | dependencies: | ||
8812 | ansi-styles "^4.0.0" | ||
8813 | string-width "^4.1.0" | ||
8814 | strip-ansi "^6.0.0" | ||
8815 | |||
8786 | wrappy@1: | 8816 | wrappy@1: |
8787 | version "1.0.2" | 8817 | version "1.0.2" |
8788 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | 8818 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" |
@@ -8805,6 +8835,11 @@ y18n@^4.0.0: | |||
8805 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" | 8835 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" |
8806 | integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== | 8836 | integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== |
8807 | 8837 | ||
8838 | y18n@^5.0.5: | ||
8839 | version "5.0.5" | ||
8840 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" | ||
8841 | integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== | ||
8842 | |||
8808 | yallist@^2.1.2: | 8843 | yallist@^2.1.2: |
8809 | version "2.1.2" | 8844 | version "2.1.2" |
8810 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | 8845 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" |
@@ -8828,13 +8863,10 @@ yargs-parser@^13.1.2: | |||
8828 | camelcase "^5.0.0" | 8863 | camelcase "^5.0.0" |
8829 | decamelize "^1.2.0" | 8864 | decamelize "^1.2.0" |
8830 | 8865 | ||
8831 | yargs-parser@^18.1.2: | 8866 | yargs-parser@^20.2.2: |
8832 | version "18.1.3" | 8867 | version "20.2.5" |
8833 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" | 8868 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.5.tgz#5d37729146d3f894f39fc94b6796f5b239513186" |
8834 | integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== | 8869 | integrity sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg== |
8835 | dependencies: | ||
8836 | camelcase "^5.0.0" | ||
8837 | decamelize "^1.2.0" | ||
8838 | 8870 | ||
8839 | yargs@^13.3.2: | 8871 | yargs@^13.3.2: |
8840 | version "13.3.2" | 8872 | version "13.3.2" |
@@ -8852,22 +8884,18 @@ yargs@^13.3.2: | |||
8852 | y18n "^4.0.0" | 8884 | y18n "^4.0.0" |
8853 | yargs-parser "^13.1.2" | 8885 | yargs-parser "^13.1.2" |
8854 | 8886 | ||
8855 | yargs@^15.0.0: | 8887 | yargs@^16.0.0: |
8856 | version "15.4.1" | 8888 | version "16.2.0" |
8857 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" | 8889 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" |
8858 | integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== | 8890 | integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== |
8859 | dependencies: | 8891 | dependencies: |
8860 | cliui "^6.0.0" | 8892 | cliui "^7.0.2" |
8861 | decamelize "^1.2.0" | 8893 | escalade "^3.1.1" |
8862 | find-up "^4.1.0" | 8894 | get-caller-file "^2.0.5" |
8863 | get-caller-file "^2.0.1" | ||
8864 | require-directory "^2.1.1" | 8895 | require-directory "^2.1.1" |
8865 | require-main-filename "^2.0.0" | ||
8866 | set-blocking "^2.0.0" | ||
8867 | string-width "^4.2.0" | 8896 | string-width "^4.2.0" |
8868 | which-module "^2.0.0" | 8897 | y18n "^5.0.5" |
8869 | y18n "^4.0.0" | 8898 | yargs-parser "^20.2.2" |
8870 | yargs-parser "^18.1.2" | ||
8871 | 8899 | ||
8872 | yorkie@^2.0.0: | 8900 | yorkie@^2.0.0: |
8873 | version "2.0.0" | 8901 | version "2.0.0" |