|
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.16.7", "@babel/helper-module-imports@^7.18.6":
|
88 | 111 | version "7.21.4"
|
|
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.21.0":
|
138 | 178 | version "7.21.0"
|
139 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
157 | 197 | chalk "^2.0.0"
|
158 | 198 | js-tokens "^4.0.0"
|
159 | 199 |
|
| 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 | + |
160 | 209 | "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
|
161 | 210 | version "7.21.4"
|
162 | 211 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
163 | 212 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
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/plugin-transform-react-jsx-self@^7.18.6":
|
166 | 220 | version "7.21.0"
|
167 | 221 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#ec98d4a9baafc5a1eb398da4cf94afbb40254a54"
|
|
192 | 246 | "@babel/parser" "^7.20.7"
|
193 | 247 | "@babel/types" "^7.20.7"
|
194 | 248 |
|
195 |
| -"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
196 |
| - version "7.21.4" |
197 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
198 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 249 | +"@babel/template@^7.22.15": |
| 250 | + version "7.22.15" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 252 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
199 | 253 | dependencies:
|
200 |
| - "@babel/code-frame" "^7.21.4" |
201 |
| - "@babel/generator" "^7.21.4" |
202 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
203 |
| - "@babel/helper-function-name" "^7.21.0" |
204 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
205 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
206 |
| - "@babel/parser" "^7.21.4" |
207 |
| - "@babel/types" "^7.21.4" |
| 254 | + "@babel/code-frame" "^7.22.13" |
| 255 | + "@babel/parser" "^7.22.15" |
| 256 | + "@babel/types" "^7.22.15" |
| 257 | + |
| 258 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
| 259 | + version "7.23.2" |
| 260 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 261 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 262 | + dependencies: |
| 263 | + "@babel/code-frame" "^7.22.13" |
| 264 | + "@babel/generator" "^7.23.0" |
| 265 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 266 | + "@babel/helper-function-name" "^7.23.0" |
| 267 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 268 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 269 | + "@babel/parser" "^7.23.0" |
| 270 | + "@babel/types" "^7.23.0" |
208 | 271 | debug "^4.1.0"
|
209 | 272 | globals "^11.1.0"
|
210 | 273 |
|
|
217 | 280 | "@babel/helper-validator-identifier" "^7.19.1"
|
218 | 281 | to-fast-properties "^2.0.0"
|
219 | 282 |
|
| 283 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 284 | + version "7.23.0" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 286 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 287 | + dependencies: |
| 288 | + "@babel/helper-string-parser" "^7.22.5" |
| 289 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 290 | + to-fast-properties "^2.0.0" |
| 291 | + |
220 | 292 | "@emotion/babel-plugin@^11.10.6":
|
221 | 293 | version "11.10.6"
|
222 | 294 | resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
|
@@ -685,7 +757,7 @@ caniuse-lite@^1.0.30001449:
|
685 | 757 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001476.tgz#759906c53eae17133217d75b482f9dc5c02f7898"
|
686 | 758 | integrity sha512-JmpktFppVSvyUN4gsLS0bShY2L9ZUslHLE72vgemBkS43JD2fOvKTKs+GtRwuxrtRGnwJFW0ye7kWRRlLJS9vQ==
|
687 | 759 |
|
688 |
| -chalk@^2.0.0: |
| 760 | +chalk@^2.0.0, chalk@^2.4.2: |
689 | 761 | version "2.4.2"
|
690 | 762 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
691 | 763 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments