|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.13": |
| 21 | + version "7.22.13" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 23 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.13" |
| 26 | + chalk "^2.4.2" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.21.4":
|
21 | 29 | version "7.21.4"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.23.0": |
| 65 | + version "7.23.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 67 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.23.0" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-compilation-targets@^7.21.4":
|
57 | 75 | version "7.21.4"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
|
|
69 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
70 | 88 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
71 | 89 |
|
72 |
| -"@babel/helper-function-name@^7.21.0": |
73 |
| - version "7.21.0" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
75 |
| - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 90 | +"@babel/helper-environment-visitor@^7.22.20": |
| 91 | + version "7.22.20" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 93 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 94 | + |
| 95 | +"@babel/helper-function-name@^7.23.0": |
| 96 | + version "7.23.0" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 98 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
76 | 99 | dependencies:
|
77 |
| - "@babel/template" "^7.20.7" |
78 |
| - "@babel/types" "^7.21.0" |
| 100 | + "@babel/template" "^7.22.15" |
| 101 | + "@babel/types" "^7.23.0" |
79 | 102 |
|
80 |
| -"@babel/helper-hoist-variables@^7.18.6": |
81 |
| - version "7.18.6" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
83 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 103 | +"@babel/helper-hoist-variables@^7.22.5": |
| 104 | + version "7.22.5" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 106 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
84 | 107 | dependencies:
|
85 |
| - "@babel/types" "^7.18.6" |
| 108 | + "@babel/types" "^7.22.5" |
86 | 109 |
|
87 | 110 | "@babel/helper-module-imports@^7.18.6":
|
88 | 111 | version "7.21.4"
|
|
119 | 142 | dependencies:
|
120 | 143 | "@babel/types" "^7.18.6"
|
121 | 144 |
|
| 145 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 146 | + version "7.22.6" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 148 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 149 | + dependencies: |
| 150 | + "@babel/types" "^7.22.5" |
| 151 | + |
122 | 152 | "@babel/helper-string-parser@^7.19.4":
|
123 | 153 | version "7.19.4"
|
124 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
125 | 155 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
126 | 156 |
|
| 157 | +"@babel/helper-string-parser@^7.22.5": |
| 158 | + version "7.22.5" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 160 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 161 | + |
127 | 162 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
128 | 163 | version "7.19.1"
|
129 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
130 | 165 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
131 | 166 |
|
| 167 | +"@babel/helper-validator-identifier@^7.22.20": |
| 168 | + version "7.22.20" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 170 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 171 | + |
132 | 172 | "@babel/helper-validator-option@^7.21.0":
|
133 | 173 | version "7.21.0"
|
134 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
152 | 192 | chalk "^2.0.0"
|
153 | 193 | js-tokens "^4.0.0"
|
154 | 194 |
|
| 195 | +"@babel/highlight@^7.22.13": |
| 196 | + version "7.22.20" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 198 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 199 | + dependencies: |
| 200 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 201 | + chalk "^2.4.2" |
| 202 | + js-tokens "^4.0.0" |
| 203 | + |
155 | 204 | "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
156 | 205 | version "7.21.4"
|
157 | 206 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
158 | 207 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
159 | 208 |
|
| 209 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 210 | + version "7.23.0" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 212 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 213 | + |
160 | 214 | "@babel/template@^7.20.7":
|
161 | 215 | version "7.20.7"
|
162 | 216 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
|
|
166 | 220 | "@babel/parser" "^7.20.7"
|
167 | 221 | "@babel/types" "^7.20.7"
|
168 | 222 |
|
169 |
| -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
170 |
| - version "7.21.4" |
171 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
172 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 223 | +"@babel/template@^7.22.15": |
| 224 | + version "7.22.15" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 226 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
173 | 227 | dependencies:
|
174 |
| - "@babel/code-frame" "^7.21.4" |
175 |
| - "@babel/generator" "^7.21.4" |
176 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
177 |
| - "@babel/helper-function-name" "^7.21.0" |
178 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
179 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
180 |
| - "@babel/parser" "^7.21.4" |
181 |
| - "@babel/types" "^7.21.4" |
| 228 | + "@babel/code-frame" "^7.22.13" |
| 229 | + "@babel/parser" "^7.22.15" |
| 230 | + "@babel/types" "^7.22.15" |
| 231 | + |
| 232 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 233 | + version "7.23.2" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 235 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 236 | + dependencies: |
| 237 | + "@babel/code-frame" "^7.22.13" |
| 238 | + "@babel/generator" "^7.23.0" |
| 239 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 240 | + "@babel/helper-function-name" "^7.23.0" |
| 241 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 242 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 243 | + "@babel/parser" "^7.23.0" |
| 244 | + "@babel/types" "^7.23.0" |
182 | 245 | debug "^4.1.0"
|
183 | 246 | globals "^11.1.0"
|
184 | 247 |
|
|
191 | 254 | "@babel/helper-validator-identifier" "^7.19.1"
|
192 | 255 | to-fast-properties "^2.0.0"
|
193 | 256 |
|
| 257 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 258 | + version "7.23.0" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 260 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 261 | + dependencies: |
| 262 | + "@babel/helper-string-parser" "^7.22.5" |
| 263 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 264 | + to-fast-properties "^2.0.0" |
| 265 | + |
194 | 266 |
|
195 | 267 | version "1.5.0"
|
196 | 268 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
@@ -1153,7 +1225,7 @@ chalk@^1.1.1, chalk@^1.1.3:
|
1153 | 1225 | strip-ansi "^3.0.0"
|
1154 | 1226 | supports-color "^2.0.0"
|
1155 | 1227 |
|
1156 |
| -chalk@^2.0.0: |
| 1228 | +chalk@^2.0.0, chalk@^2.4.2: |
1157 | 1229 | version "2.4.2"
|
1158 | 1230 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1159 | 1231 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments