|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
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/core@^7.9.0":
|
13 | 21 | version "7.11.1"
|
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
|
|
40 | 48 | jsesc "^2.5.1"
|
41 | 49 | source-map "^0.5.0"
|
42 | 50 |
|
43 |
| -"@babel/helper-function-name@^7.10.4": |
44 |
| - version "7.10.4" |
45 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
46 |
| - integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 51 | +"@babel/generator@^7.23.0": |
| 52 | + version "7.23.0" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 54 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
47 | 55 | dependencies:
|
48 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
49 |
| - "@babel/template" "^7.10.4" |
50 |
| - "@babel/types" "^7.10.4" |
| 56 | + "@babel/types" "^7.23.0" |
| 57 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 58 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 59 | + jsesc "^2.5.1" |
51 | 60 |
|
52 |
| -"@babel/helper-get-function-arity@^7.10.4": |
53 |
| - version "7.10.4" |
54 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
55 |
| - integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 61 | +"@babel/helper-environment-visitor@^7.22.20": |
| 62 | + version "7.22.20" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 64 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 65 | + |
| 66 | +"@babel/helper-function-name@^7.23.0": |
| 67 | + version "7.23.0" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 69 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
56 | 70 | dependencies:
|
57 |
| - "@babel/types" "^7.10.4" |
| 71 | + "@babel/template" "^7.22.15" |
| 72 | + "@babel/types" "^7.23.0" |
| 73 | + |
| 74 | +"@babel/helper-hoist-variables@^7.22.5": |
| 75 | + version "7.22.5" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 77 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 78 | + dependencies: |
| 79 | + "@babel/types" "^7.22.5" |
58 | 80 |
|
59 | 81 | "@babel/helper-member-expression-to-functions@^7.10.4":
|
60 | 82 | version "7.11.0"
|
|
115 | 137 | dependencies:
|
116 | 138 | "@babel/types" "^7.11.0"
|
117 | 139 |
|
| 140 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 141 | + version "7.22.6" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 143 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 144 | + dependencies: |
| 145 | + "@babel/types" "^7.22.5" |
| 146 | + |
| 147 | +"@babel/helper-string-parser@^7.22.5": |
| 148 | + version "7.22.5" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 150 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 151 | + |
118 | 152 | "@babel/helper-validator-identifier@^7.10.4":
|
119 | 153 | version "7.10.4"
|
120 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
121 | 155 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
122 | 156 |
|
| 157 | +"@babel/helper-validator-identifier@^7.22.20": |
| 158 | + version "7.22.20" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 160 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 161 | + |
123 | 162 | "@babel/helpers@^7.10.4":
|
124 | 163 | version "7.10.4"
|
125 | 164 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
|
|
138 | 177 | chalk "^2.0.0"
|
139 | 178 | js-tokens "^4.0.0"
|
140 | 179 |
|
141 |
| -"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1": |
| 180 | +"@babel/highlight@^7.22.13": |
| 181 | + version "7.22.20" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 183 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 184 | + dependencies: |
| 185 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 186 | + chalk "^2.4.2" |
| 187 | + js-tokens "^4.0.0" |
| 188 | + |
| 189 | +"@babel/parser@^7.10.4", "@babel/parser@^7.11.1": |
142 | 190 | version "7.11.2"
|
143 | 191 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.2.tgz#0882ab8a455df3065ea2dcb4c753b2460a24bead"
|
144 | 192 | integrity sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==
|
145 | 193 |
|
| 194 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 195 | + version "7.23.0" |
| 196 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 197 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 198 | + |
146 | 199 | "@babel/template@^7.10.4":
|
147 | 200 | version "7.10.4"
|
148 | 201 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
|
|
152 | 205 | "@babel/parser" "^7.10.4"
|
153 | 206 | "@babel/types" "^7.10.4"
|
154 | 207 |
|
155 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
156 |
| - version "7.11.0" |
157 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
158 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 208 | +"@babel/template@^7.22.15": |
| 209 | + version "7.22.15" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 211 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
159 | 212 | dependencies:
|
160 |
| - "@babel/code-frame" "^7.10.4" |
161 |
| - "@babel/generator" "^7.11.0" |
162 |
| - "@babel/helper-function-name" "^7.10.4" |
163 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
164 |
| - "@babel/parser" "^7.11.0" |
165 |
| - "@babel/types" "^7.11.0" |
| 213 | + "@babel/code-frame" "^7.22.13" |
| 214 | + "@babel/parser" "^7.22.15" |
| 215 | + "@babel/types" "^7.22.15" |
| 216 | + |
| 217 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
| 218 | + version "7.23.2" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 220 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 221 | + dependencies: |
| 222 | + "@babel/code-frame" "^7.22.13" |
| 223 | + "@babel/generator" "^7.23.0" |
| 224 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 225 | + "@babel/helper-function-name" "^7.23.0" |
| 226 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 227 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 228 | + "@babel/parser" "^7.23.0" |
| 229 | + "@babel/types" "^7.23.0" |
166 | 230 | debug "^4.1.0"
|
167 | 231 | globals "^11.1.0"
|
168 |
| - lodash "^4.17.19" |
169 | 232 |
|
170 | 233 | "@babel/types@^7.10.4", "@babel/types@^7.11.0":
|
171 | 234 | version "7.11.0"
|
|
176 | 239 | lodash "^4.17.19"
|
177 | 240 | to-fast-properties "^2.0.0"
|
178 | 241 |
|
| 242 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 243 | + version "7.23.0" |
| 244 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 245 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 246 | + dependencies: |
| 247 | + "@babel/helper-string-parser" "^7.22.5" |
| 248 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 249 | + to-fast-properties "^2.0.0" |
| 250 | + |
| 251 | +"@jridgewell/gen-mapping@^0.3.2": |
| 252 | + version "0.3.3" |
| 253 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 254 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 255 | + dependencies: |
| 256 | + "@jridgewell/set-array" "^1.0.1" |
| 257 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 258 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 259 | + |
| 260 | +"@jridgewell/resolve-uri@^3.1.0": |
| 261 | + version "3.1.1" |
| 262 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 263 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 264 | + |
| 265 | +"@jridgewell/set-array@^1.0.1": |
| 266 | + version "1.1.2" |
| 267 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 268 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 269 | + |
| 270 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 271 | + version "1.4.15" |
| 272 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 273 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 274 | + |
| 275 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 276 | + version "0.3.19" |
| 277 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 278 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 279 | + dependencies: |
| 280 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 281 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 282 | + |
179 | 283 | "@nodelib/fs.scandir@2.1.3":
|
180 | 284 | version "2.1.3"
|
181 | 285 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
|
0 commit comments