|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.12.13"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13": |
| 13 | + version "7.22.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 15 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.22.13" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.14.4":
|
13 | 21 | version "7.14.4"
|
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
|
|
35 | 43 | semver "^6.3.0"
|
36 | 44 | source-map "^0.5.0"
|
37 | 45 |
|
38 |
| -"@babel/generator@^7.14.2", "@babel/generator@^7.14.3", "@babel/generator@^7.9.0": |
| 46 | +"@babel/generator@^7.14.3", "@babel/generator@^7.9.0": |
39 | 47 | version "7.14.3"
|
40 | 48 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
|
41 | 49 | integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
|
|
44 | 52 | jsesc "^2.5.1"
|
45 | 53 | source-map "^0.5.0"
|
46 | 54 |
|
| 55 | +"@babel/generator@^7.23.0": |
| 56 | + version "7.23.0" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 58 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.23.0" |
| 61 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 62 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 63 | + jsesc "^2.5.1" |
| 64 | + |
47 | 65 | "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.8.4":
|
48 | 66 | version "7.14.4"
|
49 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
|
|
54 | 72 | browserslist "^4.16.6"
|
55 | 73 | semver "^6.3.0"
|
56 | 74 |
|
57 |
| -"@babel/helper-function-name@^7.14.2": |
58 |
| - version "7.14.2" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
60 |
| - integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
| 75 | +"@babel/helper-environment-visitor@^7.22.20": |
| 76 | + version "7.22.20" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 78 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 79 | + |
| 80 | +"@babel/helper-function-name@^7.23.0": |
| 81 | + version "7.23.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 83 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
61 | 84 | dependencies:
|
62 |
| - "@babel/helper-get-function-arity" "^7.12.13" |
63 |
| - "@babel/template" "^7.12.13" |
64 |
| - "@babel/types" "^7.14.2" |
| 85 | + "@babel/template" "^7.22.15" |
| 86 | + "@babel/types" "^7.23.0" |
65 | 87 |
|
66 |
| -"@babel/helper-get-function-arity@^7.12.13": |
67 |
| - version "7.12.13" |
68 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
69 |
| - integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 88 | +"@babel/helper-hoist-variables@^7.22.5": |
| 89 | + version "7.22.5" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 91 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
70 | 92 | dependencies:
|
71 |
| - "@babel/types" "^7.12.13" |
| 93 | + "@babel/types" "^7.22.5" |
72 | 94 |
|
73 | 95 | "@babel/helper-member-expression-to-functions@^7.13.12":
|
74 | 96 | version "7.13.12"
|
|
134 | 156 | dependencies:
|
135 | 157 | "@babel/types" "^7.12.13"
|
136 | 158 |
|
| 159 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 160 | + version "7.22.6" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 162 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 163 | + dependencies: |
| 164 | + "@babel/types" "^7.22.5" |
| 165 | + |
| 166 | +"@babel/helper-string-parser@^7.22.5": |
| 167 | + version "7.22.5" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 169 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 170 | + |
137 | 171 | "@babel/helper-validator-identifier@^7.14.0":
|
138 | 172 | version "7.14.0"
|
139 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
|
140 | 174 | integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
|
141 | 175 |
|
| 176 | +"@babel/helper-validator-identifier@^7.22.20": |
| 177 | + version "7.22.20" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 179 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 180 | + |
142 | 181 | "@babel/helper-validator-option@^7.12.17":
|
143 | 182 | version "7.12.17"
|
144 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
162 | 201 | chalk "^2.0.0"
|
163 | 202 | js-tokens "^4.0.0"
|
164 | 203 |
|
165 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3": |
| 204 | +"@babel/highlight@^7.22.13": |
| 205 | + version "7.22.20" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 207 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 208 | + dependencies: |
| 209 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 210 | + chalk "^2.4.2" |
| 211 | + js-tokens "^4.0.0" |
| 212 | + |
| 213 | +"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.3": |
166 | 214 | version "7.14.4"
|
167 | 215 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
|
168 | 216 | integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
|
169 | 217 |
|
| 218 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 219 | + version "7.23.0" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 221 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 222 | + |
170 | 223 | "@babel/plugin-syntax-flow@^7.12.13":
|
171 | 224 | version "7.12.13"
|
172 | 225 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86"
|
|
205 | 258 | "@babel/parser" "^7.12.13"
|
206 | 259 | "@babel/types" "^7.12.13"
|
207 | 260 |
|
208 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
209 |
| - version "7.14.2" |
210 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
211 |
| - integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
| 261 | +"@babel/template@^7.22.15": |
| 262 | + version "7.22.15" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 264 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
212 | 265 | dependencies:
|
213 |
| - "@babel/code-frame" "^7.12.13" |
214 |
| - "@babel/generator" "^7.14.2" |
215 |
| - "@babel/helper-function-name" "^7.14.2" |
216 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
217 |
| - "@babel/parser" "^7.14.2" |
218 |
| - "@babel/types" "^7.14.2" |
| 266 | + "@babel/code-frame" "^7.22.13" |
| 267 | + "@babel/parser" "^7.22.15" |
| 268 | + "@babel/types" "^7.22.15" |
| 269 | + |
| 270 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
| 271 | + version "7.23.2" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 273 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 274 | + dependencies: |
| 275 | + "@babel/code-frame" "^7.22.13" |
| 276 | + "@babel/generator" "^7.23.0" |
| 277 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 278 | + "@babel/helper-function-name" "^7.23.0" |
| 279 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 280 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 281 | + "@babel/parser" "^7.23.0" |
| 282 | + "@babel/types" "^7.23.0" |
219 | 283 | debug "^4.1.0"
|
220 | 284 | globals "^11.1.0"
|
221 | 285 |
|
|
227 | 291 | "@babel/helper-validator-identifier" "^7.14.0"
|
228 | 292 | to-fast-properties "^2.0.0"
|
229 | 293 |
|
| 294 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 295 | + version "7.23.0" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 297 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 298 | + dependencies: |
| 299 | + "@babel/helper-string-parser" "^7.22.5" |
| 300 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 301 | + to-fast-properties "^2.0.0" |
| 302 | + |
230 | 303 | "@chakra-ui/accordion@1.3.2":
|
231 | 304 | version "1.3.2"
|
232 | 305 | resolved "https://registry.yarnpkg.com/@chakra-ui/accordion/-/accordion-1.3.2.tgz#7a397ad85ff33704b02b947d45c5297c5da1491e"
|
|
881 | 954 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
882 | 955 | "@jridgewell/trace-mapping" "^0.3.9"
|
883 | 956 |
|
| 957 | +"@jridgewell/gen-mapping@^0.3.2": |
| 958 | + version "0.3.3" |
| 959 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 960 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 961 | + dependencies: |
| 962 | + "@jridgewell/set-array" "^1.0.1" |
| 963 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 964 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 965 | + |
884 | 966 | "@jridgewell/resolve-uri@^3.0.3":
|
885 | 967 | version "3.1.0"
|
886 | 968 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
887 | 969 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
888 | 970 |
|
| 971 | +"@jridgewell/resolve-uri@^3.1.0": |
| 972 | + version "3.1.1" |
| 973 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 974 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 975 | + |
889 | 976 | "@jridgewell/set-array@^1.0.1":
|
890 | 977 | version "1.1.2"
|
891 | 978 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
904 | 991 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
905 | 992 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
906 | 993 |
|
| 994 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 995 | + version "1.4.15" |
| 996 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 997 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 998 | + |
| 999 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1000 | + version "0.3.19" |
| 1001 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1002 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1003 | + dependencies: |
| 1004 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1005 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1006 | + |
907 | 1007 | "@jridgewell/trace-mapping@^0.3.9":
|
908 | 1008 | version "0.3.14"
|
909 | 1009 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
|
0 commit comments