|
26 | 26 | dependencies:
|
27 | 27 | "@babel/highlight" "^7.18.6"
|
28 | 28 |
|
| 29 | +"@babel/code-frame@^7.22.13": |
| 30 | + version "7.22.13" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 32 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 33 | + dependencies: |
| 34 | + "@babel/highlight" "^7.22.13" |
| 35 | + chalk "^2.4.2" |
| 36 | + |
29 | 37 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
|
30 | 38 | version "7.21.4"
|
31 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
|
|
71 | 79 | "@jridgewell/trace-mapping" "^0.3.17"
|
72 | 80 | jsesc "^2.5.1"
|
73 | 81 |
|
| 82 | +"@babel/generator@^7.23.0": |
| 83 | + version "7.23.0" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 85 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 86 | + dependencies: |
| 87 | + "@babel/types" "^7.23.0" |
| 88 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 89 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 90 | + jsesc "^2.5.1" |
| 91 | + |
74 | 92 | "@babel/helper-annotate-as-pure@^7.18.6":
|
75 | 93 | version "7.18.6"
|
76 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
136 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
137 | 155 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
138 | 156 |
|
| 157 | +"@babel/helper-environment-visitor@^7.22.20": |
| 158 | + version "7.22.20" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 160 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 161 | + |
139 | 162 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
140 | 163 | version "7.18.6"
|
141 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
151 | 174 | "@babel/template" "^7.20.7"
|
152 | 175 | "@babel/types" "^7.21.0"
|
153 | 176 |
|
| 177 | +"@babel/helper-function-name@^7.23.0": |
| 178 | + version "7.23.0" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 180 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 181 | + dependencies: |
| 182 | + "@babel/template" "^7.22.15" |
| 183 | + "@babel/types" "^7.23.0" |
| 184 | + |
154 | 185 | "@babel/helper-hoist-variables@^7.18.6":
|
155 | 186 | version "7.18.6"
|
156 | 187 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
157 | 188 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
158 | 189 | dependencies:
|
159 | 190 | "@babel/types" "^7.18.6"
|
160 | 191 |
|
| 192 | +"@babel/helper-hoist-variables@^7.22.5": |
| 193 | + version "7.22.5" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 195 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 196 | + dependencies: |
| 197 | + "@babel/types" "^7.22.5" |
| 198 | + |
161 | 199 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
|
162 | 200 | version "7.21.0"
|
163 | 201 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
|
|
241 | 279 | dependencies:
|
242 | 280 | "@babel/types" "^7.18.6"
|
243 | 281 |
|
| 282 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 283 | + version "7.22.6" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 285 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 286 | + dependencies: |
| 287 | + "@babel/types" "^7.22.5" |
| 288 | + |
244 | 289 | "@babel/helper-string-parser@^7.19.4":
|
245 | 290 | version "7.19.4"
|
246 | 291 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
247 | 292 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
248 | 293 |
|
| 294 | +"@babel/helper-string-parser@^7.22.5": |
| 295 | + version "7.22.5" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 297 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 298 | + |
249 | 299 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
250 | 300 | version "7.19.1"
|
251 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
252 | 302 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
253 | 303 |
|
| 304 | +"@babel/helper-validator-identifier@^7.22.20": |
| 305 | + version "7.22.20" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 307 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 308 | + |
254 | 309 | "@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
|
255 | 310 | version "7.21.0"
|
256 | 311 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
284 | 339 | chalk "^2.0.0"
|
285 | 340 | js-tokens "^4.0.0"
|
286 | 341 |
|
| 342 | +"@babel/highlight@^7.22.13": |
| 343 | + version "7.22.20" |
| 344 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 345 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 346 | + dependencies: |
| 347 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 348 | + chalk "^2.4.2" |
| 349 | + js-tokens "^4.0.0" |
| 350 | + |
287 | 351 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
288 | 352 | version "7.21.4"
|
289 | 353 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
290 | 354 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
291 | 355 |
|
| 356 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 357 | + version "7.23.0" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 359 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 360 | + |
292 | 361 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
293 | 362 | version "7.18.6"
|
294 | 363 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1049 | 1118 | "@babel/parser" "^7.20.7"
|
1050 | 1119 | "@babel/types" "^7.20.7"
|
1051 | 1120 |
|
1052 |
| -"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2": |
1053 |
| - version "7.21.4" |
1054 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
1055 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 1121 | +"@babel/template@^7.22.15": |
| 1122 | + version "7.22.15" |
| 1123 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1124 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1056 | 1125 | dependencies:
|
1057 |
| - "@babel/code-frame" "^7.21.4" |
1058 |
| - "@babel/generator" "^7.21.4" |
1059 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1060 |
| - "@babel/helper-function-name" "^7.21.0" |
1061 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1062 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1063 |
| - "@babel/parser" "^7.21.4" |
1064 |
| - "@babel/types" "^7.21.4" |
| 1126 | + "@babel/code-frame" "^7.22.13" |
| 1127 | + "@babel/parser" "^7.22.15" |
| 1128 | + "@babel/types" "^7.22.15" |
| 1129 | + |
| 1130 | +"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2": |
| 1131 | + version "7.23.2" |
| 1132 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1133 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1134 | + dependencies: |
| 1135 | + "@babel/code-frame" "^7.22.13" |
| 1136 | + "@babel/generator" "^7.23.0" |
| 1137 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1138 | + "@babel/helper-function-name" "^7.23.0" |
| 1139 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1140 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1141 | + "@babel/parser" "^7.23.0" |
| 1142 | + "@babel/types" "^7.23.0" |
1065 | 1143 | debug "^4.1.0"
|
1066 | 1144 | globals "^11.1.0"
|
1067 | 1145 |
|
|
1074 | 1152 | "@babel/helper-validator-identifier" "^7.19.1"
|
1075 | 1153 | to-fast-properties "^2.0.0"
|
1076 | 1154 |
|
| 1155 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1156 | + version "7.23.0" |
| 1157 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1158 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1159 | + dependencies: |
| 1160 | + "@babel/helper-string-parser" "^7.22.5" |
| 1161 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1162 | + to-fast-properties "^2.0.0" |
| 1163 | + |
1077 | 1164 | "@bcoe/v8-coverage@^0.2.3":
|
1078 | 1165 | version "0.2.3"
|
1079 | 1166 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -3068,7 +3155,7 @@ case-sensitive-paths-webpack-plugin@^2.4.0:
|
3068 | 3155 | resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
|
3069 | 3156 | integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==
|
3070 | 3157 |
|
3071 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 3158 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
3072 | 3159 | version "2.4.2"
|
3073 | 3160 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3074 | 3161 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -7487,10 +7574,10 @@ postcss@^7.0.35:
|
7487 | 7574 | picocolors "^0.2.1"
|
7488 | 7575 | source-map "^0.6.1"
|
7489 | 7576 |
|
7490 |
| -postcss@^8.0.9, postcss@^8.3.5, postcss@^8.4.17, postcss@^8.4.19, postcss@^8.4.4: |
7491 |
| - version "8.4.23" |
7492 |
| - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab" |
7493 |
| - integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA== |
| 7577 | +postcss@^8.0.9, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.31, postcss@^8.4.4: |
| 7578 | + version "8.4.31" |
| 7579 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" |
| 7580 | + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== |
7494 | 7581 | dependencies:
|
7495 | 7582 | nanoid "^3.3.6"
|
7496 | 7583 | picocolors "^1.0.0"
|
|
0 commit comments