|
24 | 24 | dependencies:
|
25 | 25 | "@babel/highlight" "^7.18.6"
|
26 | 26 |
|
| 27 | +"@babel/code-frame@^7.22.13": |
| 28 | + version "7.22.13" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 30 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 31 | + dependencies: |
| 32 | + "@babel/highlight" "^7.22.13" |
| 33 | + chalk "^2.4.2" |
| 34 | + |
27 | 35 | "@babel/compat-data@^7.20.0":
|
28 | 36 | version "7.20.1"
|
29 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
|
|
50 | 58 | json5 "^2.2.1"
|
51 | 59 | semver "^6.3.0"
|
52 | 60 |
|
53 |
| -"@babel/generator@^7.19.6", "@babel/generator@^7.20.1": |
| 61 | +"@babel/generator@^7.19.6": |
54 | 62 | version "7.20.1"
|
55 | 63 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.1.tgz#ef32ecd426222624cbd94871a7024639cf61a9fa"
|
56 | 64 | integrity sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==
|
|
59 | 67 | "@jridgewell/gen-mapping" "^0.3.2"
|
60 | 68 | jsesc "^2.5.1"
|
61 | 69 |
|
| 70 | +"@babel/generator@^7.23.0": |
| 71 | + version "7.23.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 73 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 74 | + dependencies: |
| 75 | + "@babel/types" "^7.23.0" |
| 76 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 77 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 78 | + jsesc "^2.5.1" |
| 79 | + |
62 | 80 | "@babel/helper-compilation-targets@^7.19.3":
|
63 | 81 | version "7.20.0"
|
64 | 82 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
|
74 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
75 | 93 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
76 | 94 |
|
77 |
| -"@babel/helper-function-name@^7.19.0": |
78 |
| - version "7.19.0" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
80 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 95 | +"@babel/helper-environment-visitor@^7.22.20": |
| 96 | + version "7.22.20" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 98 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 99 | + |
| 100 | +"@babel/helper-function-name@^7.23.0": |
| 101 | + version "7.23.0" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 103 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
81 | 104 | dependencies:
|
82 |
| - "@babel/template" "^7.18.10" |
83 |
| - "@babel/types" "^7.19.0" |
| 105 | + "@babel/template" "^7.22.15" |
| 106 | + "@babel/types" "^7.23.0" |
84 | 107 |
|
85 |
| -"@babel/helper-hoist-variables@^7.18.6": |
86 |
| - version "7.18.6" |
87 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
88 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 108 | +"@babel/helper-hoist-variables@^7.22.5": |
| 109 | + version "7.22.5" |
| 110 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 111 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
89 | 112 | dependencies:
|
90 |
| - "@babel/types" "^7.18.6" |
| 113 | + "@babel/types" "^7.22.5" |
91 | 114 |
|
92 | 115 | "@babel/helper-module-imports@^7.18.6":
|
93 | 116 | version "7.18.6"
|
|
124 | 147 | dependencies:
|
125 | 148 | "@babel/types" "^7.18.6"
|
126 | 149 |
|
| 150 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 151 | + version "7.22.6" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 153 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 154 | + dependencies: |
| 155 | + "@babel/types" "^7.22.5" |
| 156 | + |
127 | 157 | "@babel/helper-string-parser@^7.19.4":
|
128 | 158 | version "7.19.4"
|
129 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
130 | 160 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
131 | 161 |
|
| 162 | +"@babel/helper-string-parser@^7.22.5": |
| 163 | + version "7.22.5" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 165 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 166 | + |
132 | 167 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
133 | 168 | version "7.19.1"
|
134 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
135 | 170 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
136 | 171 |
|
| 172 | +"@babel/helper-validator-identifier@^7.22.20": |
| 173 | + version "7.22.20" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 175 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 176 | + |
137 | 177 | "@babel/helper-validator-option@^7.18.6":
|
138 | 178 | version "7.18.6"
|
139 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
157 | 197 | chalk "^2.0.0"
|
158 | 198 | js-tokens "^4.0.0"
|
159 | 199 |
|
160 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.6", "@babel/parser@^7.20.1": |
| 200 | +"@babel/highlight@^7.22.13": |
| 201 | + version "7.22.20" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 203 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 204 | + dependencies: |
| 205 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 206 | + chalk "^2.4.2" |
| 207 | + js-tokens "^4.0.0" |
| 208 | + |
| 209 | +"@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
161 | 210 | version "7.20.1"
|
162 | 211 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.1.tgz#3e045a92f7b4623cafc2425eddcb8cf2e54f9cc5"
|
163 | 212 | integrity sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw==
|
164 | 213 |
|
| 214 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 215 | + version "7.23.0" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 217 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 218 | + |
165 | 219 | "@babel/template@^7.18.10":
|
166 | 220 | version "7.18.10"
|
167 | 221 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
|
171 | 225 | "@babel/parser" "^7.18.10"
|
172 | 226 | "@babel/types" "^7.18.10"
|
173 | 227 |
|
174 |
| -"@babel/traverse@^7.19.6", "@babel/traverse@^7.20.1": |
175 |
| - version "7.20.1" |
176 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
177 |
| - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
| 228 | +"@babel/template@^7.22.15": |
| 229 | + version "7.22.15" |
| 230 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 231 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
178 | 232 | dependencies:
|
179 |
| - "@babel/code-frame" "^7.18.6" |
180 |
| - "@babel/generator" "^7.20.1" |
181 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
182 |
| - "@babel/helper-function-name" "^7.19.0" |
183 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
184 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
185 |
| - "@babel/parser" "^7.20.1" |
186 |
| - "@babel/types" "^7.20.0" |
| 233 | + "@babel/code-frame" "^7.22.13" |
| 234 | + "@babel/parser" "^7.22.15" |
| 235 | + "@babel/types" "^7.22.15" |
| 236 | + |
| 237 | +"@babel/traverse@^7.19.6", "@babel/traverse@^7.20.1": |
| 238 | + version "7.23.2" |
| 239 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 240 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 241 | + dependencies: |
| 242 | + "@babel/code-frame" "^7.22.13" |
| 243 | + "@babel/generator" "^7.23.0" |
| 244 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 245 | + "@babel/helper-function-name" "^7.23.0" |
| 246 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 247 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 248 | + "@babel/parser" "^7.23.0" |
| 249 | + "@babel/types" "^7.23.0" |
187 | 250 | debug "^4.1.0"
|
188 | 251 | globals "^11.1.0"
|
189 | 252 |
|
190 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.0": |
| 253 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.4", "@babel/types@^7.20.0": |
191 | 254 | version "7.20.0"
|
192 | 255 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
|
193 | 256 | integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==
|
|
196 | 259 | "@babel/helper-validator-identifier" "^7.19.1"
|
197 | 260 | to-fast-properties "^2.0.0"
|
198 | 261 |
|
| 262 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 263 | + version "7.23.0" |
| 264 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 265 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 266 | + dependencies: |
| 267 | + "@babel/helper-string-parser" "^7.22.5" |
| 268 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 269 | + to-fast-properties "^2.0.0" |
| 270 | + |
199 | 271 | "@concordance/react@^2.0.0":
|
200 | 272 | version "2.0.0"
|
201 | 273 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
|
327 | 399 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
328 | 400 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
329 | 401 |
|
| 402 | +"@jridgewell/resolve-uri@^3.1.0": |
| 403 | + version "3.1.1" |
| 404 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 405 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 406 | + |
330 | 407 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
331 | 408 | version "1.1.2"
|
332 | 409 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
337 | 414 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
338 | 415 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
339 | 416 |
|
| 417 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 418 | + version "1.4.15" |
| 419 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 420 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 421 | + |
| 422 | +"@jridgewell/trace-mapping@^0.3.17": |
| 423 | + version "0.3.20" |
| 424 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 425 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 426 | + dependencies: |
| 427 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 428 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 429 | + |
340 | 430 | "@jridgewell/trace-mapping@^0.3.9":
|
341 | 431 | version "0.3.17"
|
342 | 432 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
@@ -1058,7 +1148,7 @@ caniuse-lite@^1.0.30001400:
|
1058 | 1148 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz#638a8ae00b5a8a97e66ff43733b2701f81b101fa"
|
1059 | 1149 | integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==
|
1060 | 1150 |
|
1061 |
| -chalk@^2.0.0: |
| 1151 | +chalk@^2.0.0, chalk@^2.4.2: |
1062 | 1152 | version "2.4.2"
|
1063 | 1153 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1064 | 1154 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments