|
42 | 42 | dependencies: |
43 | 43 | "@babel/highlight" "^7.16.7" |
44 | 44 |
|
| 45 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.28.6": |
| 46 | + version "7.28.6" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7" |
| 48 | + integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q== |
| 49 | + dependencies: |
| 50 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 51 | + js-tokens "^4.0.0" |
| 52 | + picocolors "^1.1.1" |
| 53 | + |
45 | 54 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8": |
46 | 55 | version "7.17.0" |
47 | 56 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" |
|
95 | 104 | jsesc "^2.5.1" |
96 | 105 | source-map "^0.5.0" |
97 | 106 |
|
98 | | -"@babel/generator@^7.17.3": |
99 | | - version "7.18.9" |
100 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" |
101 | | - integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug== |
| 107 | +"@babel/generator@^7.23.0": |
| 108 | + version "7.28.6" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1" |
| 110 | + integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw== |
102 | 111 | dependencies: |
103 | | - "@babel/types" "^7.18.9" |
104 | | - "@jridgewell/gen-mapping" "^0.3.2" |
105 | | - jsesc "^2.5.1" |
| 112 | + "@babel/parser" "^7.28.6" |
| 113 | + "@babel/types" "^7.28.6" |
| 114 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 115 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 116 | + jsesc "^3.0.2" |
106 | 117 |
|
107 | 118 | "@babel/helper-annotate-as-pure@^7.16.7": |
108 | 119 | version "7.16.7" |
|
171 | 182 | dependencies: |
172 | 183 | "@babel/types" "^7.16.7" |
173 | 184 |
|
| 185 | +"@babel/helper-environment-visitor@^7.22.20": |
| 186 | + version "7.24.7" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" |
| 188 | + integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== |
| 189 | + dependencies: |
| 190 | + "@babel/types" "^7.24.7" |
| 191 | + |
174 | 192 | "@babel/helper-explode-assignable-expression@^7.16.7": |
175 | 193 | version "7.16.7" |
176 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" |
|
187 | 205 | "@babel/template" "^7.16.7" |
188 | 206 | "@babel/types" "^7.16.7" |
189 | 207 |
|
| 208 | +"@babel/helper-function-name@^7.23.0": |
| 209 | + version "7.24.7" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" |
| 211 | + integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== |
| 212 | + dependencies: |
| 213 | + "@babel/template" "^7.24.7" |
| 214 | + "@babel/types" "^7.24.7" |
| 215 | + |
190 | 216 | "@babel/helper-get-function-arity@^7.16.7": |
191 | 217 | version "7.16.7" |
192 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
|
201 | 227 | dependencies: |
202 | 228 | "@babel/types" "^7.16.7" |
203 | 229 |
|
| 230 | +"@babel/helper-hoist-variables@^7.22.5": |
| 231 | + version "7.24.7" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
| 233 | + integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
| 234 | + dependencies: |
| 235 | + "@babel/types" "^7.24.7" |
| 236 | + |
204 | 237 | "@babel/helper-member-expression-to-functions@^7.16.7": |
205 | 238 | version "7.16.7" |
206 | 239 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" |
|
282 | 315 | dependencies: |
283 | 316 | "@babel/types" "^7.16.7" |
284 | 317 |
|
| 318 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 319 | + version "7.24.7" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" |
| 321 | + integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== |
| 322 | + dependencies: |
| 323 | + "@babel/types" "^7.24.7" |
| 324 | + |
| 325 | +"@babel/helper-string-parser@^7.27.1": |
| 326 | + version "7.27.1" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 328 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 329 | + |
285 | 330 | "@babel/helper-validator-identifier@^7.16.7": |
286 | 331 | version "7.16.7" |
287 | 332 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
288 | 333 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
289 | 334 |
|
290 | | -"@babel/helper-validator-identifier@^7.18.6": |
291 | | - version "7.18.6" |
292 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
293 | | - integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
| 335 | +"@babel/helper-validator-identifier@^7.28.5": |
| 336 | + version "7.28.5" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 338 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
294 | 339 |
|
295 | 340 | "@babel/helper-validator-option@^7.16.7": |
296 | 341 | version "7.16.7" |
|
330 | 375 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
331 | 376 | integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
332 | 377 |
|
333 | | -"@babel/parser@^7.17.3": |
334 | | - version "7.18.9" |
335 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" |
336 | | - integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== |
337 | | - |
338 | 378 | "@babel/parser@^7.20.5": |
339 | 379 | version "7.21.2" |
340 | 380 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3" |
341 | 381 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ== |
342 | 382 |
|
| 383 | +"@babel/parser@^7.23.0", "@babel/parser@^7.28.6": |
| 384 | + version "7.28.6" |
| 385 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd" |
| 386 | + integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ== |
| 387 | + dependencies: |
| 388 | + "@babel/types" "^7.28.6" |
| 389 | + |
343 | 390 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": |
344 | 391 | version "7.16.7" |
345 | 392 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" |
|
1104 | 1151 | "@babel/parser" "^7.16.7" |
1105 | 1152 | "@babel/types" "^7.16.7" |
1106 | 1153 |
|
1107 | | -"@babel/traverse@7.17.3": |
1108 | | - version "7.17.3" |
1109 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
1110 | | - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
1111 | | - dependencies: |
1112 | | - "@babel/code-frame" "^7.16.7" |
1113 | | - "@babel/generator" "^7.17.3" |
1114 | | - "@babel/helper-environment-visitor" "^7.16.7" |
1115 | | - "@babel/helper-function-name" "^7.16.7" |
1116 | | - "@babel/helper-hoist-variables" "^7.16.7" |
1117 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
1118 | | - "@babel/parser" "^7.17.3" |
1119 | | - "@babel/types" "^7.17.0" |
| 1154 | +"@babel/template@^7.24.7": |
| 1155 | + version "7.28.6" |
| 1156 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 1157 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 1158 | + dependencies: |
| 1159 | + "@babel/code-frame" "^7.28.6" |
| 1160 | + "@babel/parser" "^7.28.6" |
| 1161 | + "@babel/types" "^7.28.6" |
| 1162 | + |
| 1163 | +"@babel/traverse@7.23.2": |
| 1164 | + version "7.23.2" |
| 1165 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1166 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1167 | + dependencies: |
| 1168 | + "@babel/code-frame" "^7.22.13" |
| 1169 | + "@babel/generator" "^7.23.0" |
| 1170 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1171 | + "@babel/helper-function-name" "^7.23.0" |
| 1172 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1173 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1174 | + "@babel/parser" "^7.23.0" |
| 1175 | + "@babel/types" "^7.23.0" |
1120 | 1176 | debug "^4.1.0" |
1121 | 1177 | globals "^11.1.0" |
1122 | 1178 |
|
|
1144 | 1200 | "@babel/helper-validator-identifier" "^7.16.7" |
1145 | 1201 | to-fast-properties "^2.0.0" |
1146 | 1202 |
|
1147 | | -"@babel/types@^7.18.9": |
1148 | | - version "7.18.9" |
1149 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" |
1150 | | - integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== |
| 1203 | +"@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.28.6": |
| 1204 | + version "7.28.6" |
| 1205 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df" |
| 1206 | + integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg== |
1151 | 1207 | dependencies: |
1152 | | - "@babel/helper-validator-identifier" "^7.18.6" |
1153 | | - to-fast-properties "^2.0.0" |
| 1208 | + "@babel/helper-string-parser" "^7.27.1" |
| 1209 | + "@babel/helper-validator-identifier" "^7.28.5" |
1154 | 1210 |
|
1155 | 1211 | "@bcoe/v8-coverage@^0.2.3": |
1156 | 1212 | version "0.2.3" |
|
1512 | 1568 | "@types/yargs" "^17.0.8" |
1513 | 1569 | chalk "^4.0.0" |
1514 | 1570 |
|
| 1571 | +"@jridgewell/gen-mapping@^0.3.12": |
| 1572 | + version "0.3.13" |
| 1573 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 1574 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 1575 | + dependencies: |
| 1576 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 1577 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1578 | + |
1515 | 1579 | "@jridgewell/gen-mapping@^0.3.2": |
1516 | 1580 | version "0.3.2" |
1517 | 1581 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
|
1526 | 1590 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb" |
1527 | 1591 | integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w== |
1528 | 1592 |
|
| 1593 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1594 | + version "3.1.2" |
| 1595 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1596 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1597 | + |
1529 | 1598 | "@jridgewell/set-array@^1.0.1": |
1530 | 1599 | version "1.1.2" |
1531 | 1600 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
1536 | 1605 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1537 | 1606 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1538 | 1607 |
|
| 1608 | +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": |
| 1609 | + version "1.5.5" |
| 1610 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
| 1611 | + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
| 1612 | + |
1539 | 1613 | "@jridgewell/trace-mapping@^0.2.2": |
1540 | 1614 | version "0.2.2" |
1541 | 1615 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.2.tgz#77510cc2f6f3b92e78c78de216d42de631b1d7fb" |
|
1544 | 1618 | "@jridgewell/resolve-uri" "^3.0.3" |
1545 | 1619 | sourcemap-codec "1.4.8" |
1546 | 1620 |
|
| 1621 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28": |
| 1622 | + version "0.3.31" |
| 1623 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
| 1624 | + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
| 1625 | + dependencies: |
| 1626 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1627 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1628 | + |
1547 | 1629 | "@jridgewell/trace-mapping@^0.3.9": |
1548 | 1630 | version "0.3.14" |
1549 | 1631 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" |
|
1822 | 1904 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" |
1823 | 1905 | integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== |
1824 | 1906 |
|
1825 | | -"@trivago/prettier-plugin-sort-imports@4.2.0": |
1826 | | - version "4.2.0" |
1827 | | - resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.2.0.tgz#b240366f9e2bda8e14edb18b14ea084e0ec25968" |
1828 | | - integrity sha512-YBepjbt+ZNBVmN3ev1amQH3lWCmHyt5qTbLCp/syXJRu/Kw2koXh44qayB1gMRxcL/gV8egmjN5xWSrYyfUtyw== |
| 1907 | +"@trivago/prettier-plugin-sort-imports@4.3.0": |
| 1908 | + version "4.3.0" |
| 1909 | + resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.3.0.tgz#725f411646b3942193a37041c84e0b2116339789" |
| 1910 | + integrity sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ== |
1829 | 1911 | dependencies: |
1830 | 1912 | "@babel/generator" "7.17.7" |
1831 | 1913 | "@babel/parser" "^7.20.5" |
1832 | | - "@babel/traverse" "7.17.3" |
| 1914 | + "@babel/traverse" "7.23.2" |
1833 | 1915 | "@babel/types" "7.17.0" |
1834 | 1916 | javascript-natural-sort "0.7.1" |
1835 | 1917 | lodash "^4.17.21" |
@@ -7008,6 +7090,11 @@ jsesc@^2.5.1: |
7008 | 7090 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
7009 | 7091 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
7010 | 7092 |
|
| 7093 | +jsesc@^3.0.2: |
| 7094 | + version "3.1.0" |
| 7095 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 7096 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 7097 | + |
7011 | 7098 | jsesc@~0.5.0: |
7012 | 7099 | version "0.5.0" |
7013 | 7100 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
@@ -7995,6 +8082,11 @@ picocolors@^1.0.0: |
7995 | 8082 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
7996 | 8083 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
7997 | 8084 |
|
| 8085 | +picocolors@^1.1.1: |
| 8086 | + version "1.1.1" |
| 8087 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 8088 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 8089 | + |
7998 | 8090 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: |
7999 | 8091 | version "2.3.1" |
8000 | 8092 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
|
0 commit comments