|
31 | 31 | dependencies: |
32 | 32 | "@babel/highlight" "^7.18.6" |
33 | 33 |
|
34 | | -"@babel/compat-data@^7.21.4": |
35 | | - version "7.21.4" |
36 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
37 | | - integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
| 34 | +"@babel/compat-data@^7.21.5": |
| 35 | + version "7.21.5" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.5.tgz#887a54ebe20c9f21edf27caf4ffcf8da6fdd5bd2" |
| 37 | + integrity sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug== |
38 | 38 |
|
39 | | -"@babel/core@7.21.4": |
40 | | - version "7.21.4" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
42 | | - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
| 39 | +"@babel/core@7.21.5": |
| 40 | + version "7.21.5" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
| 42 | + integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
43 | 43 | dependencies: |
44 | 44 | "@ampproject/remapping" "^2.2.0" |
45 | 45 | "@babel/code-frame" "^7.21.4" |
46 | | - "@babel/generator" "^7.21.4" |
47 | | - "@babel/helper-compilation-targets" "^7.21.4" |
48 | | - "@babel/helper-module-transforms" "^7.21.2" |
49 | | - "@babel/helpers" "^7.21.0" |
50 | | - "@babel/parser" "^7.21.4" |
| 46 | + "@babel/generator" "^7.21.5" |
| 47 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 48 | + "@babel/helper-module-transforms" "^7.21.5" |
| 49 | + "@babel/helpers" "^7.21.5" |
| 50 | + "@babel/parser" "^7.21.5" |
51 | 51 | "@babel/template" "^7.20.7" |
52 | | - "@babel/traverse" "^7.21.4" |
53 | | - "@babel/types" "^7.21.4" |
| 52 | + "@babel/traverse" "^7.21.5" |
| 53 | + "@babel/types" "^7.21.5" |
54 | 54 | convert-source-map "^1.7.0" |
55 | 55 | debug "^4.1.0" |
56 | 56 | gensync "^1.0.0-beta.2" |
57 | 57 | json5 "^2.2.2" |
58 | 58 | semver "^6.3.0" |
59 | 59 |
|
60 | | -"@babel/generator@^7.21.0": |
61 | | - version "7.21.0" |
62 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f" |
63 | | - integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA== |
| 60 | +"@babel/generator@^7.21.5": |
| 61 | + version "7.21.5" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
| 63 | + integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
64 | 64 | dependencies: |
65 | | - "@babel/types" "^7.21.0" |
66 | | - "@jridgewell/gen-mapping" "^0.3.2" |
67 | | - "@jridgewell/trace-mapping" "^0.3.17" |
68 | | - jsesc "^2.5.1" |
69 | | - |
70 | | -"@babel/generator@^7.21.3": |
71 | | - version "7.21.3" |
72 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
73 | | - integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
74 | | - dependencies: |
75 | | - "@babel/types" "^7.21.3" |
76 | | - "@jridgewell/gen-mapping" "^0.3.2" |
77 | | - "@jridgewell/trace-mapping" "^0.3.17" |
78 | | - jsesc "^2.5.1" |
79 | | - |
80 | | -"@babel/generator@^7.21.4": |
81 | | - version "7.21.4" |
82 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
83 | | - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
84 | | - dependencies: |
85 | | - "@babel/types" "^7.21.4" |
| 65 | + "@babel/types" "^7.21.5" |
86 | 66 | "@jridgewell/gen-mapping" "^0.3.2" |
87 | 67 | "@jridgewell/trace-mapping" "^0.3.17" |
88 | 68 | jsesc "^2.5.1" |
|
94 | 74 | dependencies: |
95 | 75 | "@babel/types" "^7.18.6" |
96 | 76 |
|
97 | | -"@babel/helper-compilation-targets@^7.21.4": |
98 | | - version "7.21.4" |
99 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
100 | | - integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 77 | +"@babel/helper-compilation-targets@^7.21.5": |
| 78 | + version "7.21.5" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 80 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
101 | 81 | dependencies: |
102 | | - "@babel/compat-data" "^7.21.4" |
| 82 | + "@babel/compat-data" "^7.21.5" |
103 | 83 | "@babel/helper-validator-option" "^7.21.0" |
104 | 84 | browserslist "^4.21.3" |
105 | 85 | lru-cache "^5.1.1" |
106 | 86 | semver "^6.3.0" |
107 | 87 |
|
108 | | -"@babel/helper-environment-visitor@^7.18.9": |
109 | | - version "7.18.9" |
110 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
111 | | - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 88 | +"@babel/helper-environment-visitor@^7.21.5": |
| 89 | + version "7.21.5" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" |
| 91 | + integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== |
112 | 92 |
|
113 | 93 | "@babel/helper-function-name@^7.21.0": |
114 | 94 | version "7.21.0" |
|
132 | 112 | dependencies: |
133 | 113 | "@babel/types" "^7.18.6" |
134 | 114 |
|
135 | | -"@babel/helper-module-transforms@^7.21.2": |
136 | | - version "7.21.2" |
137 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
138 | | - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 115 | +"@babel/helper-module-imports@^7.21.4": |
| 116 | + version "7.21.4" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
| 118 | + integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
139 | 119 | dependencies: |
140 | | - "@babel/helper-environment-visitor" "^7.18.9" |
141 | | - "@babel/helper-module-imports" "^7.18.6" |
142 | | - "@babel/helper-simple-access" "^7.20.2" |
| 120 | + "@babel/types" "^7.21.4" |
| 121 | + |
| 122 | +"@babel/helper-module-transforms@^7.21.5": |
| 123 | + version "7.21.5" |
| 124 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 125 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
| 126 | + dependencies: |
| 127 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 128 | + "@babel/helper-module-imports" "^7.21.4" |
| 129 | + "@babel/helper-simple-access" "^7.21.5" |
143 | 130 | "@babel/helper-split-export-declaration" "^7.18.6" |
144 | 131 | "@babel/helper-validator-identifier" "^7.19.1" |
145 | 132 | "@babel/template" "^7.20.7" |
146 | | - "@babel/traverse" "^7.21.2" |
147 | | - "@babel/types" "^7.21.2" |
| 133 | + "@babel/traverse" "^7.21.5" |
| 134 | + "@babel/types" "^7.21.5" |
148 | 135 |
|
149 | 136 | "@babel/helper-plugin-utils@^7.18.6": |
150 | 137 | version "7.18.9" |
151 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" |
152 | 139 | integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
153 | 140 |
|
154 | | -"@babel/helper-simple-access@^7.20.2": |
155 | | - version "7.20.2" |
156 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
157 | | - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 141 | +"@babel/helper-simple-access@^7.21.5": |
| 142 | + version "7.21.5" |
| 143 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 144 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
158 | 145 | dependencies: |
159 | | - "@babel/types" "^7.20.2" |
| 146 | + "@babel/types" "^7.21.5" |
160 | 147 |
|
161 | 148 | "@babel/helper-split-export-declaration@^7.18.6": |
162 | 149 | version "7.18.6" |
|
170 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
171 | 158 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
172 | 159 |
|
| 160 | +"@babel/helper-string-parser@^7.21.5": |
| 161 | + version "7.21.5" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
| 163 | + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
| 164 | + |
173 | 165 | "@babel/helper-validator-identifier@^7.12.11": |
174 | 166 | version "7.12.11" |
175 | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
|
190 | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
191 | 183 | integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
192 | 184 |
|
193 | | -"@babel/helpers@^7.21.0": |
194 | | - version "7.21.0" |
195 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
196 | | - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 185 | +"@babel/helpers@^7.21.5": |
| 186 | + version "7.21.5" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 188 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
197 | 189 | dependencies: |
198 | 190 | "@babel/template" "^7.20.7" |
199 | | - "@babel/traverse" "^7.21.0" |
200 | | - "@babel/types" "^7.21.0" |
| 191 | + "@babel/traverse" "^7.21.5" |
| 192 | + "@babel/types" "^7.21.5" |
201 | 193 |
|
202 | 194 | "@babel/highlight@^7.12.13": |
203 | 195 | version "7.13.8" |
|
222 | 214 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
223 | 215 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
224 | 216 |
|
225 | | -"@babel/parser@^7.21.0": |
226 | | - version "7.21.0" |
227 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4" |
228 | | - integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg== |
229 | | - |
230 | | -"@babel/parser@^7.21.3": |
231 | | - version "7.21.3" |
232 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
233 | | - integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
234 | | - |
235 | | -"@babel/parser@^7.21.4": |
236 | | - version "7.21.4" |
237 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
238 | | - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 217 | +"@babel/parser@^7.21.5": |
| 218 | + version "7.21.5" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
| 220 | + integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
239 | 221 |
|
240 | 222 | "@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6": |
241 | 223 | version "7.18.6" |
|
278 | 260 | "@babel/parser" "^7.20.7" |
279 | 261 | "@babel/types" "^7.20.7" |
280 | 262 |
|
281 | | -"@babel/traverse@^7.21.0": |
282 | | - version "7.21.0" |
283 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
284 | | - integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
285 | | - dependencies: |
286 | | - "@babel/code-frame" "^7.18.6" |
287 | | - "@babel/generator" "^7.21.0" |
288 | | - "@babel/helper-environment-visitor" "^7.18.9" |
289 | | - "@babel/helper-function-name" "^7.21.0" |
290 | | - "@babel/helper-hoist-variables" "^7.18.6" |
291 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
292 | | - "@babel/parser" "^7.21.0" |
293 | | - "@babel/types" "^7.21.0" |
294 | | - debug "^4.1.0" |
295 | | - globals "^11.1.0" |
296 | | - |
297 | | -"@babel/traverse@^7.21.2": |
298 | | - version "7.21.3" |
299 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
300 | | - integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
301 | | - dependencies: |
302 | | - "@babel/code-frame" "^7.18.6" |
303 | | - "@babel/generator" "^7.21.3" |
304 | | - "@babel/helper-environment-visitor" "^7.18.9" |
305 | | - "@babel/helper-function-name" "^7.21.0" |
306 | | - "@babel/helper-hoist-variables" "^7.18.6" |
307 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
308 | | - "@babel/parser" "^7.21.3" |
309 | | - "@babel/types" "^7.21.3" |
310 | | - debug "^4.1.0" |
311 | | - globals "^11.1.0" |
312 | | - |
313 | | -"@babel/traverse@^7.21.4": |
314 | | - version "7.21.4" |
315 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
316 | | - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 263 | +"@babel/traverse@^7.21.5": |
| 264 | + version "7.21.5" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
| 266 | + integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
317 | 267 | dependencies: |
318 | 268 | "@babel/code-frame" "^7.21.4" |
319 | | - "@babel/generator" "^7.21.4" |
320 | | - "@babel/helper-environment-visitor" "^7.18.9" |
| 269 | + "@babel/generator" "^7.21.5" |
| 270 | + "@babel/helper-environment-visitor" "^7.21.5" |
321 | 271 | "@babel/helper-function-name" "^7.21.0" |
322 | 272 | "@babel/helper-hoist-variables" "^7.18.6" |
323 | 273 | "@babel/helper-split-export-declaration" "^7.18.6" |
324 | | - "@babel/parser" "^7.21.4" |
325 | | - "@babel/types" "^7.21.4" |
| 274 | + "@babel/parser" "^7.21.5" |
| 275 | + "@babel/types" "^7.21.5" |
326 | 276 | debug "^4.1.0" |
327 | 277 | globals "^11.1.0" |
328 | 278 |
|
|
334 | 284 | "@babel/helper-validator-identifier" "^7.18.6" |
335 | 285 | to-fast-properties "^2.0.0" |
336 | 286 |
|
337 | | -"@babel/types@^7.20.2": |
338 | | - version "7.20.2" |
339 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" |
340 | | - integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== |
341 | | - dependencies: |
342 | | - "@babel/helper-string-parser" "^7.19.4" |
343 | | - "@babel/helper-validator-identifier" "^7.19.1" |
344 | | - to-fast-properties "^2.0.0" |
345 | | - |
346 | 287 | "@babel/types@^7.20.7": |
347 | 288 | version "7.20.7" |
348 | 289 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
|
361 | 302 | "@babel/helper-validator-identifier" "^7.19.1" |
362 | 303 | to-fast-properties "^2.0.0" |
363 | 304 |
|
364 | | -"@babel/types@^7.21.2", "@babel/types@^7.21.3": |
365 | | - version "7.21.3" |
366 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
367 | | - integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
368 | | - dependencies: |
369 | | - "@babel/helper-string-parser" "^7.19.4" |
370 | | - "@babel/helper-validator-identifier" "^7.19.1" |
371 | | - to-fast-properties "^2.0.0" |
372 | | - |
373 | 305 | "@babel/types@^7.21.4": |
374 | 306 | version "7.21.4" |
375 | 307 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
|
379 | 311 | "@babel/helper-validator-identifier" "^7.19.1" |
380 | 312 | to-fast-properties "^2.0.0" |
381 | 313 |
|
| 314 | +"@babel/types@^7.21.5": |
| 315 | + version "7.21.5" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
| 317 | + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== |
| 318 | + dependencies: |
| 319 | + "@babel/helper-string-parser" "^7.21.5" |
| 320 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 321 | + to-fast-properties "^2.0.0" |
| 322 | + |
382 | 323 | "@codemirror/autocomplete@^0.20.0", "@codemirror/autocomplete@^0.20.2": |
383 | 324 | version "0.20.3" |
384 | 325 | resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.20.3.tgz#affe2d7e2b2e0be42ee1ac5fb74a1c84a6f1bfd7" |
|
0 commit comments