|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.22.5"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.24.6": |
| 21 | + version "7.24.6" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" |
| 23 | + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.24.6" |
| 26 | + picocolors "^1.0.0" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
21 | 29 | version "7.22.9"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
|
43 | 51 | json5 "^2.2.2"
|
44 | 52 | semver "^6.3.1"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.20.0", "@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
| 54 | +"@babel/generator@^7.20.0", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2": |
47 | 55 | version "7.22.9"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
|
49 | 57 | integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.24.6": |
| 65 | + version "7.24.6" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" |
| 67 | + integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.24.6" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-annotate-as-pure@^7.22.5":
|
57 | 75 | version "7.22.5"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
138 | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
139 | 157 | integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
140 | 158 |
|
| 159 | +"@babel/helper-environment-visitor@^7.24.6": |
| 160 | + version "7.24.6" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" |
| 162 | + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== |
| 163 | + |
141 | 164 | "@babel/helper-function-name@^7.22.5":
|
142 | 165 | version "7.22.5"
|
143 | 166 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
|
|
146 | 169 | "@babel/template" "^7.22.5"
|
147 | 170 | "@babel/types" "^7.22.5"
|
148 | 171 |
|
| 172 | +"@babel/helper-function-name@^7.24.6": |
| 173 | + version "7.24.6" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" |
| 175 | + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== |
| 176 | + dependencies: |
| 177 | + "@babel/template" "^7.24.6" |
| 178 | + "@babel/types" "^7.24.6" |
| 179 | + |
149 | 180 | "@babel/helper-hoist-variables@^7.22.5":
|
150 | 181 | version "7.22.5"
|
151 | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
152 | 183 | integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
|
153 | 184 | dependencies:
|
154 | 185 | "@babel/types" "^7.22.5"
|
155 | 186 |
|
| 187 | +"@babel/helper-hoist-variables@^7.24.6": |
| 188 | + version "7.24.6" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" |
| 190 | + integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== |
| 191 | + dependencies: |
| 192 | + "@babel/types" "^7.24.6" |
| 193 | + |
156 | 194 | "@babel/helper-member-expression-to-functions@^7.22.15":
|
157 | 195 | version "7.23.0"
|
158 | 196 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
|
|
254 | 292 | dependencies:
|
255 | 293 | "@babel/types" "^7.22.5"
|
256 | 294 |
|
| 295 | +"@babel/helper-split-export-declaration@^7.24.6": |
| 296 | + version "7.24.6" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" |
| 298 | + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== |
| 299 | + dependencies: |
| 300 | + "@babel/types" "^7.24.6" |
| 301 | + |
257 | 302 | "@babel/helper-string-parser@^7.22.5":
|
258 | 303 | version "7.22.5"
|
259 | 304 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
260 | 305 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
261 | 306 |
|
| 307 | +"@babel/helper-string-parser@^7.24.6": |
| 308 | + version "7.24.6" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" |
| 310 | + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== |
| 311 | + |
262 | 312 | "@babel/helper-validator-identifier@^7.22.20":
|
263 | 313 | version "7.22.20"
|
264 | 314 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
269 | 319 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
270 | 320 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
|
271 | 321 |
|
| 322 | +"@babel/helper-validator-identifier@^7.24.6": |
| 323 | + version "7.24.6" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" |
| 325 | + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== |
| 326 | + |
272 | 327 | "@babel/helper-validator-option@^7.22.15":
|
273 | 328 | version "7.22.15"
|
274 | 329 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
|
306 | 361 | chalk "^2.0.0"
|
307 | 362 | js-tokens "^4.0.0"
|
308 | 363 |
|
| 364 | +"@babel/highlight@^7.24.6": |
| 365 | + version "7.24.6" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" |
| 367 | + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== |
| 368 | + dependencies: |
| 369 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 370 | + chalk "^2.4.2" |
| 371 | + js-tokens "^4.0.0" |
| 372 | + picocolors "^1.0.0" |
| 373 | + |
309 | 374 | "@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
|
310 | 375 | version "7.22.7"
|
311 | 376 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
|
312 | 377 | integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
|
313 | 378 |
|
| 379 | +"@babel/parser@^7.24.6": |
| 380 | + version "7.24.6" |
| 381 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" |
| 382 | + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== |
| 383 | + |
314 | 384 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
|
315 | 385 | version "7.22.5"
|
316 | 386 | 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.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
|
|
1218 | 1288 | "@babel/parser" "^7.22.5"
|
1219 | 1289 | "@babel/types" "^7.22.5"
|
1220 | 1290 |
|
1221 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
1222 |
| - version "7.22.8" |
1223 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
1224 |
| - integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
| 1291 | +"@babel/template@^7.24.6": |
| 1292 | + version "7.24.6" |
| 1293 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" |
| 1294 | + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== |
1225 | 1295 | dependencies:
|
1226 |
| - "@babel/code-frame" "^7.22.5" |
1227 |
| - "@babel/generator" "^7.22.7" |
1228 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1229 |
| - "@babel/helper-function-name" "^7.22.5" |
1230 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
1231 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
1232 |
| - "@babel/parser" "^7.22.7" |
1233 |
| - "@babel/types" "^7.22.5" |
1234 |
| - debug "^4.1.0" |
| 1296 | + "@babel/code-frame" "^7.24.6" |
| 1297 | + "@babel/parser" "^7.24.6" |
| 1298 | + "@babel/types" "^7.24.6" |
| 1299 | + |
| 1300 | +"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
| 1301 | + version "7.24.6" |
| 1302 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" |
| 1303 | + integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== |
| 1304 | + dependencies: |
| 1305 | + "@babel/code-frame" "^7.24.6" |
| 1306 | + "@babel/generator" "^7.24.6" |
| 1307 | + "@babel/helper-environment-visitor" "^7.24.6" |
| 1308 | + "@babel/helper-function-name" "^7.24.6" |
| 1309 | + "@babel/helper-hoist-variables" "^7.24.6" |
| 1310 | + "@babel/helper-split-export-declaration" "^7.24.6" |
| 1311 | + "@babel/parser" "^7.24.6" |
| 1312 | + "@babel/types" "^7.24.6" |
| 1313 | + debug "^4.3.1" |
1235 | 1314 | globals "^11.1.0"
|
1236 | 1315 |
|
1237 | 1316 | "@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
|
1252 | 1331 | "@babel/helper-validator-identifier" "^7.22.20"
|
1253 | 1332 | to-fast-properties "^2.0.0"
|
1254 | 1333 |
|
| 1334 | +"@babel/types@^7.24.6": |
| 1335 | + version "7.24.6" |
| 1336 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
| 1337 | + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== |
| 1338 | + dependencies: |
| 1339 | + "@babel/helper-string-parser" "^7.24.6" |
| 1340 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 1341 | + to-fast-properties "^2.0.0" |
| 1342 | + |
1255 | 1343 | "@bcoe/v8-coverage@^0.2.3":
|
1256 | 1344 | version "0.2.3"
|
1257 | 1345 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1609 | 1697 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1610 | 1698 | "@jridgewell/trace-mapping" "^0.3.9"
|
1611 | 1699 |
|
| 1700 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1701 | + version "0.3.5" |
| 1702 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1703 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1704 | + dependencies: |
| 1705 | + "@jridgewell/set-array" "^1.2.1" |
| 1706 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1707 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1708 | + |
1612 | 1709 | "@jridgewell/resolve-uri@3.1.0":
|
1613 | 1710 | version "3.1.0"
|
1614 | 1711 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1615 | 1712 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1616 | 1713 |
|
| 1714 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1715 | + version "3.1.2" |
| 1716 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1717 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1718 | + |
1617 | 1719 | "@jridgewell/set-array@^1.0.1":
|
1618 | 1720 | version "1.1.2"
|
1619 | 1721 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
1620 | 1722 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
1621 | 1723 |
|
| 1724 | +"@jridgewell/set-array@^1.2.1": |
| 1725 | + version "1.2.1" |
| 1726 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1727 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1728 | + |
1622 | 1729 | "@jridgewell/source-map@^0.3.3":
|
1623 | 1730 | version "0.3.5"
|
1624 | 1731 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91"
|
|
1632 | 1739 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1633 | 1740 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1634 | 1741 |
|
1635 |
| -"@jridgewell/sourcemap-codec@^1.4.10": |
| 1742 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
1636 | 1743 | version "1.4.15"
|
1637 | 1744 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
1638 | 1745 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1645 | 1752 | "@jridgewell/resolve-uri" "3.1.0"
|
1646 | 1753 | "@jridgewell/sourcemap-codec" "1.4.14"
|
1647 | 1754 |
|
| 1755 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1756 | + version "0.3.25" |
| 1757 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1758 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1759 | + dependencies: |
| 1760 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1761 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1762 | + |
1648 | 1763 | "@react-aria/checkbox@^3.2.1":
|
1649 | 1764 | version "3.9.2"
|
1650 | 1765 | resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.9.2.tgz#bb21d2d6142f8ab169f40720c42e9c3eec22da51"
|
@@ -3409,7 +3524,7 @@ caniuse-lite@^1.0.30001517:
|
3409 | 3524 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#3e7b8b8a7077e78b0eb054d69e6edf5c7df35601"
|
3410 | 3525 | integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==
|
3411 | 3526 |
|
3412 |
| -chalk@^2.0.0: |
| 3527 | +chalk@^2.0.0, chalk@^2.4.2: |
3413 | 3528 | version "2.4.2"
|
3414 | 3529 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3415 | 3530 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -3730,7 +3845,7 @@ debug@2.6.9, debug@^2.2.0:
|
3730 | 3845 | dependencies:
|
3731 | 3846 | ms "2.0.0"
|
3732 | 3847 |
|
3733 |
| -debug@^4.1.0, debug@^4.1.1: |
| 3848 | +debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: |
3734 | 3849 | version "4.3.4"
|
3735 | 3850 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
3736 | 3851 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
@@ -4469,8 +4584,7 @@ inline-style-prefixer@^6.0.1:
|
4469 | 4584 | resolved "https://codeload.github.com/Instabug/Instabug-React-Native-NDK/tar.gz/3b0bac281253133852d32f52aa50cc805dd0b570"
|
4470 | 4585 |
|
4471 | 4586 | "instabug-reactnative@link:../..":
|
4472 |
| - version "0.0.0" |
4473 |
| - uid "" |
| 4587 | + version "13.0.5" |
4474 | 4588 |
|
4475 | 4589 | intl-messageformat@^10.1.0:
|
4476 | 4590 | version "10.5.0"
|
|
0 commit comments