|
355 | 355 | "@nodelib/fs.scandir" "2.1.5"
|
356 | 356 | fastq "^1.6.0"
|
357 | 357 |
|
358 |
| -"@pkgjs/parseargs@^0.11.0": |
359 |
| - version "0.11.0" |
360 |
| - resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" |
361 |
| - integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== |
362 |
| - |
363 | 358 | "@polka/url@^1.0.0-next.24":
|
364 | 359 | version "1.0.0-next.29"
|
365 | 360 | resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.29.tgz#5a40109a1ab5f84d6fd8fc928b19f367cbe7e7b1"
|
@@ -1070,17 +1065,17 @@ glob-parent@^5.1.2:
|
1070 | 1065 | dependencies:
|
1071 | 1066 | is-glob "^4.0.1"
|
1072 | 1067 |
|
1073 |
| -glob@^10.3.7: |
1074 |
| - version "10.4.5" |
1075 |
| - resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" |
1076 |
| - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== |
| 1068 | +glob@^11.0.0: |
| 1069 | + version "11.0.2" |
| 1070 | + resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0" |
| 1071 | + integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ== |
1077 | 1072 | dependencies:
|
1078 | 1073 | foreground-child "^3.1.0"
|
1079 |
| - jackspeak "^3.1.2" |
1080 |
| - minimatch "^9.0.4" |
| 1074 | + jackspeak "^4.0.1" |
| 1075 | + minimatch "^10.0.0" |
1081 | 1076 | minipass "^7.1.2"
|
1082 | 1077 | package-json-from-dist "^1.0.0"
|
1083 |
| - path-scurry "^1.11.1" |
| 1078 | + path-scurry "^2.0.0" |
1084 | 1079 |
|
1085 | 1080 | globby@^11.0.1:
|
1086 | 1081 | version "11.1.0"
|
@@ -1209,14 +1204,12 @@ isexe@^2.0.0:
|
1209 | 1204 | resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
1210 | 1205 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
1211 | 1206 |
|
1212 |
| -jackspeak@^3.1.2: |
1213 |
| - version "3.4.3" |
1214 |
| - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" |
1215 |
| - integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== |
| 1207 | +jackspeak@^4.0.1: |
| 1208 | + version "4.1.0" |
| 1209 | + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b" |
| 1210 | + integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw== |
1216 | 1211 | dependencies:
|
1217 | 1212 | "@isaacs/cliui" "^8.0.2"
|
1218 |
| - optionalDependencies: |
1219 |
| - "@pkgjs/parseargs" "^0.11.0" |
1220 | 1213 |
|
1221 | 1214 | jest-diff@^29.0.3:
|
1222 | 1215 | version "29.7.0"
|
@@ -1278,10 +1271,10 @@ loupe@^3.1.0, loupe@^3.1.2:
|
1278 | 1271 | resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.3.tgz#042a8f7986d77f3d0f98ef7990a2b2fef18b0fd2"
|
1279 | 1272 | integrity sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==
|
1280 | 1273 |
|
1281 |
| -lru-cache@^10.2.0: |
1282 |
| - version "10.4.3" |
1283 |
| - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" |
1284 |
| - integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== |
| 1274 | +lru-cache@^11.0.0: |
| 1275 | + version "11.1.0" |
| 1276 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117" |
| 1277 | + integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A== |
1285 | 1278 |
|
1286 | 1279 | lru-cache@^6.0.0:
|
1287 | 1280 | version "6.0.0"
|
@@ -1343,10 +1336,10 @@ min-indent@^1.0.0:
|
1343 | 1336 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
1344 | 1337 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
1345 | 1338 |
|
1346 |
| -minimatch@^9.0.4: |
1347 |
| - version "9.0.5" |
1348 |
| - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
1349 |
| - integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 1339 | +minimatch@^10.0.0: |
| 1340 | + version "10.0.1" |
| 1341 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" |
| 1342 | + integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== |
1350 | 1343 | dependencies:
|
1351 | 1344 | brace-expansion "^2.0.1"
|
1352 | 1345 |
|
|
1359 | 1352 | is-plain-obj "^1.1.0"
|
1360 | 1353 | kind-of "^6.0.3"
|
1361 | 1354 |
|
1362 |
| -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: |
| 1355 | +minipass@^7.1.2: |
1363 | 1356 | version "7.1.2"
|
1364 | 1357 | resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
|
1365 | 1358 | integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
|
@@ -1455,13 +1448,13 @@ path-parse@^1.0.7:
|
1455 | 1448 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
1456 | 1449 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
1457 | 1450 |
|
1458 |
| -path-scurry@^1.11.1: |
1459 |
| - version "1.11.1" |
1460 |
| - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" |
1461 |
| - integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== |
| 1451 | +path-scurry@^2.0.0: |
| 1452 | + version "2.0.0" |
| 1453 | + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580" |
| 1454 | + integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg== |
1462 | 1455 | dependencies:
|
1463 |
| - lru-cache "^10.2.0" |
1464 |
| - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
| 1456 | + lru-cache "^11.0.0" |
| 1457 | + minipass "^7.1.2" |
1465 | 1458 |
|
1466 | 1459 | path-type@^4.0.0:
|
1467 | 1460 | version "4.0.0"
|
@@ -1596,12 +1589,13 @@ reusify@^1.0.4:
|
1596 | 1589 | resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
|
1597 | 1590 | integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
|
1598 | 1591 |
|
1599 |
| -rimraf@5.0.10: |
1600 |
| - version "5.0.10" |
1601 |
| - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c" |
1602 |
| - integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ== |
| 1592 | +rimraf@6.0.1: |
| 1593 | + version "6.0.1" |
| 1594 | + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e" |
| 1595 | + integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A== |
1603 | 1596 | dependencies:
|
1604 |
| - glob "^10.3.7" |
| 1597 | + glob "^11.0.0" |
| 1598 | + package-json-from-dist "^1.0.0" |
1605 | 1599 |
|
1606 | 1600 | rollup-pluginutils@^2.8.2:
|
1607 | 1601 | version "2.8.2"
|
|
0 commit comments