@salesforce/cli 2.133.2 → 2.133.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +143 -143
- package/npm-shrinkwrap.json +2304 -2658
- package/oclif.lock +891 -1014
- package/oclif.manifest.json +24 -3
- package/package.json +29 -29
package/oclif.lock
CHANGED
|
@@ -1091,6 +1091,11 @@
|
|
|
1091
1091
|
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz"
|
|
1092
1092
|
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
|
|
1093
1093
|
|
|
1094
|
+
"@gar/promise-retry@^1.0.0", "@gar/promise-retry@^1.0.2":
|
|
1095
|
+
version "1.0.3"
|
|
1096
|
+
resolved "https://registry.npmjs.org/@gar/promise-retry/-/promise-retry-1.0.3.tgz"
|
|
1097
|
+
integrity sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA==
|
|
1098
|
+
|
|
1094
1099
|
"@humanwhocodes/config-array@^0.11.14":
|
|
1095
1100
|
version "0.11.14"
|
|
1096
1101
|
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz"
|
|
@@ -1120,6 +1125,11 @@
|
|
|
1120
1125
|
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz"
|
|
1121
1126
|
integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
|
|
1122
1127
|
|
|
1128
|
+
"@inquirer/ansi@^2.0.5":
|
|
1129
|
+
version "2.0.5"
|
|
1130
|
+
resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz"
|
|
1131
|
+
integrity sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==
|
|
1132
|
+
|
|
1123
1133
|
"@inquirer/checkbox@^2.5.0":
|
|
1124
1134
|
version "2.5.0"
|
|
1125
1135
|
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz"
|
|
@@ -1158,6 +1168,14 @@
|
|
|
1158
1168
|
"@inquirer/core" "^10.3.2"
|
|
1159
1169
|
"@inquirer/type" "^3.0.10"
|
|
1160
1170
|
|
|
1171
|
+
"@inquirer/confirm@^6.0.12":
|
|
1172
|
+
version "6.0.12"
|
|
1173
|
+
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz"
|
|
1174
|
+
integrity sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==
|
|
1175
|
+
dependencies:
|
|
1176
|
+
"@inquirer/core" "^11.1.9"
|
|
1177
|
+
"@inquirer/type" "^4.0.5"
|
|
1178
|
+
|
|
1161
1179
|
"@inquirer/core@^10.3.2":
|
|
1162
1180
|
version "10.3.2"
|
|
1163
1181
|
resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz"
|
|
@@ -1172,6 +1190,19 @@
|
|
|
1172
1190
|
wrap-ansi "^6.2.0"
|
|
1173
1191
|
yoctocolors-cjs "^2.1.3"
|
|
1174
1192
|
|
|
1193
|
+
"@inquirer/core@^11.1.9":
|
|
1194
|
+
version "11.1.9"
|
|
1195
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz"
|
|
1196
|
+
integrity sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==
|
|
1197
|
+
dependencies:
|
|
1198
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1199
|
+
"@inquirer/figures" "^2.0.5"
|
|
1200
|
+
"@inquirer/type" "^4.0.5"
|
|
1201
|
+
cli-width "^4.1.0"
|
|
1202
|
+
fast-wrap-ansi "^0.2.0"
|
|
1203
|
+
mute-stream "^3.0.0"
|
|
1204
|
+
signal-exit "^4.1.0"
|
|
1205
|
+
|
|
1175
1206
|
"@inquirer/core@^3.1.1":
|
|
1176
1207
|
version "3.1.2"
|
|
1177
1208
|
resolved "https://registry.npmjs.org/@inquirer/core/-/core-3.1.2.tgz"
|
|
@@ -1241,6 +1272,11 @@
|
|
|
1241
1272
|
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz"
|
|
1242
1273
|
integrity sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==
|
|
1243
1274
|
|
|
1275
|
+
"@inquirer/figures@^2.0.5":
|
|
1276
|
+
version "2.0.5"
|
|
1277
|
+
resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz"
|
|
1278
|
+
integrity sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==
|
|
1279
|
+
|
|
1244
1280
|
"@inquirer/input@^2.2.4", "@inquirer/input@^2.3.0":
|
|
1245
1281
|
version "2.3.0"
|
|
1246
1282
|
resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz"
|
|
@@ -1283,6 +1319,15 @@
|
|
|
1283
1319
|
"@inquirer/core" "^10.3.2"
|
|
1284
1320
|
"@inquirer/type" "^3.0.10"
|
|
1285
1321
|
|
|
1322
|
+
"@inquirer/password@^5.0.12":
|
|
1323
|
+
version "5.0.12"
|
|
1324
|
+
resolved "https://registry.npmjs.org/@inquirer/password/-/password-5.0.12.tgz"
|
|
1325
|
+
integrity sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==
|
|
1326
|
+
dependencies:
|
|
1327
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1328
|
+
"@inquirer/core" "^11.1.9"
|
|
1329
|
+
"@inquirer/type" "^4.0.5"
|
|
1330
|
+
|
|
1286
1331
|
"@inquirer/prompts@^7.10.1", "@inquirer/prompts@^7.8.3":
|
|
1287
1332
|
version "7.10.1"
|
|
1288
1333
|
resolved "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz"
|
|
@@ -1359,6 +1404,11 @@
|
|
|
1359
1404
|
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz"
|
|
1360
1405
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1361
1406
|
|
|
1407
|
+
"@inquirer/type@^4.0.5":
|
|
1408
|
+
version "4.0.5"
|
|
1409
|
+
resolved "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz"
|
|
1410
|
+
integrity sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==
|
|
1411
|
+
|
|
1362
1412
|
"@isaacs/cliui@^8.0.2":
|
|
1363
1413
|
version "8.0.2"
|
|
1364
1414
|
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
|
|
@@ -1531,182 +1581,178 @@
|
|
|
1531
1581
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1532
1582
|
fastq "^1.6.0"
|
|
1533
1583
|
|
|
1534
|
-
"@npmcli/agent@^
|
|
1535
|
-
version "
|
|
1536
|
-
resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-
|
|
1537
|
-
integrity sha512-
|
|
1584
|
+
"@npmcli/agent@^4.0.0":
|
|
1585
|
+
version "4.0.0"
|
|
1586
|
+
resolved "https://registry.npmjs.org/@npmcli/agent/-/agent-4.0.0.tgz"
|
|
1587
|
+
integrity sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==
|
|
1538
1588
|
dependencies:
|
|
1539
1589
|
agent-base "^7.1.0"
|
|
1540
1590
|
http-proxy-agent "^7.0.0"
|
|
1541
1591
|
https-proxy-agent "^7.0.1"
|
|
1542
|
-
lru-cache "^
|
|
1592
|
+
lru-cache "^11.2.1"
|
|
1543
1593
|
socks-proxy-agent "^8.0.3"
|
|
1544
1594
|
|
|
1545
|
-
"@npmcli/arborist@^
|
|
1546
|
-
version "
|
|
1547
|
-
resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-
|
|
1548
|
-
integrity sha512-
|
|
1595
|
+
"@npmcli/arborist@^9.4.3":
|
|
1596
|
+
version "9.4.3"
|
|
1597
|
+
resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-9.4.3.tgz"
|
|
1598
|
+
integrity sha512-YhkR7XFdO7OBr8U1qs7DA7PmhSJXg59rLqd53jmeJ4pYe8WTCAsUZsKqxX7KKPEgAO5K7D/SjbyPUrBes9aP6Q==
|
|
1549
1599
|
dependencies:
|
|
1600
|
+
"@gar/promise-retry" "^1.0.0"
|
|
1550
1601
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
1551
|
-
"@npmcli/fs" "^
|
|
1552
|
-
"@npmcli/installed-package-contents" "^
|
|
1553
|
-
"@npmcli/map-workspaces" "^
|
|
1554
|
-
"@npmcli/metavuln-calculator" "^
|
|
1555
|
-
"@npmcli/name-from-folder" "^
|
|
1556
|
-
"@npmcli/node-gyp" "^
|
|
1557
|
-
"@npmcli/package-json" "^
|
|
1558
|
-
"@npmcli/query" "^
|
|
1559
|
-
"@npmcli/redact" "^
|
|
1560
|
-
"@npmcli/run-script" "^
|
|
1561
|
-
bin-links "^
|
|
1562
|
-
cacache "^
|
|
1563
|
-
common-ancestor-path "^
|
|
1564
|
-
hosted-git-info "^
|
|
1565
|
-
json-parse-even-better-errors "^4.0.0"
|
|
1602
|
+
"@npmcli/fs" "^5.0.0"
|
|
1603
|
+
"@npmcli/installed-package-contents" "^4.0.0"
|
|
1604
|
+
"@npmcli/map-workspaces" "^5.0.0"
|
|
1605
|
+
"@npmcli/metavuln-calculator" "^9.0.2"
|
|
1606
|
+
"@npmcli/name-from-folder" "^4.0.0"
|
|
1607
|
+
"@npmcli/node-gyp" "^5.0.0"
|
|
1608
|
+
"@npmcli/package-json" "^7.0.0"
|
|
1609
|
+
"@npmcli/query" "^5.0.0"
|
|
1610
|
+
"@npmcli/redact" "^4.0.0"
|
|
1611
|
+
"@npmcli/run-script" "^10.0.0"
|
|
1612
|
+
bin-links "^6.0.0"
|
|
1613
|
+
cacache "^20.0.1"
|
|
1614
|
+
common-ancestor-path "^2.0.0"
|
|
1615
|
+
hosted-git-info "^9.0.0"
|
|
1566
1616
|
json-stringify-nice "^1.1.4"
|
|
1567
|
-
lru-cache "^
|
|
1568
|
-
minimatch "^
|
|
1569
|
-
nopt "^
|
|
1570
|
-
npm-install-checks "^
|
|
1571
|
-
npm-package-arg "^
|
|
1572
|
-
npm-pick-manifest "^
|
|
1573
|
-
npm-registry-fetch "^
|
|
1574
|
-
pacote "^
|
|
1575
|
-
parse-conflict-json "^
|
|
1576
|
-
proc-log "^
|
|
1577
|
-
proggy "^
|
|
1617
|
+
lru-cache "^11.2.1"
|
|
1618
|
+
minimatch "^10.0.3"
|
|
1619
|
+
nopt "^9.0.0"
|
|
1620
|
+
npm-install-checks "^8.0.0"
|
|
1621
|
+
npm-package-arg "^13.0.0"
|
|
1622
|
+
npm-pick-manifest "^11.0.1"
|
|
1623
|
+
npm-registry-fetch "^19.0.0"
|
|
1624
|
+
pacote "^21.0.2"
|
|
1625
|
+
parse-conflict-json "^5.0.1"
|
|
1626
|
+
proc-log "^6.0.0"
|
|
1627
|
+
proggy "^4.0.0"
|
|
1578
1628
|
promise-all-reject-late "^1.0.0"
|
|
1579
1629
|
promise-call-limit "^3.0.1"
|
|
1580
|
-
promise-retry "^2.0.1"
|
|
1581
|
-
read-package-json-fast "^4.0.0"
|
|
1582
1630
|
semver "^7.3.7"
|
|
1583
|
-
ssri "^
|
|
1631
|
+
ssri "^13.0.0"
|
|
1584
1632
|
treeverse "^3.0.0"
|
|
1585
|
-
walk-up-path "^
|
|
1633
|
+
walk-up-path "^4.0.0"
|
|
1586
1634
|
|
|
1587
|
-
"@npmcli/config@^
|
|
1588
|
-
version "
|
|
1589
|
-
resolved "https://registry.npmjs.org/@npmcli/config/-/config-
|
|
1590
|
-
integrity sha512-
|
|
1635
|
+
"@npmcli/config@^10.8.1":
|
|
1636
|
+
version "10.8.1"
|
|
1637
|
+
resolved "https://registry.npmjs.org/@npmcli/config/-/config-10.8.1.tgz"
|
|
1638
|
+
integrity sha512-MAYk9IlIGiyC0c9fnjdBSQfIFPZT0g1MfeSiD1UXTq2zJOLX55jS9/sETJHqw/7LN18JjITrhYfgCfapbmZHiQ==
|
|
1591
1639
|
dependencies:
|
|
1592
|
-
"@npmcli/map-workspaces" "^
|
|
1593
|
-
"@npmcli/package-json" "^
|
|
1640
|
+
"@npmcli/map-workspaces" "^5.0.0"
|
|
1641
|
+
"@npmcli/package-json" "^7.0.0"
|
|
1594
1642
|
ci-info "^4.0.0"
|
|
1595
|
-
ini "^
|
|
1596
|
-
nopt "^
|
|
1597
|
-
proc-log "^
|
|
1643
|
+
ini "^6.0.0"
|
|
1644
|
+
nopt "^9.0.0"
|
|
1645
|
+
proc-log "^6.0.0"
|
|
1598
1646
|
semver "^7.3.5"
|
|
1599
|
-
walk-up-path "^
|
|
1647
|
+
walk-up-path "^4.0.0"
|
|
1600
1648
|
|
|
1601
|
-
"@npmcli/fs@^
|
|
1602
|
-
version "
|
|
1603
|
-
resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-
|
|
1604
|
-
integrity sha512
|
|
1649
|
+
"@npmcli/fs@^5.0.0":
|
|
1650
|
+
version "5.0.0"
|
|
1651
|
+
resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-5.0.0.tgz"
|
|
1652
|
+
integrity sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==
|
|
1605
1653
|
dependencies:
|
|
1606
1654
|
semver "^7.3.5"
|
|
1607
1655
|
|
|
1608
|
-
"@npmcli/git@^
|
|
1609
|
-
version "
|
|
1610
|
-
resolved "https://registry.npmjs.org/@npmcli/git/-/git-
|
|
1611
|
-
integrity sha512-
|
|
1612
|
-
dependencies:
|
|
1613
|
-
"@
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
promise-retry "^2.0.1"
|
|
1656
|
+
"@npmcli/git@^7.0.0":
|
|
1657
|
+
version "7.0.2"
|
|
1658
|
+
resolved "https://registry.npmjs.org/@npmcli/git/-/git-7.0.2.tgz"
|
|
1659
|
+
integrity sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==
|
|
1660
|
+
dependencies:
|
|
1661
|
+
"@gar/promise-retry" "^1.0.0"
|
|
1662
|
+
"@npmcli/promise-spawn" "^9.0.0"
|
|
1663
|
+
ini "^6.0.0"
|
|
1664
|
+
lru-cache "^11.2.1"
|
|
1665
|
+
npm-pick-manifest "^11.0.1"
|
|
1666
|
+
proc-log "^6.0.0"
|
|
1620
1667
|
semver "^7.3.5"
|
|
1621
|
-
which "^
|
|
1668
|
+
which "^6.0.0"
|
|
1622
1669
|
|
|
1623
|
-
"@npmcli/installed-package-contents@^
|
|
1624
|
-
version "
|
|
1625
|
-
resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-
|
|
1626
|
-
integrity sha512-
|
|
1670
|
+
"@npmcli/installed-package-contents@^4.0.0":
|
|
1671
|
+
version "4.0.0"
|
|
1672
|
+
resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-4.0.0.tgz"
|
|
1673
|
+
integrity sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==
|
|
1627
1674
|
dependencies:
|
|
1628
|
-
npm-bundled "^
|
|
1629
|
-
npm-normalize-package-bin "^
|
|
1675
|
+
npm-bundled "^5.0.0"
|
|
1676
|
+
npm-normalize-package-bin "^5.0.0"
|
|
1630
1677
|
|
|
1631
|
-
"@npmcli/map-workspaces@^
|
|
1632
|
-
version "
|
|
1633
|
-
resolved "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-
|
|
1634
|
-
integrity sha512-
|
|
1678
|
+
"@npmcli/map-workspaces@^5.0.0", "@npmcli/map-workspaces@^5.0.3":
|
|
1679
|
+
version "5.0.3"
|
|
1680
|
+
resolved "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-5.0.3.tgz"
|
|
1681
|
+
integrity sha512-o2grssXo1e774E5OtEwwrgoszYRh0lqkJH+Pb9r78UcqdGJRDRfhpM8DvZPjzNLLNYeD/rNbjOKM3Ss5UABROw==
|
|
1635
1682
|
dependencies:
|
|
1636
|
-
"@npmcli/name-from-folder" "^
|
|
1637
|
-
"@npmcli/package-json" "^
|
|
1638
|
-
glob "^
|
|
1639
|
-
minimatch "^
|
|
1683
|
+
"@npmcli/name-from-folder" "^4.0.0"
|
|
1684
|
+
"@npmcli/package-json" "^7.0.0"
|
|
1685
|
+
glob "^13.0.0"
|
|
1686
|
+
minimatch "^10.0.3"
|
|
1640
1687
|
|
|
1641
|
-
"@npmcli/metavuln-calculator@^
|
|
1642
|
-
version "
|
|
1643
|
-
resolved "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-
|
|
1644
|
-
integrity sha512-
|
|
1688
|
+
"@npmcli/metavuln-calculator@^9.0.2", "@npmcli/metavuln-calculator@^9.0.3":
|
|
1689
|
+
version "9.0.3"
|
|
1690
|
+
resolved "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-9.0.3.tgz"
|
|
1691
|
+
integrity sha512-94GLSYhLXF2t2LAC7pDwLaM4uCARzxShyAQKsirmlNcpidH89VA4/+K1LbJmRMgz5gy65E/QBBWQdUvGLe2Frg==
|
|
1645
1692
|
dependencies:
|
|
1646
|
-
cacache "^
|
|
1647
|
-
json-parse-even-better-errors "^
|
|
1648
|
-
pacote "^
|
|
1649
|
-
proc-log "^
|
|
1693
|
+
cacache "^20.0.0"
|
|
1694
|
+
json-parse-even-better-errors "^5.0.0"
|
|
1695
|
+
pacote "^21.0.0"
|
|
1696
|
+
proc-log "^6.0.0"
|
|
1650
1697
|
semver "^7.3.5"
|
|
1651
1698
|
|
|
1652
|
-
"@npmcli/name-from-folder@^
|
|
1653
|
-
version "3.0.0"
|
|
1654
|
-
resolved "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz"
|
|
1655
|
-
integrity sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==
|
|
1656
|
-
|
|
1657
|
-
"@npmcli/node-gyp@^4.0.0":
|
|
1699
|
+
"@npmcli/name-from-folder@^4.0.0":
|
|
1658
1700
|
version "4.0.0"
|
|
1659
|
-
resolved "https://registry.npmjs.org/@npmcli/
|
|
1660
|
-
integrity sha512
|
|
1701
|
+
resolved "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-4.0.0.tgz"
|
|
1702
|
+
integrity sha512-qfrhVlOSqmKM8i6rkNdZzABj8MKEITGFAY+4teqBziksCQAOLutiAxM1wY2BKEd8KjUSpWmWCYxvXr0y4VTlPg==
|
|
1661
1703
|
|
|
1662
|
-
"@npmcli/
|
|
1663
|
-
version "
|
|
1664
|
-
resolved "https://registry.npmjs.org/@npmcli/
|
|
1665
|
-
integrity sha512-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1704
|
+
"@npmcli/node-gyp@^5.0.0":
|
|
1705
|
+
version "5.0.0"
|
|
1706
|
+
resolved "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-5.0.0.tgz"
|
|
1707
|
+
integrity sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==
|
|
1708
|
+
|
|
1709
|
+
"@npmcli/package-json@^7.0.0", "@npmcli/package-json@^7.0.5":
|
|
1710
|
+
version "7.0.5"
|
|
1711
|
+
resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-7.0.5.tgz"
|
|
1712
|
+
integrity sha512-iVuTlG3ORq2iaVa1IWUxAO/jIp77tUKBhoMjuzYW2kL4MLN1bi/ofqkZ7D7OOwh8coAx1/S2ge0rMdGv8sLSOQ==
|
|
1713
|
+
dependencies:
|
|
1714
|
+
"@npmcli/git" "^7.0.0"
|
|
1715
|
+
glob "^13.0.0"
|
|
1716
|
+
hosted-git-info "^9.0.0"
|
|
1717
|
+
json-parse-even-better-errors "^5.0.0"
|
|
1718
|
+
proc-log "^6.0.0"
|
|
1672
1719
|
semver "^7.5.3"
|
|
1673
|
-
|
|
1720
|
+
spdx-expression-parse "^4.0.0"
|
|
1674
1721
|
|
|
1675
|
-
"@npmcli/promise-spawn@^
|
|
1676
|
-
version "
|
|
1677
|
-
resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-
|
|
1678
|
-
integrity sha512-
|
|
1722
|
+
"@npmcli/promise-spawn@^9.0.0", "@npmcli/promise-spawn@^9.0.1":
|
|
1723
|
+
version "9.0.1"
|
|
1724
|
+
resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-9.0.1.tgz"
|
|
1725
|
+
integrity sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==
|
|
1679
1726
|
dependencies:
|
|
1680
|
-
which "^
|
|
1727
|
+
which "^6.0.0"
|
|
1681
1728
|
|
|
1682
|
-
"@npmcli/query@^
|
|
1683
|
-
version "
|
|
1684
|
-
resolved "https://registry.npmjs.org/@npmcli/query/-/query-
|
|
1685
|
-
integrity sha512-
|
|
1729
|
+
"@npmcli/query@^5.0.0":
|
|
1730
|
+
version "5.0.0"
|
|
1731
|
+
resolved "https://registry.npmjs.org/@npmcli/query/-/query-5.0.0.tgz"
|
|
1732
|
+
integrity sha512-8TZWfTQOsODpLqo9SVhVjHovmKXNpevHU0gO9e+y4V4fRIOneiXy0u0sMP9LmS71XivrEWfZWg50ReH4WRT4aQ==
|
|
1686
1733
|
dependencies:
|
|
1687
|
-
postcss-selector-parser "^
|
|
1734
|
+
postcss-selector-parser "^7.0.0"
|
|
1688
1735
|
|
|
1689
|
-
"@npmcli/redact@^
|
|
1690
|
-
version "
|
|
1691
|
-
resolved "https://registry.npmjs.org/@npmcli/redact/-/redact-
|
|
1692
|
-
integrity sha512-
|
|
1736
|
+
"@npmcli/redact@^4.0.0":
|
|
1737
|
+
version "4.0.0"
|
|
1738
|
+
resolved "https://registry.npmjs.org/@npmcli/redact/-/redact-4.0.0.tgz"
|
|
1739
|
+
integrity sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==
|
|
1693
1740
|
|
|
1694
|
-
"@npmcli/run-script@^
|
|
1695
|
-
version "
|
|
1696
|
-
resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-
|
|
1697
|
-
integrity sha512-
|
|
1741
|
+
"@npmcli/run-script@^10.0.0", "@npmcli/run-script@^10.0.4":
|
|
1742
|
+
version "10.0.4"
|
|
1743
|
+
resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-10.0.4.tgz"
|
|
1744
|
+
integrity sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg==
|
|
1698
1745
|
dependencies:
|
|
1699
|
-
"@npmcli/node-gyp" "^
|
|
1700
|
-
"@npmcli/package-json" "^
|
|
1701
|
-
"@npmcli/promise-spawn" "^
|
|
1702
|
-
node-gyp "^
|
|
1703
|
-
proc-log "^
|
|
1704
|
-
which "^5.0.0"
|
|
1746
|
+
"@npmcli/node-gyp" "^5.0.0"
|
|
1747
|
+
"@npmcli/package-json" "^7.0.0"
|
|
1748
|
+
"@npmcli/promise-spawn" "^9.0.0"
|
|
1749
|
+
node-gyp "^12.1.0"
|
|
1750
|
+
proc-log "^6.0.0"
|
|
1705
1751
|
|
|
1706
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.
|
|
1707
|
-
version "4.10.
|
|
1708
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1709
|
-
integrity sha512-
|
|
1752
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.10.6", "@oclif/core@^4.8.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.6":
|
|
1753
|
+
version "4.10.6"
|
|
1754
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.6.tgz"
|
|
1755
|
+
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
|
|
1710
1756
|
dependencies:
|
|
1711
1757
|
ansi-escapes "^4.3.2"
|
|
1712
1758
|
ansis "^3.17.0"
|
|
@@ -1764,10 +1810,10 @@
|
|
|
1764
1810
|
react "^18.3.1"
|
|
1765
1811
|
wrap-ansi "^9.0.2"
|
|
1766
1812
|
|
|
1767
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1768
|
-
version "3.2.
|
|
1769
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1770
|
-
integrity sha512-
|
|
1813
|
+
"@oclif/plugin-autocomplete@3.2.46":
|
|
1814
|
+
version "3.2.46"
|
|
1815
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.46.tgz"
|
|
1816
|
+
integrity sha512-TFvuD6JlmqEVsEvMqunyj3cyCz/l2Q4MqCjp/XtlSLS9x3xTlam7PGlqWi4WAhxl/K8CtpYqVlMYFEnlLTHspw==
|
|
1771
1817
|
dependencies:
|
|
1772
1818
|
"@oclif/core" "^4"
|
|
1773
1819
|
ansis "^3.16.0"
|
|
@@ -1799,32 +1845,32 @@
|
|
|
1799
1845
|
lodash "^4.18.1"
|
|
1800
1846
|
object-treeify "^4.0.1"
|
|
1801
1847
|
|
|
1802
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@6.2.
|
|
1803
|
-
version "6.2.
|
|
1804
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1805
|
-
integrity sha512-
|
|
1848
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@6.2.45":
|
|
1849
|
+
version "6.2.45"
|
|
1850
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.45.tgz"
|
|
1851
|
+
integrity sha512-avWOKYmjANtyu8ipju/kopIIrSrbS/scJjiZTpBp/HKEHNm46v5riOo5LQj6MZ4bYJVQEoyHPg/2Seig5Ilkjw==
|
|
1806
1852
|
dependencies:
|
|
1807
1853
|
"@oclif/core" "^4"
|
|
1808
1854
|
|
|
1809
|
-
"@oclif/plugin-not-found@^3.2.76", "@oclif/plugin-not-found@3.2.
|
|
1810
|
-
version "3.2.
|
|
1811
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1812
|
-
integrity sha512-
|
|
1855
|
+
"@oclif/plugin-not-found@^3.2.76", "@oclif/plugin-not-found@3.2.81":
|
|
1856
|
+
version "3.2.81"
|
|
1857
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.81.tgz"
|
|
1858
|
+
integrity sha512-M88tLONBH36hLAbkFbmCo1hoZPSdU5l8Px1xEIlIgSmGMam+CoAzx4kGqpLbokgfpaHeP8/Jx3QJ18u9ef/2Qw==
|
|
1813
1859
|
dependencies:
|
|
1814
1860
|
"@inquirer/prompts" "^7.10.1"
|
|
1815
|
-
"@oclif/core" "^4.10.
|
|
1861
|
+
"@oclif/core" "^4.10.6"
|
|
1816
1862
|
ansis "^3.17.0"
|
|
1817
1863
|
fast-levenshtein "^3.0.0"
|
|
1818
1864
|
|
|
1819
|
-
"@oclif/plugin-plugins@5.4.
|
|
1820
|
-
version "5.4.
|
|
1821
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1822
|
-
integrity sha512-
|
|
1865
|
+
"@oclif/plugin-plugins@5.4.62":
|
|
1866
|
+
version "5.4.62"
|
|
1867
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.62.tgz"
|
|
1868
|
+
integrity sha512-AFFKQpn/SHJE5ETiyQYBJjg7895WmvrBjEKvLWnJX+fNuOVSf6WLbiRqJI7kEaLUmmL8O1EtMcc18COxTOSgIw==
|
|
1823
1869
|
dependencies:
|
|
1824
1870
|
"@oclif/core" "^4.8.0"
|
|
1825
1871
|
ansis "^3.17.0"
|
|
1826
1872
|
debug "^4.4.0"
|
|
1827
|
-
npm "^
|
|
1873
|
+
npm "^11.13.0"
|
|
1828
1874
|
npm-package-arg "^11.0.3"
|
|
1829
1875
|
npm-run-path "^5.3.0"
|
|
1830
1876
|
object-treeify "^4.0.1"
|
|
@@ -1833,19 +1879,19 @@
|
|
|
1833
1879
|
which "^4.0.0"
|
|
1834
1880
|
yarn "^1.22.22"
|
|
1835
1881
|
|
|
1836
|
-
"@oclif/plugin-search@1.2.
|
|
1837
|
-
version "1.2.
|
|
1838
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
1839
|
-
integrity sha512-
|
|
1882
|
+
"@oclif/plugin-search@1.2.45":
|
|
1883
|
+
version "1.2.45"
|
|
1884
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.45.tgz"
|
|
1885
|
+
integrity sha512-UNy8lvLdl8aacGZbFoo9qNKr45EVxF8qt2FHOkATdEE/rXPPVT5v3+whgdw0bDXocsypyIyvuvarysZWhQRyHg==
|
|
1840
1886
|
dependencies:
|
|
1841
1887
|
"@oclif/core" "^4"
|
|
1842
1888
|
ansi-escapes "^7.3.0"
|
|
1843
1889
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1844
1890
|
|
|
1845
|
-
"@oclif/plugin-update@4.7.
|
|
1846
|
-
version "4.7.
|
|
1847
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1848
|
-
integrity sha512-
|
|
1891
|
+
"@oclif/plugin-update@4.7.33":
|
|
1892
|
+
version "4.7.33"
|
|
1893
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.33.tgz"
|
|
1894
|
+
integrity sha512-ygTzGkqF+EPOMx30RGs9R2Kyyn3pFXpacihX0NCzkZDfljOdbESfEd5usc9iod9gxasouqwoSIFm9Tdb4zMHNA==
|
|
1849
1895
|
dependencies:
|
|
1850
1896
|
"@inquirer/select" "^2.5.0"
|
|
1851
1897
|
"@oclif/core" "^4"
|
|
@@ -1866,10 +1912,10 @@
|
|
|
1866
1912
|
"@oclif/core" "^4"
|
|
1867
1913
|
ansis "^3.17.0"
|
|
1868
1914
|
|
|
1869
|
-
"@oclif/plugin-warn-if-update-available@^3.1.57", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1870
|
-
version "3.1.
|
|
1871
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1872
|
-
integrity sha512-
|
|
1915
|
+
"@oclif/plugin-warn-if-update-available@^3.1.57", "@oclif/plugin-warn-if-update-available@3.1.61":
|
|
1916
|
+
version "3.1.61"
|
|
1917
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.61.tgz"
|
|
1918
|
+
integrity sha512-4XcrTxcCs+brR/eZ0BPeuiREiH3USlJiaHbUqPhnIBuyxhhUSYVd8ZO6s5MQN7AXJq4SMQ+B5zLaHq+ep/afIw==
|
|
1873
1919
|
dependencies:
|
|
1874
1920
|
"@oclif/core" "^4"
|
|
1875
1921
|
ansis "^3.17.0"
|
|
@@ -1878,18 +1924,18 @@
|
|
|
1878
1924
|
lodash "^4.18.1"
|
|
1879
1925
|
registry-auth-token "^5.1.1"
|
|
1880
1926
|
|
|
1881
|
-
"@oclif/plugin-which@3.2.
|
|
1882
|
-
version "3.2.
|
|
1883
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1884
|
-
integrity sha512-
|
|
1927
|
+
"@oclif/plugin-which@3.2.50":
|
|
1928
|
+
version "3.2.50"
|
|
1929
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.50.tgz"
|
|
1930
|
+
integrity sha512-Yglue51/sQfnhsVE7jWm6Fsya4sLmXw9ldKx7e3VUT+OmJIys4pQirEHRsbVaA4fK1ms3jzwdDqG15Btd/x3Mw==
|
|
1885
1931
|
dependencies:
|
|
1886
1932
|
"@oclif/core" "^4"
|
|
1887
1933
|
ansis "^3.17.0"
|
|
1888
1934
|
|
|
1889
|
-
"@oclif/table@^0.5.
|
|
1890
|
-
version "0.5.
|
|
1891
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
1892
|
-
integrity sha512-
|
|
1935
|
+
"@oclif/table@^0.5.4", "@oclif/table@^0.5.5":
|
|
1936
|
+
version "0.5.5"
|
|
1937
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.5.tgz"
|
|
1938
|
+
integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
|
|
1893
1939
|
dependencies:
|
|
1894
1940
|
"@types/react" "^18.3.12"
|
|
1895
1941
|
change-case "^5.4.4"
|
|
@@ -1898,6 +1944,7 @@
|
|
|
1898
1944
|
natural-orderby "^3.0.2"
|
|
1899
1945
|
object-hash "^3.0.0"
|
|
1900
1946
|
react "^18.3.1"
|
|
1947
|
+
string-width "^8.2.0"
|
|
1901
1948
|
strip-ansi "^7.1.2"
|
|
1902
1949
|
wrap-ansi "^9.0.2"
|
|
1903
1950
|
|
|
@@ -2132,10 +2179,10 @@
|
|
|
2132
2179
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2133
2180
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2134
2181
|
|
|
2135
|
-
"@salesforce/agents@^1.
|
|
2136
|
-
version "1.
|
|
2137
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.
|
|
2138
|
-
integrity sha512-
|
|
2182
|
+
"@salesforce/agents@^1.2.0":
|
|
2183
|
+
version "1.2.0"
|
|
2184
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.2.0.tgz"
|
|
2185
|
+
integrity sha512-gyF1xzJcEp3MuS8Apf1eUGUvy41zq7HQqKPEhDIU6aUiowoewW/RI9LcPB0K7LPrGCIiARq4TYKlxf452HASqA==
|
|
2139
2186
|
dependencies:
|
|
2140
2187
|
"@salesforce/core" "^8.28.3"
|
|
2141
2188
|
"@salesforce/kit" "^3.2.6"
|
|
@@ -2145,12 +2192,12 @@
|
|
|
2145
2192
|
nock "^13.5.6"
|
|
2146
2193
|
yaml "^2.8.3"
|
|
2147
2194
|
|
|
2148
|
-
"@salesforce/apex-node@^8.4.
|
|
2149
|
-
version "8.4.
|
|
2150
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.
|
|
2151
|
-
integrity sha512
|
|
2195
|
+
"@salesforce/apex-node@^8.4.22":
|
|
2196
|
+
version "8.4.22"
|
|
2197
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.22.tgz"
|
|
2198
|
+
integrity sha512-/pleLG4HD/F5li4eQUXIqLCFCYh/UnXHZNgoeHSkG89WDLITxjTp2lzbdE7QkkRzCFKGcjECW6DmHR67+TYqrQ==
|
|
2152
2199
|
dependencies:
|
|
2153
|
-
"@salesforce/core" "^8.28.
|
|
2200
|
+
"@salesforce/core" "^8.28.3"
|
|
2154
2201
|
"@salesforce/kit" "^3.2.6"
|
|
2155
2202
|
"@types/istanbul-reports" "^3.0.4"
|
|
2156
2203
|
fast-glob "^3.3.2"
|
|
@@ -2176,7 +2223,7 @@
|
|
|
2176
2223
|
strip-ansi "6.0.1"
|
|
2177
2224
|
ts-retry-promise "^0.8.1"
|
|
2178
2225
|
|
|
2179
|
-
"@salesforce/core@^8.
|
|
2226
|
+
"@salesforce/core@^8.25.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.0", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
|
|
2180
2227
|
version "8.28.4"
|
|
2181
2228
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz"
|
|
2182
2229
|
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
@@ -2245,27 +2292,27 @@
|
|
|
2245
2292
|
dependencies:
|
|
2246
2293
|
"@salesforce/ts-types" "^2.0.12"
|
|
2247
2294
|
|
|
2248
|
-
"@salesforce/o11y-reporter@1.8.
|
|
2249
|
-
version "1.8.
|
|
2250
|
-
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.
|
|
2251
|
-
integrity sha512-
|
|
2295
|
+
"@salesforce/o11y-reporter@1.8.3":
|
|
2296
|
+
version "1.8.3"
|
|
2297
|
+
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.3.tgz"
|
|
2298
|
+
integrity sha512-m9LY3gQ8WFeB38NHmQRie9WtiaeUr+Lvy45RthbSSFwe6PDzfiD8jknpsSNTce0GRPZLly46wqrOXyyMSb8yxg==
|
|
2252
2299
|
dependencies:
|
|
2253
2300
|
o11y "^258.7.0"
|
|
2254
2301
|
o11y_schema "256.154.0"
|
|
2255
2302
|
|
|
2256
|
-
"@salesforce/packaging@^4.22.
|
|
2257
|
-
version "4.22.
|
|
2258
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.22.
|
|
2259
|
-
integrity sha512-
|
|
2303
|
+
"@salesforce/packaging@^4.22.9":
|
|
2304
|
+
version "4.22.12"
|
|
2305
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.22.12.tgz"
|
|
2306
|
+
integrity sha512-3Y6dhzpmwGIdW0iADL549E0Rb1L9DZl/c/cjzCbeC2FNgRm7s7biB07SZlDxSJKNGoxZgPDGLbWvyG5V/mIOBg==
|
|
2260
2307
|
dependencies:
|
|
2261
2308
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2262
|
-
"@salesforce/core" "^8.28.
|
|
2309
|
+
"@salesforce/core" "^8.28.4"
|
|
2263
2310
|
"@salesforce/kit" "^3.2.6"
|
|
2264
2311
|
"@salesforce/schemas" "^1.10.3"
|
|
2265
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2312
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2266
2313
|
"@salesforce/ts-types" "^2.0.12"
|
|
2267
2314
|
"@salesforce/types" "^1.7.1"
|
|
2268
|
-
fast-xml-parser "^5.
|
|
2315
|
+
fast-xml-parser "^5.7.2"
|
|
2269
2316
|
globby "^11"
|
|
2270
2317
|
graphology "^0.26.0"
|
|
2271
2318
|
graphology-traversal "^0.3.1"
|
|
@@ -2273,16 +2320,16 @@
|
|
|
2273
2320
|
jszip "^3.10.1"
|
|
2274
2321
|
object-treeify "^2"
|
|
2275
2322
|
|
|
2276
|
-
"@salesforce/plugin-agent@1.
|
|
2277
|
-
version "1.
|
|
2278
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
2279
|
-
integrity sha512-
|
|
2323
|
+
"@salesforce/plugin-agent@1.34.0":
|
|
2324
|
+
version "1.34.0"
|
|
2325
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.34.0.tgz"
|
|
2326
|
+
integrity sha512-SEoqoInZyprCUvlE1j+hmV6YVrFF+SJX1Dpxk4pl+uPDkcASxRDglSQm63R2ExzpIDnb6SdiivFJjID1qvNmLQ==
|
|
2280
2327
|
dependencies:
|
|
2281
2328
|
"@inquirer/core" "^10.3.2"
|
|
2282
2329
|
"@inquirer/prompts" "^7.10.1"
|
|
2283
2330
|
"@oclif/core" "^4"
|
|
2284
2331
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
2285
|
-
"@salesforce/agents" "^1.
|
|
2332
|
+
"@salesforce/agents" "^1.2.0"
|
|
2286
2333
|
"@salesforce/core" "^8.28.3"
|
|
2287
2334
|
"@salesforce/kit" "^3.2.6"
|
|
2288
2335
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2297,21 +2344,21 @@
|
|
|
2297
2344
|
react "^18.3.1"
|
|
2298
2345
|
yaml "^2.8.3"
|
|
2299
2346
|
|
|
2300
|
-
"@salesforce/plugin-apex@3.9.
|
|
2301
|
-
version "3.9.
|
|
2302
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.9.
|
|
2303
|
-
integrity sha512-
|
|
2347
|
+
"@salesforce/plugin-apex@3.9.22":
|
|
2348
|
+
version "3.9.22"
|
|
2349
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.9.22.tgz"
|
|
2350
|
+
integrity sha512-1WkxPe6vzW5zBwz8mljuG7HlNeT7kvHj83QWWMvbF/hEiewMc1vvaeCvnPUf/K/nOfs+GM40xpQCMZGhs844fQ==
|
|
2304
2351
|
dependencies:
|
|
2305
|
-
"@salesforce/apex-node" "^8.4.
|
|
2352
|
+
"@salesforce/apex-node" "^8.4.22"
|
|
2306
2353
|
"@salesforce/core" "^8.28.1"
|
|
2307
2354
|
"@salesforce/kit" "^3.2.3"
|
|
2308
2355
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2309
2356
|
ansis "^3.3.1"
|
|
2310
2357
|
|
|
2311
|
-
"@salesforce/plugin-api@1.3.
|
|
2312
|
-
version "1.3.
|
|
2313
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
2314
|
-
integrity sha512-
|
|
2358
|
+
"@salesforce/plugin-api@1.3.21":
|
|
2359
|
+
version "1.3.21"
|
|
2360
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.21.tgz"
|
|
2361
|
+
integrity sha512-M9thrFMnq5D7OP9pXPZFWrlwzt7VZqiIjZC/5nV9WcG7OLqYVhPnBO/TQGqy4jS2kKfTk/zZ58CrT8anZx5ZUQ==
|
|
2315
2362
|
dependencies:
|
|
2316
2363
|
"@oclif/core" "^4"
|
|
2317
2364
|
"@salesforce/core" "^8.28.3"
|
|
@@ -2372,34 +2419,34 @@
|
|
|
2372
2419
|
undici "^7.25.0"
|
|
2373
2420
|
zod "^4.3.6"
|
|
2374
2421
|
|
|
2375
|
-
"@salesforce/plugin-deploy-retrieve@3.24.
|
|
2376
|
-
version "3.24.
|
|
2377
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.
|
|
2378
|
-
integrity sha512-
|
|
2422
|
+
"@salesforce/plugin-deploy-retrieve@3.24.37":
|
|
2423
|
+
version "3.24.37"
|
|
2424
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.37.tgz"
|
|
2425
|
+
integrity sha512-p6NENTffrUfQS4dEbCJ61n1cyQFR7Z++TYLP+SH2rAnEI29h7ibfqeboTY9MLi0vuG0M3nLZZWyt48U3rJ2s9g==
|
|
2379
2426
|
dependencies:
|
|
2380
2427
|
"@inquirer/prompts" "^7.8.3"
|
|
2381
|
-
"@oclif/core" "^4.10.
|
|
2428
|
+
"@oclif/core" "^4.10.5"
|
|
2382
2429
|
"@oclif/multi-stage-output" "^0.8.34"
|
|
2383
|
-
"@salesforce/apex-node" "^8.4.
|
|
2430
|
+
"@salesforce/apex-node" "^8.4.22"
|
|
2384
2431
|
"@salesforce/core" "^8.28.3"
|
|
2385
2432
|
"@salesforce/kit" "^3.2.4"
|
|
2386
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2433
|
+
"@salesforce/plugin-info" "^3.4.123"
|
|
2387
2434
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2388
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2435
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2389
2436
|
"@salesforce/source-tracking" "^7.8.14"
|
|
2390
2437
|
"@salesforce/ts-types" "^2.0.12"
|
|
2391
2438
|
ansis "^3.17.0"
|
|
2392
2439
|
terminal-link "^3.0.0"
|
|
2393
2440
|
|
|
2394
|
-
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.
|
|
2395
|
-
version "3.4.
|
|
2396
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2397
|
-
integrity sha512-
|
|
2441
|
+
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.123", "@salesforce/plugin-info@3.4.124":
|
|
2442
|
+
version "3.4.124"
|
|
2443
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.124.tgz"
|
|
2444
|
+
integrity sha512-U27FegsFc0jGDfCOfDCm6MBml8WdLPfDShVEtg1X3tEub67eUyi+yyHq4Q/yiAQltB23KMn92HpyedGhWmYPJg==
|
|
2398
2445
|
dependencies:
|
|
2399
2446
|
"@inquirer/input" "^2.3.0"
|
|
2400
2447
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2401
2448
|
"@oclif/core" "^4"
|
|
2402
|
-
"@salesforce/core" "^8.28.
|
|
2449
|
+
"@salesforce/core" "^8.28.4"
|
|
2403
2450
|
"@salesforce/kit" "^3.2.6"
|
|
2404
2451
|
"@salesforce/sf-plugins-core" "^12"
|
|
2405
2452
|
got "^13.0.0"
|
|
@@ -2428,17 +2475,17 @@
|
|
|
2428
2475
|
got "^13.0.0"
|
|
2429
2476
|
proxy-agent "^6.5.0"
|
|
2430
2477
|
|
|
2431
|
-
"@salesforce/plugin-org@5.10.
|
|
2432
|
-
version "5.10.
|
|
2433
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.
|
|
2434
|
-
integrity sha512-
|
|
2478
|
+
"@salesforce/plugin-org@5.10.3":
|
|
2479
|
+
version "5.10.3"
|
|
2480
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.3.tgz"
|
|
2481
|
+
integrity sha512-iosc1yccnXOLY/3jSU806V0AJHVcRzvZ/sfxa6Q98rh9DqpzulPi7/5BDk0OQ12oxNp92N9G0JpY6Bw2N+6pWQ==
|
|
2435
2482
|
dependencies:
|
|
2436
|
-
"@oclif/core" "^4.10.
|
|
2483
|
+
"@oclif/core" "^4.10.6"
|
|
2437
2484
|
"@oclif/multi-stage-output" "^0.8.30"
|
|
2438
2485
|
"@salesforce/core" "^8.28.4"
|
|
2439
2486
|
"@salesforce/kit" "^3.2.4"
|
|
2440
2487
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2441
|
-
"@salesforce/source-deploy-retrieve" "^12.34.
|
|
2488
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2442
2489
|
"@salesforce/ts-types" "^2.0.12"
|
|
2443
2490
|
ansis "^3.16.0"
|
|
2444
2491
|
change-case "^5.4.4"
|
|
@@ -2446,15 +2493,15 @@
|
|
|
2446
2493
|
open "^10.2.0"
|
|
2447
2494
|
terminal-link "^3.0.0"
|
|
2448
2495
|
|
|
2449
|
-
"@salesforce/plugin-packaging@2.27.
|
|
2450
|
-
version "2.27.
|
|
2451
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.27.
|
|
2452
|
-
integrity sha512-
|
|
2496
|
+
"@salesforce/plugin-packaging@2.27.7":
|
|
2497
|
+
version "2.27.7"
|
|
2498
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.27.7.tgz"
|
|
2499
|
+
integrity sha512-9jDf+q0+rTk1UQLoXjBl3DF+GFQQfZi1Vw/muwt72g6wsi5RNLdv4VWOzepoa5zN9iPHEDO8BYFSIH5Rnz6U/w==
|
|
2453
2500
|
dependencies:
|
|
2454
2501
|
"@oclif/core" "^4"
|
|
2455
|
-
"@salesforce/core" "^8.28.
|
|
2502
|
+
"@salesforce/core" "^8.28.4"
|
|
2456
2503
|
"@salesforce/kit" "^3.2.6"
|
|
2457
|
-
"@salesforce/packaging" "^4.22.
|
|
2504
|
+
"@salesforce/packaging" "^4.22.9"
|
|
2458
2505
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2459
2506
|
chalk "^5.6.2"
|
|
2460
2507
|
|
|
@@ -2488,86 +2535,86 @@
|
|
|
2488
2535
|
strip-ansi "^6"
|
|
2489
2536
|
yarn-deduplicate "^6.0.2"
|
|
2490
2537
|
|
|
2491
|
-
"@salesforce/plugin-schema@3.3.
|
|
2492
|
-
version "3.3.
|
|
2493
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2494
|
-
integrity sha512-
|
|
2538
|
+
"@salesforce/plugin-schema@3.3.106":
|
|
2539
|
+
version "3.3.106"
|
|
2540
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.106.tgz"
|
|
2541
|
+
integrity sha512-yTiwYMlR8H0jpnqMBAGacFCu7CPip+Jrr3UAtwimr8oYUAbKuUGmHLFDbFqo6dBTC8ALQTg42K3bWuZtkU8wig==
|
|
2495
2542
|
dependencies:
|
|
2496
2543
|
"@oclif/core" "^4"
|
|
2497
2544
|
"@salesforce/core" "^8.28.3"
|
|
2498
2545
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2499
2546
|
|
|
2500
|
-
"@salesforce/plugin-settings@2.4.
|
|
2501
|
-
version "2.4.
|
|
2502
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2503
|
-
integrity sha512-
|
|
2547
|
+
"@salesforce/plugin-settings@2.4.71":
|
|
2548
|
+
version "2.4.71"
|
|
2549
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.71.tgz"
|
|
2550
|
+
integrity sha512-Yasa3EbluDxgjStFUZpzX5YCk1LBoIJMwYLuCYdA19OQrBeL3wQcCIwI9hoTwyIohTcTdId055lBL3+zQKjv0Q==
|
|
2504
2551
|
dependencies:
|
|
2505
2552
|
"@oclif/core" "^4"
|
|
2506
|
-
"@salesforce/core" "^8.28.
|
|
2553
|
+
"@salesforce/core" "^8.28.4"
|
|
2507
2554
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2508
2555
|
fast-levenshtein "^3.0.0"
|
|
2509
2556
|
|
|
2510
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2511
|
-
version "1.4.
|
|
2512
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2513
|
-
integrity sha512-
|
|
2557
|
+
"@salesforce/plugin-sobject@1.4.100":
|
|
2558
|
+
version "1.4.100"
|
|
2559
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.100.tgz"
|
|
2560
|
+
integrity sha512-nfZmnqF65yNZ2fghgH+aZQhUAS/lCC/YffaiBUHsN87SSITMEKrtGTrHC9NDc3wjLT0G8GlmtmIM/YFkEUhtWQ==
|
|
2514
2561
|
dependencies:
|
|
2515
2562
|
"@inquirer/confirm" "^3.2.0"
|
|
2516
2563
|
"@inquirer/input" "^2.3.0"
|
|
2517
2564
|
"@inquirer/select" "^2.5.0"
|
|
2518
2565
|
"@oclif/core" "^4"
|
|
2519
|
-
"@salesforce/core" "^8.
|
|
2566
|
+
"@salesforce/core" "^8.28.4"
|
|
2520
2567
|
"@salesforce/kit" "^3.2.6"
|
|
2521
2568
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2522
2569
|
fast-glob "^3.3.3"
|
|
2523
|
-
fast-xml-parser "^5.7.
|
|
2570
|
+
fast-xml-parser "^5.7.2"
|
|
2524
2571
|
js2xmlparser "^4.0.2"
|
|
2525
2572
|
|
|
2526
|
-
"@salesforce/plugin-telemetry@3.8.
|
|
2527
|
-
version "3.8.
|
|
2528
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.
|
|
2529
|
-
integrity sha512
|
|
2573
|
+
"@salesforce/plugin-telemetry@3.8.15":
|
|
2574
|
+
version "3.8.15"
|
|
2575
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.15.tgz"
|
|
2576
|
+
integrity sha512-/2ezpJ8lGm2YMuexkAjPyPgzSPCSOmJZGfmj9ZDEQpUv5RFXtWQAp+zCrL7O+5zXFwTiVdVj9xQ3LXzALo6tng==
|
|
2530
2577
|
dependencies:
|
|
2531
|
-
"@oclif/core" "^4.
|
|
2578
|
+
"@oclif/core" "^4.10.5"
|
|
2532
2579
|
"@salesforce/core" "^8.27.1"
|
|
2533
2580
|
"@salesforce/kit" "^3.2.6"
|
|
2534
2581
|
"@salesforce/sf-plugins-core" "^12"
|
|
2535
|
-
"@salesforce/telemetry" "^6.8.
|
|
2582
|
+
"@salesforce/telemetry" "^6.8.17"
|
|
2536
2583
|
"@salesforce/ts-types" "^2.0.12"
|
|
2537
2584
|
debug "^4.4.3"
|
|
2538
2585
|
|
|
2539
|
-
"@salesforce/plugin-templates@56.16.
|
|
2540
|
-
version "56.16.
|
|
2541
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.
|
|
2542
|
-
integrity sha512
|
|
2586
|
+
"@salesforce/plugin-templates@56.16.3":
|
|
2587
|
+
version "56.16.3"
|
|
2588
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.3.tgz"
|
|
2589
|
+
integrity sha512-/eift3FLVeie6wBevXXS9yJit2I7eSTbwglyaBzFEI7pFyyaM4pcwy3en5EatJohXBKZfvdjCs614unDKS2BRw==
|
|
2543
2590
|
dependencies:
|
|
2544
|
-
"@salesforce/core" "^8.28.
|
|
2591
|
+
"@salesforce/core" "^8.28.4"
|
|
2545
2592
|
"@salesforce/sf-plugins-core" "^12"
|
|
2546
|
-
"@salesforce/templates" "^66.7.
|
|
2593
|
+
"@salesforce/templates" "^66.7.12"
|
|
2547
2594
|
|
|
2548
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.
|
|
2549
|
-
version "3.7.
|
|
2550
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2551
|
-
integrity sha512-
|
|
2595
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.126":
|
|
2596
|
+
version "3.7.126"
|
|
2597
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.126.tgz"
|
|
2598
|
+
integrity sha512-mlozIpirZFuJsTlreSL806dWX6emDgWTzgzWKpi651DQ4Pa1FvsQycisCZsX5IlvKym70E9qlwRMoUbVa1z81A==
|
|
2552
2599
|
dependencies:
|
|
2553
2600
|
"@oclif/core" "^4"
|
|
2554
2601
|
"@salesforce/core" "^8.28.1"
|
|
2555
2602
|
"@salesforce/kit" "^3.2.6"
|
|
2556
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2603
|
+
"@salesforce/plugin-info" "^3.4.123"
|
|
2557
2604
|
"@salesforce/sf-plugins-core" "^12"
|
|
2558
2605
|
got "^13.0.0"
|
|
2559
|
-
npm "^
|
|
2606
|
+
npm "^11.13.0"
|
|
2560
2607
|
npm-run-path "^4.0.1"
|
|
2561
2608
|
proxy-agent "^6.5.0"
|
|
2562
2609
|
semver "^7.7.4"
|
|
2563
2610
|
shelljs "0.10.0"
|
|
2564
2611
|
|
|
2565
|
-
"@salesforce/plugin-user@3.
|
|
2566
|
-
version "3.
|
|
2567
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
2568
|
-
integrity sha512-
|
|
2612
|
+
"@salesforce/plugin-user@3.9.0":
|
|
2613
|
+
version "3.9.0"
|
|
2614
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.0.tgz"
|
|
2615
|
+
integrity sha512-T6tK51gVFkOKfoaRptO6YGhuHsh9YD11JYa9MPpbZcv2aq1la02BilN4Xc5jnkBLNY9VaZhIq4UC1sfYJPHq9A==
|
|
2569
2616
|
dependencies:
|
|
2570
|
-
"@salesforce/core" "^8.
|
|
2617
|
+
"@salesforce/core" "^8.28.4"
|
|
2571
2618
|
"@salesforce/kit" "^3.2.4"
|
|
2572
2619
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2573
2620
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2600,33 +2647,33 @@
|
|
|
2600
2647
|
string-width "^7.2.0"
|
|
2601
2648
|
terminal-link "^3.0.0"
|
|
2602
2649
|
|
|
2603
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.
|
|
2604
|
-
version "12.2.
|
|
2605
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2606
|
-
integrity sha512-
|
|
2650
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.10":
|
|
2651
|
+
version "12.2.10"
|
|
2652
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz"
|
|
2653
|
+
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
|
|
2607
2654
|
dependencies:
|
|
2608
|
-
"@inquirer/confirm" "^
|
|
2609
|
-
"@inquirer/password" "^
|
|
2610
|
-
"@oclif/core" "^4.
|
|
2611
|
-
"@oclif/table" "^0.5.
|
|
2612
|
-
"@salesforce/core" "^8.
|
|
2655
|
+
"@inquirer/confirm" "^6.0.12"
|
|
2656
|
+
"@inquirer/password" "^5.0.12"
|
|
2657
|
+
"@oclif/core" "^4.10.6"
|
|
2658
|
+
"@oclif/table" "^0.5.5"
|
|
2659
|
+
"@salesforce/core" "^8.28.4"
|
|
2613
2660
|
"@salesforce/kit" "^3.2.3"
|
|
2614
2661
|
"@salesforce/ts-types" "^2.0.12"
|
|
2615
2662
|
ansis "^3.3.2"
|
|
2616
2663
|
cli-progress "^3.12.0"
|
|
2617
2664
|
terminal-link "^3.0.0"
|
|
2618
2665
|
|
|
2619
|
-
"@salesforce/source-deploy-retrieve@^12.32.
|
|
2620
|
-
version "12.34.
|
|
2621
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.34.
|
|
2622
|
-
integrity sha512-
|
|
2666
|
+
"@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.32.8", "@salesforce/source-deploy-retrieve@^12.34.2":
|
|
2667
|
+
version "12.34.5"
|
|
2668
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.34.5.tgz"
|
|
2669
|
+
integrity sha512-iL+656HXNGFMv0DTPF4MKCaJ3de9qGyIzOrOyZ/CL1l0CYcgp2YHrLJuSaCKujul0ymceUGcAptSsZcSVWhjqw==
|
|
2623
2670
|
dependencies:
|
|
2624
|
-
"@salesforce/core" "^8.28.
|
|
2671
|
+
"@salesforce/core" "^8.28.4"
|
|
2625
2672
|
"@salesforce/kit" "^3.2.4"
|
|
2626
2673
|
"@salesforce/ts-types" "^2.0.12"
|
|
2627
2674
|
"@salesforce/types" "^1.6.0"
|
|
2628
2675
|
fast-levenshtein "^3.0.0"
|
|
2629
|
-
fast-xml-parser "^5.
|
|
2676
|
+
fast-xml-parser "^5.7.2"
|
|
2630
2677
|
got "^11.8.6"
|
|
2631
2678
|
graceful-fs "^4.2.11"
|
|
2632
2679
|
ignore "^5.3.2"
|
|
@@ -2650,23 +2697,23 @@
|
|
|
2650
2697
|
isomorphic-git "^1.34.2"
|
|
2651
2698
|
ts-retry-promise "^0.8.1"
|
|
2652
2699
|
|
|
2653
|
-
"@salesforce/telemetry@^6.8.
|
|
2654
|
-
version "6.8.
|
|
2655
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.
|
|
2656
|
-
integrity sha512-
|
|
2700
|
+
"@salesforce/telemetry@^6.8.17":
|
|
2701
|
+
version "6.8.18"
|
|
2702
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.18.tgz"
|
|
2703
|
+
integrity sha512-YHXOdGB6wrS7aekS+F7DNGgohlKv25MXioYrCnn7D/g6u47s7lT5Q2NGmSiMA3wspz4aSNEmIf20FGtKhhZDmQ==
|
|
2657
2704
|
dependencies:
|
|
2658
|
-
"@salesforce/core" "^8.28.
|
|
2705
|
+
"@salesforce/core" "^8.28.4"
|
|
2659
2706
|
"@salesforce/kit" "^3.2.6"
|
|
2660
|
-
"@salesforce/o11y-reporter" "1.8.
|
|
2707
|
+
"@salesforce/o11y-reporter" "1.8.3"
|
|
2661
2708
|
applicationinsights "^2.9.8"
|
|
2662
2709
|
got "^11"
|
|
2663
2710
|
o11y_schema "^260.63.0"
|
|
2664
2711
|
proxy-agent "^6.5.0"
|
|
2665
2712
|
|
|
2666
|
-
"@salesforce/templates@^66.7.
|
|
2667
|
-
version "66.7.
|
|
2668
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
2669
|
-
integrity sha512-
|
|
2713
|
+
"@salesforce/templates@^66.7.12":
|
|
2714
|
+
version "66.7.12"
|
|
2715
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.12.tgz"
|
|
2716
|
+
integrity sha512-yfJrJBpanECeFvZ7E+/PA9Xz0GxtO6BxfQ3Vp3PKJiA7yTGpdHMv6EdCDwy7utHxdmA06kq0m5GMD3YGW/qM7A==
|
|
2670
2717
|
dependencies:
|
|
2671
2718
|
"@salesforce/kit" "^3.2.6"
|
|
2672
2719
|
ejs "^3.1.10"
|
|
@@ -2752,86 +2799,51 @@
|
|
|
2752
2799
|
resolved "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz"
|
|
2753
2800
|
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
|
|
2754
2801
|
|
|
2755
|
-
"@sigstore/bundle@^
|
|
2756
|
-
version "
|
|
2757
|
-
resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-
|
|
2758
|
-
integrity sha512-
|
|
2759
|
-
dependencies:
|
|
2760
|
-
"@sigstore/protobuf-specs" "^0.3.2"
|
|
2761
|
-
|
|
2762
|
-
"@sigstore/bundle@^3.1.0":
|
|
2763
|
-
version "3.1.0"
|
|
2764
|
-
dependencies:
|
|
2765
|
-
"@sigstore/protobuf-specs" "^0.4.0"
|
|
2766
|
-
|
|
2767
|
-
"@sigstore/core@^2.0.0":
|
|
2768
|
-
version "2.0.0"
|
|
2769
|
-
resolved "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz"
|
|
2770
|
-
integrity sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==
|
|
2771
|
-
|
|
2772
|
-
"@sigstore/protobuf-specs@^0.3.2":
|
|
2773
|
-
version "0.3.2"
|
|
2774
|
-
resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz"
|
|
2775
|
-
integrity sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==
|
|
2776
|
-
|
|
2777
|
-
"@sigstore/protobuf-specs@^0.4.0", "@sigstore/protobuf-specs@^0.4.1":
|
|
2778
|
-
version "0.4.3"
|
|
2779
|
-
resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.3.tgz"
|
|
2780
|
-
integrity sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA==
|
|
2781
|
-
|
|
2782
|
-
"@sigstore/sign@^3.0.0":
|
|
2783
|
-
version "3.0.0"
|
|
2784
|
-
resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-3.0.0.tgz"
|
|
2785
|
-
integrity sha512-UjhDMQOkyDoktpXoc5YPJpJK6IooF2gayAr5LvXI4EL7O0vd58okgfRcxuaH+YTdhvb5aa1Q9f+WJ0c2sVuYIw==
|
|
2802
|
+
"@sigstore/bundle@^4.0.0":
|
|
2803
|
+
version "4.0.0"
|
|
2804
|
+
resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-4.0.0.tgz"
|
|
2805
|
+
integrity sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==
|
|
2786
2806
|
dependencies:
|
|
2787
|
-
"@sigstore/
|
|
2788
|
-
"@sigstore/core" "^2.0.0"
|
|
2789
|
-
"@sigstore/protobuf-specs" "^0.3.2"
|
|
2790
|
-
make-fetch-happen "^14.0.1"
|
|
2791
|
-
proc-log "^5.0.0"
|
|
2792
|
-
promise-retry "^2.0.1"
|
|
2807
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2793
2808
|
|
|
2794
|
-
"@sigstore/
|
|
2795
|
-
version "3.
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
"@sigstore/core" "^2.0.0"
|
|
2799
|
-
"@sigstore/protobuf-specs" "^0.4.0"
|
|
2800
|
-
make-fetch-happen "^14.0.2"
|
|
2801
|
-
proc-log "^5.0.0"
|
|
2802
|
-
promise-retry "^2.0.1"
|
|
2809
|
+
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0":
|
|
2810
|
+
version "3.2.0"
|
|
2811
|
+
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.0.tgz"
|
|
2812
|
+
integrity sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==
|
|
2803
2813
|
|
|
2804
|
-
"@sigstore/
|
|
2805
|
-
version "
|
|
2806
|
-
resolved "https://registry.npmjs.org/@sigstore/
|
|
2807
|
-
integrity sha512
|
|
2808
|
-
dependencies:
|
|
2809
|
-
"@sigstore/protobuf-specs" "^0.4.1"
|
|
2810
|
-
tuf-js "^3.0.1"
|
|
2814
|
+
"@sigstore/protobuf-specs@^0.5.0":
|
|
2815
|
+
version "0.5.1"
|
|
2816
|
+
resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.1.tgz"
|
|
2817
|
+
integrity sha512-/ScWUhhoFasJsSRGTVBwId1loQjjnjAfE4djL6ZhrXRpNCmPTnUKF5Jokd58ILseOMjzET3UrMOtJPS9sYeI0g==
|
|
2811
2818
|
|
|
2812
|
-
"@sigstore/
|
|
2813
|
-
version "
|
|
2814
|
-
resolved "https://registry.npmjs.org/@sigstore/
|
|
2815
|
-
integrity sha512-
|
|
2819
|
+
"@sigstore/sign@^4.1.0":
|
|
2820
|
+
version "4.1.1"
|
|
2821
|
+
resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-4.1.1.tgz"
|
|
2822
|
+
integrity sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ==
|
|
2816
2823
|
dependencies:
|
|
2817
|
-
"@
|
|
2818
|
-
|
|
2824
|
+
"@gar/promise-retry" "^1.0.2"
|
|
2825
|
+
"@sigstore/bundle" "^4.0.0"
|
|
2826
|
+
"@sigstore/core" "^3.2.0"
|
|
2827
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2828
|
+
make-fetch-happen "^15.0.4"
|
|
2829
|
+
proc-log "^6.1.0"
|
|
2819
2830
|
|
|
2820
|
-
"@sigstore/
|
|
2821
|
-
version "
|
|
2822
|
-
resolved "https://registry.npmjs.org/@sigstore/
|
|
2823
|
-
integrity sha512-
|
|
2831
|
+
"@sigstore/tuf@^4.0.1", "@sigstore/tuf@^4.0.2":
|
|
2832
|
+
version "4.0.2"
|
|
2833
|
+
resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-4.0.2.tgz"
|
|
2834
|
+
integrity sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==
|
|
2824
2835
|
dependencies:
|
|
2825
|
-
"@sigstore/
|
|
2826
|
-
|
|
2827
|
-
"@sigstore/protobuf-specs" "^0.3.2"
|
|
2836
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2837
|
+
tuf-js "^4.1.0"
|
|
2828
2838
|
|
|
2829
|
-
"@sigstore/verify@^
|
|
2830
|
-
version "
|
|
2839
|
+
"@sigstore/verify@^3.1.0":
|
|
2840
|
+
version "3.1.0"
|
|
2841
|
+
resolved "https://registry.npmjs.org/@sigstore/verify/-/verify-3.1.0.tgz"
|
|
2842
|
+
integrity sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==
|
|
2831
2843
|
dependencies:
|
|
2832
|
-
"@sigstore/bundle" "^
|
|
2833
|
-
"@sigstore/core" "^
|
|
2834
|
-
"@sigstore/protobuf-specs" "^0.
|
|
2844
|
+
"@sigstore/bundle" "^4.0.0"
|
|
2845
|
+
"@sigstore/core" "^3.1.0"
|
|
2846
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2835
2847
|
|
|
2836
2848
|
"@sindresorhus/is@^4", "@sindresorhus/is@^4.0.0":
|
|
2837
2849
|
version "4.6.0"
|
|
@@ -3466,13 +3478,13 @@
|
|
|
3466
3478
|
resolved "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz"
|
|
3467
3479
|
integrity sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==
|
|
3468
3480
|
|
|
3469
|
-
"@tufjs/models@
|
|
3470
|
-
version "
|
|
3471
|
-
resolved "https://registry.npmjs.org/@tufjs/models/-/models-
|
|
3472
|
-
integrity sha512-
|
|
3481
|
+
"@tufjs/models@4.1.0":
|
|
3482
|
+
version "4.1.0"
|
|
3483
|
+
resolved "https://registry.npmjs.org/@tufjs/models/-/models-4.1.0.tgz"
|
|
3484
|
+
integrity sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==
|
|
3473
3485
|
dependencies:
|
|
3474
3486
|
"@tufjs/canonical-json" "2.0.0"
|
|
3475
|
-
minimatch "^
|
|
3487
|
+
minimatch "^10.1.1"
|
|
3476
3488
|
|
|
3477
3489
|
"@types/cacheable-request@^6.0.1":
|
|
3478
3490
|
version "6.0.3"
|
|
@@ -3762,10 +3774,10 @@
|
|
|
3762
3774
|
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz"
|
|
3763
3775
|
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
|
|
3764
3776
|
|
|
3765
|
-
abbrev@^
|
|
3766
|
-
version "
|
|
3767
|
-
resolved "https://registry.npmjs.org/abbrev/-/abbrev-
|
|
3768
|
-
integrity sha512-
|
|
3777
|
+
abbrev@^4.0.0:
|
|
3778
|
+
version "4.0.0"
|
|
3779
|
+
resolved "https://registry.npmjs.org/abbrev/-/abbrev-4.0.0.tgz"
|
|
3780
|
+
integrity sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==
|
|
3769
3781
|
|
|
3770
3782
|
abort-controller@^3.0.0:
|
|
3771
3783
|
version "3.0.0"
|
|
@@ -3892,9 +3904,6 @@ ansi-regex@^6.0.1:
|
|
|
3892
3904
|
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz"
|
|
3893
3905
|
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
|
|
3894
3906
|
|
|
3895
|
-
ansi-regex@^6.2.2:
|
|
3896
|
-
version "6.2.2"
|
|
3897
|
-
|
|
3898
3907
|
ansi-styles@^3.2.1:
|
|
3899
3908
|
version "3.2.1"
|
|
3900
3909
|
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
|
|
@@ -4209,22 +4218,27 @@ before-after-hook@^3.0.2:
|
|
|
4209
4218
|
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-3.0.2.tgz"
|
|
4210
4219
|
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
|
|
4211
4220
|
|
|
4212
|
-
bin-links@^
|
|
4213
|
-
version "
|
|
4214
|
-
resolved "https://registry.npmjs.org/bin-links/-/bin-links-
|
|
4215
|
-
integrity sha512-
|
|
4221
|
+
bin-links@^6.0.0:
|
|
4222
|
+
version "6.0.0"
|
|
4223
|
+
resolved "https://registry.npmjs.org/bin-links/-/bin-links-6.0.0.tgz"
|
|
4224
|
+
integrity sha512-X4CiKlcV2GjnCMwnKAfbVWpHa++65th9TuzAEYtZoATiOE2DQKhSp4CJlyLoTqdhBKlXjpXjCTYPNNFS33Fi6w==
|
|
4216
4225
|
dependencies:
|
|
4217
|
-
cmd-shim "^
|
|
4218
|
-
npm-normalize-package-bin "^
|
|
4219
|
-
proc-log "^
|
|
4220
|
-
read-cmd-shim "^
|
|
4221
|
-
write-file-atomic "^
|
|
4226
|
+
cmd-shim "^8.0.0"
|
|
4227
|
+
npm-normalize-package-bin "^5.0.0"
|
|
4228
|
+
proc-log "^6.0.0"
|
|
4229
|
+
read-cmd-shim "^6.0.0"
|
|
4230
|
+
write-file-atomic "^7.0.0"
|
|
4222
4231
|
|
|
4223
|
-
binary-extensions@^2.0.0
|
|
4232
|
+
binary-extensions@^2.0.0:
|
|
4224
4233
|
version "2.3.0"
|
|
4225
4234
|
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz"
|
|
4226
4235
|
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
|
|
4227
4236
|
|
|
4237
|
+
binary-extensions@^3.0.0:
|
|
4238
|
+
version "3.1.0"
|
|
4239
|
+
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-3.1.0.tgz"
|
|
4240
|
+
integrity sha512-Jvvd9hy1w+xUad8+ckQsWA/V1AoyubOvqn0aygjMOVM4BfIaRav1NFS3LsTSDaV4n4FtcCtQXvzep1E6MboqwQ==
|
|
4241
|
+
|
|
4228
4242
|
bl@^4.0.3:
|
|
4229
4243
|
version "4.1.0"
|
|
4230
4244
|
resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
|
|
@@ -4342,23 +4356,21 @@ bundle-name@^4.1.0:
|
|
|
4342
4356
|
dependencies:
|
|
4343
4357
|
run-applescript "^7.0.0"
|
|
4344
4358
|
|
|
4345
|
-
cacache@^
|
|
4346
|
-
version "
|
|
4347
|
-
resolved "https://registry.npmjs.org/cacache/-/cacache-
|
|
4348
|
-
integrity sha512-
|
|
4359
|
+
cacache@^20.0.0, cacache@^20.0.1, cacache@^20.0.4:
|
|
4360
|
+
version "20.0.4"
|
|
4361
|
+
resolved "https://registry.npmjs.org/cacache/-/cacache-20.0.4.tgz"
|
|
4362
|
+
integrity sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==
|
|
4349
4363
|
dependencies:
|
|
4350
|
-
"@npmcli/fs" "^
|
|
4364
|
+
"@npmcli/fs" "^5.0.0"
|
|
4351
4365
|
fs-minipass "^3.0.0"
|
|
4352
|
-
glob "^
|
|
4353
|
-
lru-cache "^
|
|
4366
|
+
glob "^13.0.0"
|
|
4367
|
+
lru-cache "^11.1.0"
|
|
4354
4368
|
minipass "^7.0.3"
|
|
4355
4369
|
minipass-collect "^2.0.1"
|
|
4356
4370
|
minipass-flush "^1.0.5"
|
|
4357
4371
|
minipass-pipeline "^1.2.4"
|
|
4358
4372
|
p-map "^7.0.2"
|
|
4359
|
-
ssri "^
|
|
4360
|
-
tar "^7.4.3"
|
|
4361
|
-
unique-filename "^4.0.0"
|
|
4373
|
+
ssri "^13.0.0"
|
|
4362
4374
|
|
|
4363
4375
|
cacheable-lookup@^5.0.3:
|
|
4364
4376
|
version "5.0.4"
|
|
@@ -4624,11 +4636,6 @@ chownr@^1.1.1:
|
|
|
4624
4636
|
resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz"
|
|
4625
4637
|
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
|
4626
4638
|
|
|
4627
|
-
chownr@^2.0.0:
|
|
4628
|
-
version "2.0.0"
|
|
4629
|
-
resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
|
|
4630
|
-
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
|
|
4631
|
-
|
|
4632
4639
|
chownr@^3.0.0:
|
|
4633
4640
|
version "3.0.0"
|
|
4634
4641
|
resolved "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz"
|
|
@@ -4639,12 +4646,10 @@ ci-info@^4.0.0, ci-info@^4.4.0:
|
|
|
4639
4646
|
resolved "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz"
|
|
4640
4647
|
integrity sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==
|
|
4641
4648
|
|
|
4642
|
-
cidr-regex@^
|
|
4643
|
-
version "
|
|
4644
|
-
resolved "https://registry.npmjs.org/cidr-regex/-/cidr-regex-
|
|
4645
|
-
integrity sha512-
|
|
4646
|
-
dependencies:
|
|
4647
|
-
ip-regex "^5.0.0"
|
|
4649
|
+
cidr-regex@^5.0.4:
|
|
4650
|
+
version "5.0.5"
|
|
4651
|
+
resolved "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.5.tgz"
|
|
4652
|
+
integrity sha512-59tdLZcC+BJXa4C5rOmVSuJTy/UneqfJJtCraqwdx5BDHTkGrBtKCUl3u2uiCFvXu+wk0kVuX8axX7yHCZOI9w==
|
|
4648
4653
|
|
|
4649
4654
|
cjs-module-lexer@^1.2.2:
|
|
4650
4655
|
version "1.2.3"
|
|
@@ -4680,14 +4685,6 @@ cli-boxes@^3.0.0:
|
|
|
4680
4685
|
resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz"
|
|
4681
4686
|
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
|
|
4682
4687
|
|
|
4683
|
-
cli-columns@^4.0.0:
|
|
4684
|
-
version "4.0.0"
|
|
4685
|
-
resolved "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz"
|
|
4686
|
-
integrity sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ==
|
|
4687
|
-
dependencies:
|
|
4688
|
-
string-width "^4.2.3"
|
|
4689
|
-
strip-ansi "^6.0.1"
|
|
4690
|
-
|
|
4691
4688
|
cli-cursor@^4.0.0:
|
|
4692
4689
|
version "4.0.0"
|
|
4693
4690
|
resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz"
|
|
@@ -4772,10 +4769,10 @@ cls-hooked@^4.2.2:
|
|
|
4772
4769
|
emitter-listener "^1.0.1"
|
|
4773
4770
|
semver "^5.4.1"
|
|
4774
4771
|
|
|
4775
|
-
cmd-shim@^
|
|
4776
|
-
version "
|
|
4777
|
-
resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-
|
|
4778
|
-
integrity sha512-
|
|
4772
|
+
cmd-shim@^8.0.0:
|
|
4773
|
+
version "8.0.0"
|
|
4774
|
+
resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-8.0.0.tgz"
|
|
4775
|
+
integrity sha512-Jk/BK6NCapZ58BKUxlSI+ouKRbjH1NLZCgJkYoab+vEHUY3f6OzpNBN9u7HFSv9J6TRDGs4PLOHezoKGaFRSCA==
|
|
4779
4776
|
|
|
4780
4777
|
code-excerpt@^4.0.0:
|
|
4781
4778
|
version "4.0.0"
|
|
@@ -4861,10 +4858,10 @@ commit-and-tag-version@^12.7.1:
|
|
|
4861
4858
|
yaml "^2.6.0"
|
|
4862
4859
|
yargs "^17.7.2"
|
|
4863
4860
|
|
|
4864
|
-
common-ancestor-path@^
|
|
4865
|
-
version "
|
|
4866
|
-
resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-
|
|
4867
|
-
integrity sha512-
|
|
4861
|
+
common-ancestor-path@^2.0.0:
|
|
4862
|
+
version "2.0.0"
|
|
4863
|
+
resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz"
|
|
4864
|
+
integrity sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==
|
|
4868
4865
|
|
|
4869
4866
|
commondir@^1.0.1:
|
|
4870
4867
|
version "1.0.1"
|
|
@@ -5205,7 +5202,7 @@ debug@^3.2.7:
|
|
|
5205
5202
|
dependencies:
|
|
5206
5203
|
ms "^2.1.1"
|
|
5207
5204
|
|
|
5208
|
-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.
|
|
5205
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1, debug@^4.4.3, debug@4:
|
|
5209
5206
|
version "4.4.3"
|
|
5210
5207
|
resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz"
|
|
5211
5208
|
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
|
|
@@ -5360,21 +5357,21 @@ diff@^3.5.0:
|
|
|
5360
5357
|
resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz"
|
|
5361
5358
|
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
|
|
5362
5359
|
|
|
5363
|
-
diff@^4.0.1:
|
|
5360
|
+
diff@^4.0.1, diff@^4.0.2:
|
|
5364
5361
|
version "4.0.2"
|
|
5365
5362
|
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
|
5366
5363
|
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
5367
5364
|
|
|
5368
|
-
diff@^
|
|
5369
|
-
version "4.0.2"
|
|
5370
|
-
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
|
5371
|
-
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
5372
|
-
|
|
5373
|
-
diff@^5.1.0, diff@^5.2.0:
|
|
5365
|
+
diff@^5.2.0:
|
|
5374
5366
|
version "5.2.0"
|
|
5375
5367
|
resolved "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz"
|
|
5376
5368
|
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
|
|
5377
5369
|
|
|
5370
|
+
diff@^8.0.2:
|
|
5371
|
+
version "8.0.4"
|
|
5372
|
+
resolved "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz"
|
|
5373
|
+
integrity sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==
|
|
5374
|
+
|
|
5378
5375
|
diff3@0.0.3:
|
|
5379
5376
|
version "0.0.3"
|
|
5380
5377
|
resolved "https://registry.npmjs.org/diff3/-/diff3-0.0.3.tgz"
|
|
@@ -5514,13 +5511,6 @@ emoji-regex@^9.2.2:
|
|
|
5514
5511
|
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
|
|
5515
5512
|
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
|
|
5516
5513
|
|
|
5517
|
-
encoding@^0.1.0, encoding@^0.1.13:
|
|
5518
|
-
version "0.1.13"
|
|
5519
|
-
resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
|
|
5520
|
-
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
|
|
5521
|
-
dependencies:
|
|
5522
|
-
iconv-lite "^0.6.2"
|
|
5523
|
-
|
|
5524
5514
|
end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
|
5525
5515
|
version "1.4.4"
|
|
5526
5516
|
resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
|
|
@@ -5543,11 +5533,6 @@ environment@^1.0.0:
|
|
|
5543
5533
|
resolved "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz"
|
|
5544
5534
|
integrity sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==
|
|
5545
5535
|
|
|
5546
|
-
err-code@^2.0.2:
|
|
5547
|
-
version "2.0.3"
|
|
5548
|
-
resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz"
|
|
5549
|
-
integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
|
|
5550
|
-
|
|
5551
5536
|
error-ex@^1.3.1:
|
|
5552
5537
|
version "1.3.2"
|
|
5553
5538
|
resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
|
|
@@ -6011,11 +5996,30 @@ fast-safe-stringify@^2.1.1:
|
|
|
6011
5996
|
resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz"
|
|
6012
5997
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
6013
5998
|
|
|
5999
|
+
fast-string-truncated-width@^3.0.2:
|
|
6000
|
+
version "3.0.3"
|
|
6001
|
+
resolved "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz"
|
|
6002
|
+
integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
|
|
6003
|
+
|
|
6004
|
+
fast-string-width@^3.0.2:
|
|
6005
|
+
version "3.0.2"
|
|
6006
|
+
resolved "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz"
|
|
6007
|
+
integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
|
|
6008
|
+
dependencies:
|
|
6009
|
+
fast-string-truncated-width "^3.0.2"
|
|
6010
|
+
|
|
6014
6011
|
fast-uri@^3.0.1:
|
|
6015
6012
|
version "3.0.1"
|
|
6016
6013
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
6017
6014
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
6018
6015
|
|
|
6016
|
+
fast-wrap-ansi@^0.2.0:
|
|
6017
|
+
version "0.2.0"
|
|
6018
|
+
resolved "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz"
|
|
6019
|
+
integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
|
|
6020
|
+
dependencies:
|
|
6021
|
+
fast-string-width "^3.0.2"
|
|
6022
|
+
|
|
6019
6023
|
fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
6020
6024
|
version "1.1.5"
|
|
6021
6025
|
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz"
|
|
@@ -6023,10 +6027,10 @@ fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
|
6023
6027
|
dependencies:
|
|
6024
6028
|
path-expression-matcher "^1.1.3"
|
|
6025
6029
|
|
|
6026
|
-
fast-xml-parser@^5.5.
|
|
6027
|
-
version "5.7.
|
|
6028
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.
|
|
6029
|
-
integrity sha512-
|
|
6030
|
+
fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.6.0, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.2:
|
|
6031
|
+
version "5.7.2"
|
|
6032
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz"
|
|
6033
|
+
integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==
|
|
6030
6034
|
dependencies:
|
|
6031
6035
|
"@nodable/entities" "^2.1.0"
|
|
6032
6036
|
fast-xml-builder "^1.1.5"
|
|
@@ -6266,13 +6270,6 @@ fs-extra@^8.1:
|
|
|
6266
6270
|
jsonfile "^4.0.0"
|
|
6267
6271
|
universalify "^0.1.0"
|
|
6268
6272
|
|
|
6269
|
-
fs-minipass@^2.0.0:
|
|
6270
|
-
version "2.1.0"
|
|
6271
|
-
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz"
|
|
6272
|
-
integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
|
|
6273
|
-
dependencies:
|
|
6274
|
-
minipass "^3.0.0"
|
|
6275
|
-
|
|
6276
6273
|
fs-minipass@^3.0.0, fs-minipass@^3.0.3:
|
|
6277
6274
|
version "3.0.3"
|
|
6278
6275
|
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz"
|
|
@@ -6326,10 +6323,10 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
|
6326
6323
|
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
|
|
6327
6324
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
6328
6325
|
|
|
6329
|
-
get-east-asian-width@^1.0.0:
|
|
6330
|
-
version "1.
|
|
6331
|
-
resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
6332
|
-
integrity sha512-
|
|
6326
|
+
get-east-asian-width@^1.0.0, get-east-asian-width@^1.5.0:
|
|
6327
|
+
version "1.5.0"
|
|
6328
|
+
resolved "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz"
|
|
6329
|
+
integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==
|
|
6333
6330
|
|
|
6334
6331
|
get-func-name@^2.0.1, get-func-name@^2.0.2:
|
|
6335
6332
|
version "2.0.2"
|
|
@@ -6490,7 +6487,7 @@ glob-to-regex.js@^1.0.1:
|
|
|
6490
6487
|
resolved "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz"
|
|
6491
6488
|
integrity sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==
|
|
6492
6489
|
|
|
6493
|
-
glob@^10.
|
|
6490
|
+
glob@^10.3.10:
|
|
6494
6491
|
version "10.5.0"
|
|
6495
6492
|
resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz"
|
|
6496
6493
|
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
|
|
@@ -6514,6 +6511,15 @@ glob@^11.0.3:
|
|
|
6514
6511
|
package-json-from-dist "^1.0.0"
|
|
6515
6512
|
path-scurry "^2.0.0"
|
|
6516
6513
|
|
|
6514
|
+
glob@^13.0.0, glob@^13.0.6:
|
|
6515
|
+
version "13.0.6"
|
|
6516
|
+
resolved "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz"
|
|
6517
|
+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
|
|
6518
|
+
dependencies:
|
|
6519
|
+
minimatch "^10.2.2"
|
|
6520
|
+
minipass "^7.1.3"
|
|
6521
|
+
path-scurry "^2.0.2"
|
|
6522
|
+
|
|
6517
6523
|
glob@^7.0.0:
|
|
6518
6524
|
version "7.2.3"
|
|
6519
6525
|
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
|
|
@@ -6877,12 +6883,12 @@ hosted-git-info@^7.0.0:
|
|
|
6877
6883
|
dependencies:
|
|
6878
6884
|
lru-cache "^10.0.1"
|
|
6879
6885
|
|
|
6880
|
-
hosted-git-info@^
|
|
6881
|
-
version "
|
|
6882
|
-
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-
|
|
6883
|
-
integrity sha512-
|
|
6886
|
+
hosted-git-info@^9.0.0, hosted-git-info@^9.0.2:
|
|
6887
|
+
version "9.0.2"
|
|
6888
|
+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz"
|
|
6889
|
+
integrity sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==
|
|
6884
6890
|
dependencies:
|
|
6885
|
-
lru-cache "^
|
|
6891
|
+
lru-cache "^11.1.0"
|
|
6886
6892
|
|
|
6887
6893
|
hpagent@^1.2.0:
|
|
6888
6894
|
version "1.2.0"
|
|
@@ -6991,17 +6997,10 @@ hyperdyperid@^1.2.0:
|
|
|
6991
6997
|
resolved "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz"
|
|
6992
6998
|
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
6993
6999
|
|
|
6994
|
-
iconv-lite@^0.
|
|
6995
|
-
version "0.
|
|
6996
|
-
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
6997
|
-
integrity sha512-
|
|
6998
|
-
dependencies:
|
|
6999
|
-
safer-buffer ">= 2.1.2 < 3.0.0"
|
|
7000
|
-
|
|
7001
|
-
iconv-lite@^0.7.0:
|
|
7002
|
-
version "0.7.0"
|
|
7003
|
-
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz"
|
|
7004
|
-
integrity sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==
|
|
7000
|
+
iconv-lite@^0.7.0, iconv-lite@^0.7.2:
|
|
7001
|
+
version "0.7.2"
|
|
7002
|
+
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz"
|
|
7003
|
+
integrity sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==
|
|
7005
7004
|
dependencies:
|
|
7006
7005
|
safer-buffer ">= 2.1.2 < 3.0.0"
|
|
7007
7006
|
|
|
@@ -7015,12 +7014,12 @@ ieee754@1.1.13:
|
|
|
7015
7014
|
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz"
|
|
7016
7015
|
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
|
7017
7016
|
|
|
7018
|
-
ignore-walk@^
|
|
7019
|
-
version "
|
|
7020
|
-
resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-
|
|
7021
|
-
integrity sha512-
|
|
7017
|
+
ignore-walk@^8.0.0:
|
|
7018
|
+
version "8.0.0"
|
|
7019
|
+
resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-8.0.0.tgz"
|
|
7020
|
+
integrity sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==
|
|
7022
7021
|
dependencies:
|
|
7023
|
-
minimatch "^
|
|
7022
|
+
minimatch "^10.0.3"
|
|
7024
7023
|
|
|
7025
7024
|
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
|
|
7026
7025
|
version "5.3.2"
|
|
@@ -7083,23 +7082,22 @@ ini@^1.3.2, ini@^1.3.4:
|
|
|
7083
7082
|
resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
|
|
7084
7083
|
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
|
7085
7084
|
|
|
7086
|
-
ini@^
|
|
7087
|
-
version "
|
|
7088
|
-
resolved "https://registry.npmjs.org/ini/-/ini-
|
|
7089
|
-
integrity sha512
|
|
7090
|
-
|
|
7091
|
-
init-package-json@^
|
|
7092
|
-
version "
|
|
7093
|
-
resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-
|
|
7094
|
-
integrity sha512-
|
|
7095
|
-
dependencies:
|
|
7096
|
-
"@npmcli/package-json" "^
|
|
7097
|
-
npm-package-arg "^
|
|
7098
|
-
promzard "^
|
|
7099
|
-
read "^
|
|
7100
|
-
semver "^7.
|
|
7101
|
-
validate-npm-package-
|
|
7102
|
-
validate-npm-package-name "^6.0.0"
|
|
7085
|
+
ini@^6.0.0:
|
|
7086
|
+
version "6.0.0"
|
|
7087
|
+
resolved "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz"
|
|
7088
|
+
integrity sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==
|
|
7089
|
+
|
|
7090
|
+
init-package-json@^8.2.5:
|
|
7091
|
+
version "8.2.5"
|
|
7092
|
+
resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-8.2.5.tgz"
|
|
7093
|
+
integrity sha512-IknQ+upLuJU6t3p0uo9wS3GjFD/1GtxIwcIGYOWR8zL2HxQeJwvxYTgZr9brJ8pyZ4kvpkebM8ZKcyqOeLOHSg==
|
|
7094
|
+
dependencies:
|
|
7095
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7096
|
+
npm-package-arg "^13.0.0"
|
|
7097
|
+
promzard "^3.0.1"
|
|
7098
|
+
read "^5.0.1"
|
|
7099
|
+
semver "^7.7.2"
|
|
7100
|
+
validate-npm-package-name "^7.0.0"
|
|
7103
7101
|
|
|
7104
7102
|
ink-text-input@^6.0.0:
|
|
7105
7103
|
version "6.0.0"
|
|
@@ -7174,11 +7172,6 @@ ip-address@^9.0.5:
|
|
|
7174
7172
|
jsbn "1.1.0"
|
|
7175
7173
|
sprintf-js "^1.1.3"
|
|
7176
7174
|
|
|
7177
|
-
ip-regex@^5.0.0:
|
|
7178
|
-
version "5.0.0"
|
|
7179
|
-
resolved "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz"
|
|
7180
|
-
integrity sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==
|
|
7181
|
-
|
|
7182
7175
|
is-arguments@^1.0.4:
|
|
7183
7176
|
version "1.1.1"
|
|
7184
7177
|
resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz"
|
|
@@ -7234,12 +7227,12 @@ is-callable@^1.1.4, is-callable@^1.2.7:
|
|
|
7234
7227
|
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
|
|
7235
7228
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
7236
7229
|
|
|
7237
|
-
is-cidr@^
|
|
7238
|
-
version "
|
|
7239
|
-
resolved "https://registry.npmjs.org/is-cidr/-/is-cidr-
|
|
7240
|
-
integrity sha512-
|
|
7230
|
+
is-cidr@^6.0.4:
|
|
7231
|
+
version "6.0.4"
|
|
7232
|
+
resolved "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.4.tgz"
|
|
7233
|
+
integrity sha512-tOIBU3QiXy0W4LvHbcKWAWSuQfGwDiEILphFCAZtDqj7C57uv3ClO6K8aNEGV4VTA7bWJlpQ0suKQkUe6Rd6ag==
|
|
7241
7234
|
dependencies:
|
|
7242
|
-
cidr-regex "^
|
|
7235
|
+
cidr-regex "^5.0.4"
|
|
7243
7236
|
|
|
7244
7237
|
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
|
|
7245
7238
|
version "2.13.1"
|
|
@@ -7498,6 +7491,11 @@ isexe@^3.1.1:
|
|
|
7498
7491
|
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
|
|
7499
7492
|
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
|
|
7500
7493
|
|
|
7494
|
+
isexe@^4.0.0:
|
|
7495
|
+
version "4.0.0"
|
|
7496
|
+
resolved "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz"
|
|
7497
|
+
integrity sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==
|
|
7498
|
+
|
|
7501
7499
|
isomorphic-git@^1.34.2:
|
|
7502
7500
|
version "1.34.2"
|
|
7503
7501
|
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.2.tgz"
|
|
@@ -7676,10 +7674,10 @@ json-parse-even-better-errors@^2.3.0:
|
|
|
7676
7674
|
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
|
|
7677
7675
|
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
|
7678
7676
|
|
|
7679
|
-
json-parse-even-better-errors@^
|
|
7680
|
-
version "
|
|
7681
|
-
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-
|
|
7682
|
-
integrity sha512-
|
|
7677
|
+
json-parse-even-better-errors@^5.0.0:
|
|
7678
|
+
version "5.0.0"
|
|
7679
|
+
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz"
|
|
7680
|
+
integrity sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==
|
|
7683
7681
|
|
|
7684
7682
|
json-schema-traverse@^0.4.1:
|
|
7685
7683
|
version "0.4.1"
|
|
@@ -7845,115 +7843,109 @@ levn@^0.4.1:
|
|
|
7845
7843
|
prelude-ls "^1.2.1"
|
|
7846
7844
|
type-check "~0.4.0"
|
|
7847
7845
|
|
|
7848
|
-
libnpmaccess@^
|
|
7849
|
-
version "
|
|
7850
|
-
resolved "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-
|
|
7851
|
-
integrity sha512-
|
|
7852
|
-
dependencies:
|
|
7853
|
-
npm-package-arg "^
|
|
7854
|
-
npm-registry-fetch "^
|
|
7855
|
-
|
|
7856
|
-
libnpmdiff@^
|
|
7857
|
-
version "
|
|
7858
|
-
resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-
|
|
7859
|
-
integrity sha512-
|
|
7860
|
-
dependencies:
|
|
7861
|
-
"@npmcli/arborist" "^
|
|
7862
|
-
"@npmcli/installed-package-contents" "^
|
|
7863
|
-
binary-extensions "^
|
|
7864
|
-
diff "^
|
|
7865
|
-
minimatch "^
|
|
7866
|
-
npm-package-arg "^
|
|
7867
|
-
pacote "^
|
|
7868
|
-
tar "^7.5.
|
|
7869
|
-
|
|
7870
|
-
libnpmexec@^
|
|
7871
|
-
version "
|
|
7872
|
-
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-
|
|
7873
|
-
integrity sha512-
|
|
7874
|
-
dependencies:
|
|
7875
|
-
"@
|
|
7876
|
-
"@npmcli/
|
|
7846
|
+
libnpmaccess@^10.0.3:
|
|
7847
|
+
version "10.0.3"
|
|
7848
|
+
resolved "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-10.0.3.tgz"
|
|
7849
|
+
integrity sha512-JPHTfWJxIK+NVPdNMNGnkz4XGX56iijPbe0qFWbdt68HL+kIvSzh+euBL8npLZvl2fpaxo+1eZSdoG15f5YdIQ==
|
|
7850
|
+
dependencies:
|
|
7851
|
+
npm-package-arg "^13.0.0"
|
|
7852
|
+
npm-registry-fetch "^19.0.0"
|
|
7853
|
+
|
|
7854
|
+
libnpmdiff@^8.1.6:
|
|
7855
|
+
version "8.1.6"
|
|
7856
|
+
resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.6.tgz"
|
|
7857
|
+
integrity sha512-nr6/MrxRnqMUoB9t0aHImBKArkJCU3YeaTyu817XYQXAQq9iWgX+ZVLgd+5wZVfoyemPdJj2LasXhFNyVk5GAA==
|
|
7858
|
+
dependencies:
|
|
7859
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7860
|
+
"@npmcli/installed-package-contents" "^4.0.0"
|
|
7861
|
+
binary-extensions "^3.0.0"
|
|
7862
|
+
diff "^8.0.2"
|
|
7863
|
+
minimatch "^10.0.3"
|
|
7864
|
+
npm-package-arg "^13.0.0"
|
|
7865
|
+
pacote "^21.0.2"
|
|
7866
|
+
tar "^7.5.1"
|
|
7867
|
+
|
|
7868
|
+
libnpmexec@^10.2.6:
|
|
7869
|
+
version "10.2.6"
|
|
7870
|
+
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.2.6.tgz"
|
|
7871
|
+
integrity sha512-aUHRHUhoi98CW9x+0+RzOVvKvl4rvGgr6o7wnWfdyuvZtU5WXGStfuArN1wBANxEP50bLTocMJrEsBktEuiVqw==
|
|
7872
|
+
dependencies:
|
|
7873
|
+
"@gar/promise-retry" "^1.0.0"
|
|
7874
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7875
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7876
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7877
7877
|
ci-info "^4.0.0"
|
|
7878
|
-
npm-package-arg "^
|
|
7879
|
-
pacote "^
|
|
7880
|
-
proc-log "^
|
|
7881
|
-
read "^
|
|
7882
|
-
read-package-json-fast "^4.0.0"
|
|
7878
|
+
npm-package-arg "^13.0.0"
|
|
7879
|
+
pacote "^21.0.2"
|
|
7880
|
+
proc-log "^6.0.0"
|
|
7881
|
+
read "^5.0.1"
|
|
7883
7882
|
semver "^7.3.7"
|
|
7884
|
-
|
|
7885
|
-
|
|
7886
|
-
libnpmfund@^6.0.5:
|
|
7887
|
-
version "6.0.5"
|
|
7888
|
-
resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-6.0.5.tgz"
|
|
7889
|
-
integrity sha512-8tGUrvobGjeAmbUxFI7ivjgWpeGsSz9CmI7FtrMdu7iGbtAcTESszl2J+R1+Pu0M+TO9fQIbyeovWGM6lI0akA==
|
|
7890
|
-
dependencies:
|
|
7891
|
-
"@npmcli/arborist" "^8.0.5"
|
|
7883
|
+
signal-exit "^4.1.0"
|
|
7884
|
+
walk-up-path "^4.0.0"
|
|
7892
7885
|
|
|
7893
|
-
|
|
7894
|
-
version "
|
|
7895
|
-
resolved "https://registry.npmjs.org/
|
|
7896
|
-
integrity sha512-
|
|
7886
|
+
libnpmfund@^7.0.20:
|
|
7887
|
+
version "7.0.20"
|
|
7888
|
+
resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.20.tgz"
|
|
7889
|
+
integrity sha512-H1FvUdssvUlAfQJsNotf+DUetF2mS7d2sW8+MByLCMmgsZ+OkKbXgQit0PCjAwg8BD/Z/f8UO0FJT7bOYe73fQ==
|
|
7897
7890
|
dependencies:
|
|
7898
|
-
|
|
7899
|
-
npm-registry-fetch "^18.0.1"
|
|
7891
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7900
7892
|
|
|
7901
|
-
libnpmorg@^
|
|
7902
|
-
version "
|
|
7903
|
-
resolved "https://registry.npmjs.org/libnpmorg/-/libnpmorg-
|
|
7904
|
-
integrity sha512
|
|
7893
|
+
libnpmorg@^8.0.1:
|
|
7894
|
+
version "8.0.1"
|
|
7895
|
+
resolved "https://registry.npmjs.org/libnpmorg/-/libnpmorg-8.0.1.tgz"
|
|
7896
|
+
integrity sha512-/QeyXXg4hqMw0ESM7pERjIT2wbR29qtFOWIOug/xO4fRjS3jJJhoAPQNsnHtdwnCqgBdFpGQ45aIdFFZx2YhTA==
|
|
7905
7897
|
dependencies:
|
|
7906
7898
|
aproba "^2.0.0"
|
|
7907
|
-
npm-registry-fetch "^
|
|
7899
|
+
npm-registry-fetch "^19.0.0"
|
|
7908
7900
|
|
|
7909
|
-
libnpmpack@^
|
|
7910
|
-
version "
|
|
7911
|
-
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-
|
|
7912
|
-
integrity sha512-
|
|
7901
|
+
libnpmpack@^9.1.6:
|
|
7902
|
+
version "9.1.6"
|
|
7903
|
+
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.6.tgz"
|
|
7904
|
+
integrity sha512-Uov/MsMO+1MdJdT4PKdz6MiLNuZb73REKxbxKXKcNUaDkeBGNXxGB1GUxpdsvZlx1sos4MQDTYw34q4yw7hzHw==
|
|
7913
7905
|
dependencies:
|
|
7914
|
-
"@npmcli/arborist" "^
|
|
7915
|
-
"@npmcli/run-script" "^
|
|
7916
|
-
npm-package-arg "^
|
|
7917
|
-
pacote "^
|
|
7906
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7907
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7908
|
+
npm-package-arg "^13.0.0"
|
|
7909
|
+
pacote "^21.0.2"
|
|
7918
7910
|
|
|
7919
|
-
libnpmpublish@^
|
|
7920
|
-
version "
|
|
7921
|
-
resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-
|
|
7922
|
-
integrity sha512-
|
|
7911
|
+
libnpmpublish@^11.1.3:
|
|
7912
|
+
version "11.1.3"
|
|
7913
|
+
resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-11.1.3.tgz"
|
|
7914
|
+
integrity sha512-NVPTth/71cfbdYHqypcO9Lt5WFGTzFEcx81lWd7GDJIgZ95ERdYHGUfCtFejHCyqodKsQkNEx2JCkMpreDty/A==
|
|
7923
7915
|
dependencies:
|
|
7916
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7924
7917
|
ci-info "^4.0.0"
|
|
7925
|
-
|
|
7926
|
-
npm-
|
|
7927
|
-
|
|
7928
|
-
proc-log "^5.0.0"
|
|
7918
|
+
npm-package-arg "^13.0.0"
|
|
7919
|
+
npm-registry-fetch "^19.0.0"
|
|
7920
|
+
proc-log "^6.0.0"
|
|
7929
7921
|
semver "^7.3.7"
|
|
7930
|
-
sigstore "^
|
|
7931
|
-
ssri "^
|
|
7922
|
+
sigstore "^4.0.0"
|
|
7923
|
+
ssri "^13.0.0"
|
|
7932
7924
|
|
|
7933
|
-
libnpmsearch@^
|
|
7934
|
-
version "
|
|
7935
|
-
resolved "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-
|
|
7936
|
-
integrity sha512-
|
|
7925
|
+
libnpmsearch@^9.0.1:
|
|
7926
|
+
version "9.0.1"
|
|
7927
|
+
resolved "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-9.0.1.tgz"
|
|
7928
|
+
integrity sha512-oKw58X415ERY/BOGV3jQPVMcep8YeMRWMzuuqB0BAIM5VxicOU1tQt19ExCu4SV77SiTOEoziHxGEgJGw3FBYQ==
|
|
7937
7929
|
dependencies:
|
|
7938
|
-
npm-registry-fetch "^
|
|
7930
|
+
npm-registry-fetch "^19.0.0"
|
|
7939
7931
|
|
|
7940
|
-
libnpmteam@^
|
|
7941
|
-
version "
|
|
7942
|
-
resolved "https://registry.npmjs.org/libnpmteam/-/libnpmteam-
|
|
7943
|
-
integrity sha512-
|
|
7932
|
+
libnpmteam@^8.0.2:
|
|
7933
|
+
version "8.0.2"
|
|
7934
|
+
resolved "https://registry.npmjs.org/libnpmteam/-/libnpmteam-8.0.2.tgz"
|
|
7935
|
+
integrity sha512-ypLrDUQoi8EhG+gzx5ENMcYq23YjPV17Mfvx4nOnQiHOi8vp47+4GvZBrMsEM4yeHPwxguF/HZoXH4rJfHdH/w==
|
|
7944
7936
|
dependencies:
|
|
7945
7937
|
aproba "^2.0.0"
|
|
7946
|
-
npm-registry-fetch "^
|
|
7938
|
+
npm-registry-fetch "^19.0.0"
|
|
7947
7939
|
|
|
7948
|
-
libnpmversion@^
|
|
7949
|
-
version "
|
|
7950
|
-
resolved "https://registry.npmjs.org/libnpmversion/-/libnpmversion-
|
|
7951
|
-
integrity sha512-
|
|
7940
|
+
libnpmversion@^8.0.3:
|
|
7941
|
+
version "8.0.3"
|
|
7942
|
+
resolved "https://registry.npmjs.org/libnpmversion/-/libnpmversion-8.0.3.tgz"
|
|
7943
|
+
integrity sha512-Avj1GG3DT6MGzWOOk3yA7rORcMDUPizkIGbI8glHCO7WoYn3NYNmskLDwxg2NMY1Tyf2vrHAqTuSG58uqd1lJg==
|
|
7952
7944
|
dependencies:
|
|
7953
|
-
"@npmcli/git" "^
|
|
7954
|
-
"@npmcli/run-script" "^
|
|
7955
|
-
json-parse-even-better-errors "^
|
|
7956
|
-
proc-log "^
|
|
7945
|
+
"@npmcli/git" "^7.0.0"
|
|
7946
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7947
|
+
json-parse-even-better-errors "^5.0.0"
|
|
7948
|
+
proc-log "^6.0.0"
|
|
7957
7949
|
semver "^7.3.7"
|
|
7958
7950
|
|
|
7959
7951
|
lie@~3.3.0:
|
|
@@ -8202,15 +8194,20 @@ lowercase-keys@^3.0.0:
|
|
|
8202
8194
|
resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz"
|
|
8203
8195
|
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
|
|
8204
8196
|
|
|
8205
|
-
lru-cache@^10.0.1
|
|
8197
|
+
lru-cache@^10.0.1:
|
|
8198
|
+
version "10.2.2"
|
|
8199
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz"
|
|
8200
|
+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
8201
|
+
|
|
8202
|
+
lru-cache@^10.2.0:
|
|
8206
8203
|
version "10.2.2"
|
|
8207
8204
|
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz"
|
|
8208
8205
|
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
8209
8206
|
|
|
8210
|
-
lru-cache@^11.0.0:
|
|
8211
|
-
version "11.
|
|
8212
|
-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
8213
|
-
integrity sha512-
|
|
8207
|
+
lru-cache@^11.0.0, lru-cache@^11.1.0, lru-cache@^11.2.1:
|
|
8208
|
+
version "11.3.5"
|
|
8209
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz"
|
|
8210
|
+
integrity sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==
|
|
8214
8211
|
|
|
8215
8212
|
lru-cache@^5.1.1:
|
|
8216
8213
|
version "5.1.1"
|
|
@@ -8255,22 +8252,23 @@ make-error@^1.1.1:
|
|
|
8255
8252
|
resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz"
|
|
8256
8253
|
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
|
8257
8254
|
|
|
8258
|
-
make-fetch-happen@^
|
|
8259
|
-
version "
|
|
8260
|
-
resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-
|
|
8261
|
-
integrity sha512-
|
|
8255
|
+
make-fetch-happen@^15.0.0, make-fetch-happen@^15.0.1, make-fetch-happen@^15.0.4, make-fetch-happen@^15.0.5:
|
|
8256
|
+
version "15.0.5"
|
|
8257
|
+
resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.5.tgz"
|
|
8258
|
+
integrity sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==
|
|
8262
8259
|
dependencies:
|
|
8263
|
-
"@
|
|
8264
|
-
|
|
8260
|
+
"@gar/promise-retry" "^1.0.0"
|
|
8261
|
+
"@npmcli/agent" "^4.0.0"
|
|
8262
|
+
"@npmcli/redact" "^4.0.0"
|
|
8263
|
+
cacache "^20.0.1"
|
|
8265
8264
|
http-cache-semantics "^4.1.1"
|
|
8266
8265
|
minipass "^7.0.2"
|
|
8267
|
-
minipass-fetch "^
|
|
8266
|
+
minipass-fetch "^5.0.0"
|
|
8268
8267
|
minipass-flush "^1.0.5"
|
|
8269
8268
|
minipass-pipeline "^1.2.4"
|
|
8270
8269
|
negotiator "^1.0.0"
|
|
8271
|
-
proc-log "^
|
|
8272
|
-
|
|
8273
|
-
ssri "^12.0.0"
|
|
8270
|
+
proc-log "^6.0.0"
|
|
8271
|
+
ssri "^13.0.0"
|
|
8274
8272
|
|
|
8275
8273
|
map-obj@^1.0.0:
|
|
8276
8274
|
version "1.0.1"
|
|
@@ -8484,21 +8482,7 @@ min-indent@^1.0.0:
|
|
|
8484
8482
|
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
|
|
8485
8483
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
8486
8484
|
|
|
8487
|
-
minimatch@^10.1.1:
|
|
8488
|
-
version "10.2.5"
|
|
8489
|
-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
8490
|
-
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
8491
|
-
dependencies:
|
|
8492
|
-
brace-expansion "^5.0.5"
|
|
8493
|
-
|
|
8494
|
-
minimatch@^10.2.4:
|
|
8495
|
-
version "10.2.5"
|
|
8496
|
-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
8497
|
-
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
8498
|
-
dependencies:
|
|
8499
|
-
brace-expansion "^5.0.5"
|
|
8500
|
-
|
|
8501
|
-
minimatch@^10.2.5:
|
|
8485
|
+
minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
|
|
8502
8486
|
version "10.2.5"
|
|
8503
8487
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
8504
8488
|
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
@@ -8533,7 +8517,21 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
8533
8517
|
dependencies:
|
|
8534
8518
|
brace-expansion "^2.0.1"
|
|
8535
8519
|
|
|
8536
|
-
minimatch@^9.0.
|
|
8520
|
+
minimatch@^9.0.4:
|
|
8521
|
+
version "9.0.9"
|
|
8522
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8523
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
8524
|
+
dependencies:
|
|
8525
|
+
brace-expansion "^2.0.2"
|
|
8526
|
+
|
|
8527
|
+
minimatch@^9.0.5:
|
|
8528
|
+
version "9.0.9"
|
|
8529
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8530
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
8531
|
+
dependencies:
|
|
8532
|
+
brace-expansion "^2.0.2"
|
|
8533
|
+
|
|
8534
|
+
minimatch@^9.0.9:
|
|
8537
8535
|
version "9.0.9"
|
|
8538
8536
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8539
8537
|
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
@@ -8575,16 +8573,16 @@ minipass-collect@^2.0.1:
|
|
|
8575
8573
|
dependencies:
|
|
8576
8574
|
minipass "^7.0.3"
|
|
8577
8575
|
|
|
8578
|
-
minipass-fetch@^
|
|
8579
|
-
version "
|
|
8580
|
-
resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-
|
|
8581
|
-
integrity sha512-
|
|
8576
|
+
minipass-fetch@^5.0.0:
|
|
8577
|
+
version "5.0.2"
|
|
8578
|
+
resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-5.0.2.tgz"
|
|
8579
|
+
integrity sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==
|
|
8582
8580
|
dependencies:
|
|
8583
8581
|
minipass "^7.0.3"
|
|
8584
|
-
minipass-sized "^
|
|
8582
|
+
minipass-sized "^2.0.0"
|
|
8585
8583
|
minizlib "^3.0.1"
|
|
8586
8584
|
optionalDependencies:
|
|
8587
|
-
|
|
8585
|
+
iconv-lite "^0.7.2"
|
|
8588
8586
|
|
|
8589
8587
|
minipass-flush@^1.0.5:
|
|
8590
8588
|
version "1.0.5"
|
|
@@ -8600,12 +8598,12 @@ minipass-pipeline@^1.2.4:
|
|
|
8600
8598
|
dependencies:
|
|
8601
8599
|
minipass "^3.0.0"
|
|
8602
8600
|
|
|
8603
|
-
minipass-sized@^
|
|
8604
|
-
version "
|
|
8605
|
-
resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-
|
|
8606
|
-
integrity sha512-
|
|
8601
|
+
minipass-sized@^2.0.0:
|
|
8602
|
+
version "2.0.0"
|
|
8603
|
+
resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-2.0.0.tgz"
|
|
8604
|
+
integrity sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==
|
|
8607
8605
|
dependencies:
|
|
8608
|
-
minipass "^
|
|
8606
|
+
minipass "^7.1.2"
|
|
8609
8607
|
|
|
8610
8608
|
minipass@^3.0.0:
|
|
8611
8609
|
version "3.3.6"
|
|
@@ -8619,19 +8617,6 @@ minipass@^3.0.0:
|
|
|
8619
8617
|
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz"
|
|
8620
8618
|
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
|
|
8621
8619
|
|
|
8622
|
-
minipass@^5.0.0:
|
|
8623
|
-
version "5.0.0"
|
|
8624
|
-
resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz"
|
|
8625
|
-
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
|
|
8626
|
-
|
|
8627
|
-
minizlib@^2.1.1:
|
|
8628
|
-
version "2.1.2"
|
|
8629
|
-
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz"
|
|
8630
|
-
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
|
|
8631
|
-
dependencies:
|
|
8632
|
-
minipass "^3.0.0"
|
|
8633
|
-
yallist "^4.0.0"
|
|
8634
|
-
|
|
8635
8620
|
minizlib@^3.0.1, minizlib@^3.1.0:
|
|
8636
8621
|
version "3.1.0"
|
|
8637
8622
|
resolved "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz"
|
|
@@ -8644,11 +8629,6 @@ mkdirp-classic@^0.5.2:
|
|
|
8644
8629
|
resolved "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz"
|
|
8645
8630
|
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
|
|
8646
8631
|
|
|
8647
|
-
mkdirp@^1.0.3:
|
|
8648
|
-
version "1.0.4"
|
|
8649
|
-
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
|
|
8650
|
-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
|
8651
|
-
|
|
8652
8632
|
mnemonist@^0.39.0:
|
|
8653
8633
|
version "0.39.8"
|
|
8654
8634
|
resolved "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.8.tgz"
|
|
@@ -8720,6 +8700,11 @@ mute-stream@^2.0.0:
|
|
|
8720
8700
|
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz"
|
|
8721
8701
|
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
|
|
8722
8702
|
|
|
8703
|
+
mute-stream@^3.0.0:
|
|
8704
|
+
version "3.0.0"
|
|
8705
|
+
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz"
|
|
8706
|
+
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
8707
|
+
|
|
8723
8708
|
natural-compare@^1.4.0:
|
|
8724
8709
|
version "1.4.0"
|
|
8725
8710
|
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
@@ -8809,21 +8794,21 @@ node-fetch@^2.6.1, node-fetch@^2.6.9:
|
|
|
8809
8794
|
dependencies:
|
|
8810
8795
|
whatwg-url "^5.0.0"
|
|
8811
8796
|
|
|
8812
|
-
node-gyp@^
|
|
8813
|
-
version "
|
|
8814
|
-
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-
|
|
8815
|
-
integrity sha512-
|
|
8797
|
+
node-gyp@^12.1.0, node-gyp@^12.3.0:
|
|
8798
|
+
version "12.3.0"
|
|
8799
|
+
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-12.3.0.tgz"
|
|
8800
|
+
integrity sha512-QNcUWM+HgJplcPzBvFBZ9VXacyGZ4+VTOb80PwWR+TlVzoHbRKULNEzpRsnaoxG3Wzr7Qh7BYxGDU3CbKib2Yg==
|
|
8816
8801
|
dependencies:
|
|
8817
8802
|
env-paths "^2.2.0"
|
|
8818
8803
|
exponential-backoff "^3.1.1"
|
|
8819
8804
|
graceful-fs "^4.2.6"
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
proc-log "^5.0.0"
|
|
8805
|
+
nopt "^9.0.0"
|
|
8806
|
+
proc-log "^6.0.0"
|
|
8823
8807
|
semver "^7.3.5"
|
|
8824
|
-
tar "^7.4
|
|
8808
|
+
tar "^7.5.4"
|
|
8825
8809
|
tinyglobby "^0.2.12"
|
|
8826
|
-
|
|
8810
|
+
undici "^6.25.0"
|
|
8811
|
+
which "^6.0.0"
|
|
8827
8812
|
|
|
8828
8813
|
node-preload@^0.2.1:
|
|
8829
8814
|
version "0.2.1"
|
|
@@ -8837,12 +8822,12 @@ node-releases@^2.0.19:
|
|
|
8837
8822
|
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz"
|
|
8838
8823
|
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
|
|
8839
8824
|
|
|
8840
|
-
nopt@^
|
|
8841
|
-
version "
|
|
8842
|
-
resolved "https://registry.npmjs.org/nopt/-/nopt-
|
|
8843
|
-
integrity sha512-
|
|
8825
|
+
nopt@^9.0.0:
|
|
8826
|
+
version "9.0.0"
|
|
8827
|
+
resolved "https://registry.npmjs.org/nopt/-/nopt-9.0.0.tgz"
|
|
8828
|
+
integrity sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==
|
|
8844
8829
|
dependencies:
|
|
8845
|
-
abbrev "^
|
|
8830
|
+
abbrev "^4.0.0"
|
|
8846
8831
|
|
|
8847
8832
|
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
|
8848
8833
|
version "2.5.0"
|
|
@@ -8883,15 +8868,6 @@ normalize-package-data@^6:
|
|
|
8883
8868
|
semver "^7.3.5"
|
|
8884
8869
|
validate-npm-package-license "^3.0.4"
|
|
8885
8870
|
|
|
8886
|
-
normalize-package-data@^7.0.0, normalize-package-data@^7.0.1:
|
|
8887
|
-
version "7.0.1"
|
|
8888
|
-
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-7.0.1.tgz"
|
|
8889
|
-
integrity sha512-linxNAT6M0ebEYZOx2tO6vBEFsVgnPpv+AVjk0wJHfaUIbq31Jm3T6vvZaarnOeWDh8ShnwXuaAyM7WT3RzErA==
|
|
8890
|
-
dependencies:
|
|
8891
|
-
hosted-git-info "^8.0.0"
|
|
8892
|
-
semver "^7.3.5"
|
|
8893
|
-
validate-npm-package-license "^3.0.4"
|
|
8894
|
-
|
|
8895
8871
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
|
8896
8872
|
version "3.0.0"
|
|
8897
8873
|
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
|
|
@@ -8907,29 +8883,29 @@ normalize-url@^8.0.0:
|
|
|
8907
8883
|
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz"
|
|
8908
8884
|
integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==
|
|
8909
8885
|
|
|
8910
|
-
npm-audit-report@^
|
|
8911
|
-
version "
|
|
8912
|
-
resolved "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-
|
|
8913
|
-
integrity sha512-
|
|
8886
|
+
npm-audit-report@^7.0.0:
|
|
8887
|
+
version "7.0.0"
|
|
8888
|
+
resolved "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-7.0.0.tgz"
|
|
8889
|
+
integrity sha512-bluLL4xwGr/3PERYz50h2Upco0TJMDcLcymuFnfDWeGO99NqH724MNzhWi5sXXuXf2jbytFF0LyR8W+w1jTI6A==
|
|
8914
8890
|
|
|
8915
|
-
npm-bundled@^
|
|
8916
|
-
version "
|
|
8917
|
-
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-
|
|
8918
|
-
integrity sha512-
|
|
8891
|
+
npm-bundled@^5.0.0:
|
|
8892
|
+
version "5.0.0"
|
|
8893
|
+
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-5.0.0.tgz"
|
|
8894
|
+
integrity sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==
|
|
8919
8895
|
dependencies:
|
|
8920
|
-
npm-normalize-package-bin "^
|
|
8896
|
+
npm-normalize-package-bin "^5.0.0"
|
|
8921
8897
|
|
|
8922
|
-
npm-install-checks@^
|
|
8923
|
-
version "
|
|
8924
|
-
resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-
|
|
8925
|
-
integrity sha512-
|
|
8898
|
+
npm-install-checks@^8.0.0:
|
|
8899
|
+
version "8.0.0"
|
|
8900
|
+
resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-8.0.0.tgz"
|
|
8901
|
+
integrity sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==
|
|
8926
8902
|
dependencies:
|
|
8927
8903
|
semver "^7.1.1"
|
|
8928
8904
|
|
|
8929
|
-
npm-normalize-package-bin@^
|
|
8930
|
-
version "
|
|
8931
|
-
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-
|
|
8932
|
-
integrity sha512-
|
|
8905
|
+
npm-normalize-package-bin@^5.0.0:
|
|
8906
|
+
version "5.0.0"
|
|
8907
|
+
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz"
|
|
8908
|
+
integrity sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==
|
|
8933
8909
|
|
|
8934
8910
|
npm-package-arg@^11.0.3:
|
|
8935
8911
|
version "11.0.3"
|
|
@@ -8941,54 +8917,55 @@ npm-package-arg@^11.0.3:
|
|
|
8941
8917
|
semver "^7.3.5"
|
|
8942
8918
|
validate-npm-package-name "^5.0.0"
|
|
8943
8919
|
|
|
8944
|
-
npm-package-arg@^
|
|
8945
|
-
version "
|
|
8946
|
-
resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-
|
|
8947
|
-
integrity sha512-
|
|
8920
|
+
npm-package-arg@^13.0.0, npm-package-arg@^13.0.2:
|
|
8921
|
+
version "13.0.2"
|
|
8922
|
+
resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-13.0.2.tgz"
|
|
8923
|
+
integrity sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==
|
|
8948
8924
|
dependencies:
|
|
8949
|
-
hosted-git-info "^
|
|
8950
|
-
proc-log "^
|
|
8925
|
+
hosted-git-info "^9.0.0"
|
|
8926
|
+
proc-log "^6.0.0"
|
|
8951
8927
|
semver "^7.3.5"
|
|
8952
|
-
validate-npm-package-name "^
|
|
8928
|
+
validate-npm-package-name "^7.0.0"
|
|
8953
8929
|
|
|
8954
|
-
npm-packlist@^
|
|
8955
|
-
version "
|
|
8956
|
-
resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-
|
|
8957
|
-
integrity sha512-
|
|
8930
|
+
npm-packlist@^10.0.1:
|
|
8931
|
+
version "10.0.4"
|
|
8932
|
+
resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.4.tgz"
|
|
8933
|
+
integrity sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==
|
|
8958
8934
|
dependencies:
|
|
8959
|
-
ignore-walk "^
|
|
8935
|
+
ignore-walk "^8.0.0"
|
|
8936
|
+
proc-log "^6.0.0"
|
|
8960
8937
|
|
|
8961
|
-
npm-pick-manifest@^
|
|
8962
|
-
version "
|
|
8963
|
-
resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-
|
|
8964
|
-
integrity sha512-
|
|
8938
|
+
npm-pick-manifest@^11.0.1, npm-pick-manifest@^11.0.3:
|
|
8939
|
+
version "11.0.3"
|
|
8940
|
+
resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz"
|
|
8941
|
+
integrity sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==
|
|
8965
8942
|
dependencies:
|
|
8966
|
-
npm-install-checks "^
|
|
8967
|
-
npm-normalize-package-bin "^
|
|
8968
|
-
npm-package-arg "^
|
|
8943
|
+
npm-install-checks "^8.0.0"
|
|
8944
|
+
npm-normalize-package-bin "^5.0.0"
|
|
8945
|
+
npm-package-arg "^13.0.0"
|
|
8969
8946
|
semver "^7.3.5"
|
|
8970
8947
|
|
|
8971
|
-
npm-profile@^
|
|
8972
|
-
version "
|
|
8973
|
-
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-
|
|
8974
|
-
integrity sha512-
|
|
8948
|
+
npm-profile@^12.0.1:
|
|
8949
|
+
version "12.0.1"
|
|
8950
|
+
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.1.tgz"
|
|
8951
|
+
integrity sha512-Xs1mejJ1/9IKucCxdFMkiBJUre0xaxfCpbsO7DB7CadITuT4k68eI05HBlw4kj+Em1rsFMgeFNljFPYvPETbVQ==
|
|
8975
8952
|
dependencies:
|
|
8976
|
-
npm-registry-fetch "^
|
|
8977
|
-
proc-log "^
|
|
8953
|
+
npm-registry-fetch "^19.0.0"
|
|
8954
|
+
proc-log "^6.0.0"
|
|
8978
8955
|
|
|
8979
|
-
npm-registry-fetch@^
|
|
8980
|
-
version "
|
|
8981
|
-
resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-
|
|
8982
|
-
integrity sha512-
|
|
8956
|
+
npm-registry-fetch@^19.0.0, npm-registry-fetch@^19.1.1:
|
|
8957
|
+
version "19.1.1"
|
|
8958
|
+
resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz"
|
|
8959
|
+
integrity sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==
|
|
8983
8960
|
dependencies:
|
|
8984
|
-
"@npmcli/redact" "^
|
|
8961
|
+
"@npmcli/redact" "^4.0.0"
|
|
8985
8962
|
jsonparse "^1.3.1"
|
|
8986
|
-
make-fetch-happen "^
|
|
8963
|
+
make-fetch-happen "^15.0.0"
|
|
8987
8964
|
minipass "^7.0.2"
|
|
8988
|
-
minipass-fetch "^
|
|
8965
|
+
minipass-fetch "^5.0.0"
|
|
8989
8966
|
minizlib "^3.0.1"
|
|
8990
|
-
npm-package-arg "^
|
|
8991
|
-
proc-log "^
|
|
8967
|
+
npm-package-arg "^13.0.0"
|
|
8968
|
+
proc-log "^6.0.0"
|
|
8992
8969
|
|
|
8993
8970
|
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
|
|
8994
8971
|
version "4.0.1"
|
|
@@ -9004,84 +8981,81 @@ npm-run-path@^5.3.0:
|
|
|
9004
8981
|
dependencies:
|
|
9005
8982
|
path-key "^4.0.0"
|
|
9006
8983
|
|
|
9007
|
-
npm-user-validate@^
|
|
9008
|
-
version "
|
|
9009
|
-
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-
|
|
9010
|
-
integrity sha512-
|
|
8984
|
+
npm-user-validate@^4.0.0:
|
|
8985
|
+
version "4.0.0"
|
|
8986
|
+
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-4.0.0.tgz"
|
|
8987
|
+
integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ==
|
|
9011
8988
|
|
|
9012
|
-
npm@^
|
|
9013
|
-
version "
|
|
9014
|
-
resolved "https://registry.npmjs.org/npm/-/npm-
|
|
9015
|
-
integrity sha512-
|
|
8989
|
+
npm@^11.13.0:
|
|
8990
|
+
version "11.13.0"
|
|
8991
|
+
resolved "https://registry.npmjs.org/npm/-/npm-11.13.0.tgz"
|
|
8992
|
+
integrity sha512-cRmhaghDWA1lFgl3Ug4/VxDJdPBK/U+tNtnrl9kXunFqhWw1x4xL5txkNn7qzPuVfvXOmXyjHpMwsuk2uisbkg==
|
|
9016
8993
|
dependencies:
|
|
9017
8994
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
9018
|
-
"@npmcli/arborist" "^
|
|
9019
|
-
"@npmcli/config" "^
|
|
9020
|
-
"@npmcli/fs" "^
|
|
9021
|
-
"@npmcli/map-workspaces" "^
|
|
9022
|
-
"@npmcli/
|
|
9023
|
-
"@npmcli/
|
|
9024
|
-
"@npmcli/
|
|
9025
|
-
"@npmcli/
|
|
9026
|
-
"@
|
|
9027
|
-
|
|
8995
|
+
"@npmcli/arborist" "^9.4.3"
|
|
8996
|
+
"@npmcli/config" "^10.8.1"
|
|
8997
|
+
"@npmcli/fs" "^5.0.0"
|
|
8998
|
+
"@npmcli/map-workspaces" "^5.0.3"
|
|
8999
|
+
"@npmcli/metavuln-calculator" "^9.0.3"
|
|
9000
|
+
"@npmcli/package-json" "^7.0.5"
|
|
9001
|
+
"@npmcli/promise-spawn" "^9.0.1"
|
|
9002
|
+
"@npmcli/redact" "^4.0.0"
|
|
9003
|
+
"@npmcli/run-script" "^10.0.4"
|
|
9004
|
+
"@sigstore/tuf" "^4.0.2"
|
|
9005
|
+
abbrev "^4.0.0"
|
|
9028
9006
|
archy "~1.0.0"
|
|
9029
|
-
cacache "^
|
|
9007
|
+
cacache "^20.0.4"
|
|
9030
9008
|
chalk "^5.6.2"
|
|
9031
9009
|
ci-info "^4.4.0"
|
|
9032
|
-
cli-columns "^4.0.0"
|
|
9033
9010
|
fastest-levenshtein "^1.0.16"
|
|
9034
9011
|
fs-minipass "^3.0.3"
|
|
9035
|
-
glob "^
|
|
9012
|
+
glob "^13.0.6"
|
|
9036
9013
|
graceful-fs "^4.2.11"
|
|
9037
|
-
hosted-git-info "^
|
|
9038
|
-
ini "^
|
|
9039
|
-
init-package-json "^
|
|
9040
|
-
is-cidr "^
|
|
9041
|
-
json-parse-even-better-errors "^
|
|
9042
|
-
libnpmaccess "^
|
|
9043
|
-
libnpmdiff "^
|
|
9044
|
-
libnpmexec "^
|
|
9045
|
-
libnpmfund "^
|
|
9046
|
-
|
|
9047
|
-
|
|
9048
|
-
|
|
9049
|
-
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
|
|
9053
|
-
|
|
9054
|
-
minimatch "^9.0.9"
|
|
9014
|
+
hosted-git-info "^9.0.2"
|
|
9015
|
+
ini "^6.0.0"
|
|
9016
|
+
init-package-json "^8.2.5"
|
|
9017
|
+
is-cidr "^6.0.4"
|
|
9018
|
+
json-parse-even-better-errors "^5.0.0"
|
|
9019
|
+
libnpmaccess "^10.0.3"
|
|
9020
|
+
libnpmdiff "^8.1.6"
|
|
9021
|
+
libnpmexec "^10.2.6"
|
|
9022
|
+
libnpmfund "^7.0.20"
|
|
9023
|
+
libnpmorg "^8.0.1"
|
|
9024
|
+
libnpmpack "^9.1.6"
|
|
9025
|
+
libnpmpublish "^11.1.3"
|
|
9026
|
+
libnpmsearch "^9.0.1"
|
|
9027
|
+
libnpmteam "^8.0.2"
|
|
9028
|
+
libnpmversion "^8.0.3"
|
|
9029
|
+
make-fetch-happen "^15.0.5"
|
|
9030
|
+
minimatch "^10.2.5"
|
|
9055
9031
|
minipass "^7.1.3"
|
|
9056
9032
|
minipass-pipeline "^1.2.4"
|
|
9057
9033
|
ms "^2.1.2"
|
|
9058
|
-
node-gyp "^
|
|
9059
|
-
nopt "^
|
|
9060
|
-
|
|
9061
|
-
npm-
|
|
9062
|
-
npm-
|
|
9063
|
-
npm-
|
|
9064
|
-
npm-
|
|
9065
|
-
npm-
|
|
9066
|
-
npm-
|
|
9067
|
-
npm-user-validate "^3.0.0"
|
|
9034
|
+
node-gyp "^12.3.0"
|
|
9035
|
+
nopt "^9.0.0"
|
|
9036
|
+
npm-audit-report "^7.0.0"
|
|
9037
|
+
npm-install-checks "^8.0.0"
|
|
9038
|
+
npm-package-arg "^13.0.2"
|
|
9039
|
+
npm-pick-manifest "^11.0.3"
|
|
9040
|
+
npm-profile "^12.0.1"
|
|
9041
|
+
npm-registry-fetch "^19.1.1"
|
|
9042
|
+
npm-user-validate "^4.0.0"
|
|
9068
9043
|
p-map "^7.0.4"
|
|
9069
|
-
pacote "^
|
|
9070
|
-
parse-conflict-json "^
|
|
9071
|
-
proc-log "^
|
|
9044
|
+
pacote "^21.5.0"
|
|
9045
|
+
parse-conflict-json "^5.0.1"
|
|
9046
|
+
proc-log "^6.1.0"
|
|
9072
9047
|
qrcode-terminal "^0.12.0"
|
|
9073
|
-
read "^
|
|
9048
|
+
read "^5.0.1"
|
|
9074
9049
|
semver "^7.7.4"
|
|
9075
9050
|
spdx-expression-parse "^4.0.0"
|
|
9076
|
-
ssri "^
|
|
9077
|
-
supports-color "^
|
|
9078
|
-
tar "^7.5.
|
|
9051
|
+
ssri "^13.0.1"
|
|
9052
|
+
supports-color "^10.2.2"
|
|
9053
|
+
tar "^7.5.13"
|
|
9079
9054
|
text-table "~0.2.0"
|
|
9080
|
-
tiny-relative-date "^
|
|
9055
|
+
tiny-relative-date "^2.0.2"
|
|
9081
9056
|
treeverse "^3.0.0"
|
|
9082
|
-
validate-npm-package-name "^
|
|
9083
|
-
which "^
|
|
9084
|
-
write-file-atomic "^6.0.0"
|
|
9057
|
+
validate-npm-package-name "^7.0.2"
|
|
9058
|
+
which "^6.0.1"
|
|
9085
9059
|
|
|
9086
9060
|
nyc@^17.0.0:
|
|
9087
9061
|
version "17.1.0"
|
|
@@ -9406,70 +9380,28 @@ package-json-from-dist@^1.0.0:
|
|
|
9406
9380
|
resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz"
|
|
9407
9381
|
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
|
|
9408
9382
|
|
|
9409
|
-
pacote@^
|
|
9410
|
-
version "
|
|
9411
|
-
resolved "https://registry.npmjs.org/pacote/-/pacote-
|
|
9412
|
-
integrity sha512-
|
|
9413
|
-
dependencies:
|
|
9414
|
-
"@
|
|
9415
|
-
"@npmcli/
|
|
9416
|
-
"@npmcli/package-
|
|
9417
|
-
"@npmcli/
|
|
9418
|
-
"@npmcli/
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
minipass "^7.0.2"
|
|
9422
|
-
npm-package-arg "^12.0.0"
|
|
9423
|
-
npm-packlist "^9.0.0"
|
|
9424
|
-
npm-pick-manifest "^10.0.0"
|
|
9425
|
-
npm-registry-fetch "^18.0.0"
|
|
9426
|
-
proc-log "^5.0.0"
|
|
9427
|
-
promise-retry "^2.0.1"
|
|
9428
|
-
sigstore "^3.0.0"
|
|
9429
|
-
ssri "^12.0.0"
|
|
9430
|
-
tar "^6.1.11"
|
|
9431
|
-
|
|
9432
|
-
pacote@^19.0.1:
|
|
9433
|
-
version "19.0.2"
|
|
9434
|
-
dependencies:
|
|
9435
|
-
"@npmcli/git" "^6.0.0"
|
|
9436
|
-
"@npmcli/installed-package-contents" "^3.0.0"
|
|
9437
|
-
"@npmcli/package-json" "^6.0.0"
|
|
9438
|
-
"@npmcli/promise-spawn" "^8.0.0"
|
|
9439
|
-
"@npmcli/run-script" "^9.0.0"
|
|
9440
|
-
cacache "^19.0.0"
|
|
9383
|
+
pacote@^21.0.0, pacote@^21.0.2, pacote@^21.5.0:
|
|
9384
|
+
version "21.5.0"
|
|
9385
|
+
resolved "https://registry.npmjs.org/pacote/-/pacote-21.5.0.tgz"
|
|
9386
|
+
integrity sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ==
|
|
9387
|
+
dependencies:
|
|
9388
|
+
"@gar/promise-retry" "^1.0.0"
|
|
9389
|
+
"@npmcli/git" "^7.0.0"
|
|
9390
|
+
"@npmcli/installed-package-contents" "^4.0.0"
|
|
9391
|
+
"@npmcli/package-json" "^7.0.0"
|
|
9392
|
+
"@npmcli/promise-spawn" "^9.0.0"
|
|
9393
|
+
"@npmcli/run-script" "^10.0.0"
|
|
9394
|
+
cacache "^20.0.0"
|
|
9441
9395
|
fs-minipass "^3.0.0"
|
|
9442
9396
|
minipass "^7.0.2"
|
|
9443
|
-
npm-package-arg "^
|
|
9444
|
-
npm-packlist "^
|
|
9445
|
-
npm-pick-manifest "^
|
|
9446
|
-
npm-registry-fetch "^
|
|
9447
|
-
proc-log "^
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
tar "^7.5.10"
|
|
9452
|
-
|
|
9453
|
-
pacote@^20.0.0:
|
|
9454
|
-
version "20.0.1"
|
|
9455
|
-
dependencies:
|
|
9456
|
-
"@npmcli/git" "^6.0.0"
|
|
9457
|
-
"@npmcli/installed-package-contents" "^3.0.0"
|
|
9458
|
-
"@npmcli/package-json" "^6.0.0"
|
|
9459
|
-
"@npmcli/promise-spawn" "^8.0.0"
|
|
9460
|
-
"@npmcli/run-script" "^9.0.0"
|
|
9461
|
-
cacache "^19.0.0"
|
|
9462
|
-
fs-minipass "^3.0.0"
|
|
9463
|
-
minipass "^7.0.2"
|
|
9464
|
-
npm-package-arg "^12.0.0"
|
|
9465
|
-
npm-packlist "^9.0.0"
|
|
9466
|
-
npm-pick-manifest "^10.0.0"
|
|
9467
|
-
npm-registry-fetch "^18.0.0"
|
|
9468
|
-
proc-log "^5.0.0"
|
|
9469
|
-
promise-retry "^2.0.1"
|
|
9470
|
-
sigstore "^3.0.0"
|
|
9471
|
-
ssri "^12.0.0"
|
|
9472
|
-
tar "^7.5.10"
|
|
9397
|
+
npm-package-arg "^13.0.0"
|
|
9398
|
+
npm-packlist "^10.0.1"
|
|
9399
|
+
npm-pick-manifest "^11.0.1"
|
|
9400
|
+
npm-registry-fetch "^19.0.0"
|
|
9401
|
+
proc-log "^6.0.0"
|
|
9402
|
+
sigstore "^4.0.0"
|
|
9403
|
+
ssri "^13.0.0"
|
|
9404
|
+
tar "^7.4.3"
|
|
9473
9405
|
|
|
9474
9406
|
pako@^1.0.10, pako@~1.0.2:
|
|
9475
9407
|
version "1.0.11"
|
|
@@ -9491,12 +9423,12 @@ parent-module@^1.0.0:
|
|
|
9491
9423
|
dependencies:
|
|
9492
9424
|
callsites "^3.0.0"
|
|
9493
9425
|
|
|
9494
|
-
parse-conflict-json@^
|
|
9495
|
-
version "
|
|
9496
|
-
resolved "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-
|
|
9497
|
-
integrity sha512-
|
|
9426
|
+
parse-conflict-json@^5.0.1:
|
|
9427
|
+
version "5.0.1"
|
|
9428
|
+
resolved "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-5.0.1.tgz"
|
|
9429
|
+
integrity sha512-ZHEmNKMq1wyJXNwLxyHnluPfRAFSIliBvbK/UiOceROt4Xh9Pz0fq49NytIaeaCUf5VR86hwQ/34FCcNU5/LKQ==
|
|
9498
9430
|
dependencies:
|
|
9499
|
-
json-parse-even-better-errors "^
|
|
9431
|
+
json-parse-even-better-errors "^5.0.0"
|
|
9500
9432
|
just-diff "^6.0.0"
|
|
9501
9433
|
just-diff-apply "^5.2.0"
|
|
9502
9434
|
|
|
@@ -9597,10 +9529,10 @@ path-scurry@^1.11.1:
|
|
|
9597
9529
|
lru-cache "^10.2.0"
|
|
9598
9530
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
9599
9531
|
|
|
9600
|
-
path-scurry@^2.0.0:
|
|
9601
|
-
version "2.0.
|
|
9602
|
-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
9603
|
-
integrity sha512-
|
|
9532
|
+
path-scurry@^2.0.0, path-scurry@^2.0.2:
|
|
9533
|
+
version "2.0.2"
|
|
9534
|
+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz"
|
|
9535
|
+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
|
|
9604
9536
|
dependencies:
|
|
9605
9537
|
lru-cache "^11.0.0"
|
|
9606
9538
|
minipass "^7.1.2"
|
|
@@ -9649,18 +9581,18 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
|
9649
9581
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
9650
9582
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
9651
9583
|
|
|
9652
|
-
"picomatch@^3 || ^4", picomatch@^4.0.
|
|
9653
|
-
version "4.0.
|
|
9584
|
+
"picomatch@^3 || ^4", picomatch@^4.0.2:
|
|
9585
|
+
version "4.0.2"
|
|
9586
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
|
|
9587
|
+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
9654
9588
|
|
|
9655
9589
|
picomatch@^3.0.1:
|
|
9656
9590
|
version "3.0.1"
|
|
9657
9591
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz"
|
|
9658
9592
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
9659
9593
|
|
|
9660
|
-
picomatch@^4.0.
|
|
9661
|
-
version "4.0.
|
|
9662
|
-
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
|
|
9663
|
-
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
9594
|
+
picomatch@^4.0.4:
|
|
9595
|
+
version "4.0.4"
|
|
9664
9596
|
|
|
9665
9597
|
pify@^2.3.0:
|
|
9666
9598
|
version "2.3.0"
|
|
@@ -9751,16 +9683,10 @@ possible-typed-array-names@^1.0.0:
|
|
|
9751
9683
|
resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz"
|
|
9752
9684
|
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
|
|
9753
9685
|
|
|
9754
|
-
postcss-selector-parser@^6.1.2:
|
|
9755
|
-
version "6.1.2"
|
|
9756
|
-
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz"
|
|
9757
|
-
integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
|
|
9758
|
-
dependencies:
|
|
9759
|
-
cssesc "^3.0.0"
|
|
9760
|
-
util-deprecate "^1.0.2"
|
|
9761
|
-
|
|
9762
9686
|
postcss-selector-parser@^7.0.0:
|
|
9763
9687
|
version "7.1.1"
|
|
9688
|
+
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz"
|
|
9689
|
+
integrity sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==
|
|
9764
9690
|
dependencies:
|
|
9765
9691
|
cssesc "^3.0.0"
|
|
9766
9692
|
util-deprecate "^1.0.2"
|
|
@@ -9793,10 +9719,10 @@ proc-log@^4.0.0:
|
|
|
9793
9719
|
resolved "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz"
|
|
9794
9720
|
integrity sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==
|
|
9795
9721
|
|
|
9796
|
-
proc-log@^
|
|
9797
|
-
version "
|
|
9798
|
-
resolved "https://registry.npmjs.org/proc-log/-/proc-log-
|
|
9799
|
-
integrity sha512-
|
|
9722
|
+
proc-log@^6.0.0, proc-log@^6.1.0:
|
|
9723
|
+
version "6.1.0"
|
|
9724
|
+
resolved "https://registry.npmjs.org/proc-log/-/proc-log-6.1.0.tgz"
|
|
9725
|
+
integrity sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==
|
|
9800
9726
|
|
|
9801
9727
|
process-nextick-args@~2.0.0:
|
|
9802
9728
|
version "2.0.1"
|
|
@@ -9820,10 +9746,10 @@ process@^0.11.10:
|
|
|
9820
9746
|
resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
|
|
9821
9747
|
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
|
|
9822
9748
|
|
|
9823
|
-
proggy@^
|
|
9824
|
-
version "
|
|
9825
|
-
resolved "https://registry.npmjs.org/proggy/-/proggy-
|
|
9826
|
-
integrity sha512-
|
|
9749
|
+
proggy@^4.0.0:
|
|
9750
|
+
version "4.0.0"
|
|
9751
|
+
resolved "https://registry.npmjs.org/proggy/-/proggy-4.0.0.tgz"
|
|
9752
|
+
integrity sha512-MbA4R+WQT76ZBm/5JUpV9yqcJt92175+Y0Bodg3HgiXzrmKu7Ggq+bpn6y6wHH+gN9NcyKn3yg1+d47VaKwNAQ==
|
|
9827
9753
|
|
|
9828
9754
|
promise-all-reject-late@^1.0.0:
|
|
9829
9755
|
version "1.0.1"
|
|
@@ -9835,25 +9761,12 @@ promise-call-limit@^3.0.1:
|
|
|
9835
9761
|
resolved "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz"
|
|
9836
9762
|
integrity sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==
|
|
9837
9763
|
|
|
9838
|
-
|
|
9839
|
-
version "
|
|
9840
|
-
resolved "https://registry.npmjs.org/
|
|
9841
|
-
integrity sha512-
|
|
9842
|
-
|
|
9843
|
-
promise-retry@^2.0.1:
|
|
9844
|
-
version "2.0.1"
|
|
9845
|
-
resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz"
|
|
9846
|
-
integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==
|
|
9847
|
-
dependencies:
|
|
9848
|
-
err-code "^2.0.2"
|
|
9849
|
-
retry "^0.12.0"
|
|
9850
|
-
|
|
9851
|
-
promzard@^2.0.0:
|
|
9852
|
-
version "2.0.0"
|
|
9853
|
-
resolved "https://registry.npmjs.org/promzard/-/promzard-2.0.0.tgz"
|
|
9854
|
-
integrity sha512-Ncd0vyS2eXGOjchIRg6PVCYKetJYrW1BSbbIo+bKdig61TB6nH2RQNF2uP+qMpsI73L/jURLWojcw8JNIKZ3gg==
|
|
9764
|
+
promzard@^3.0.1:
|
|
9765
|
+
version "3.0.1"
|
|
9766
|
+
resolved "https://registry.npmjs.org/promzard/-/promzard-3.0.1.tgz"
|
|
9767
|
+
integrity sha512-M5mHhWh+Adz0BIxgSrqcc6GTCSconR7zWQV9vnOSptNtr6cSFlApLc28GbQhuN6oOWBQeV2C0bNE47JCY/zu3Q==
|
|
9855
9768
|
dependencies:
|
|
9856
|
-
read "^
|
|
9769
|
+
read "^5.0.0"
|
|
9857
9770
|
|
|
9858
9771
|
propagate@^2.0.0:
|
|
9859
9772
|
version "2.0.1"
|
|
@@ -10001,18 +9914,10 @@ react@^18.3.1, react@>=18, react@>=18.0.0:
|
|
|
10001
9914
|
dependencies:
|
|
10002
9915
|
loose-envify "^1.1.0"
|
|
10003
9916
|
|
|
10004
|
-
read-cmd-shim@^
|
|
10005
|
-
version "
|
|
10006
|
-
resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-
|
|
10007
|
-
integrity sha512-
|
|
10008
|
-
|
|
10009
|
-
read-package-json-fast@^4.0.0:
|
|
10010
|
-
version "4.0.0"
|
|
10011
|
-
resolved "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz"
|
|
10012
|
-
integrity sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==
|
|
10013
|
-
dependencies:
|
|
10014
|
-
json-parse-even-better-errors "^4.0.0"
|
|
10015
|
-
npm-normalize-package-bin "^4.0.0"
|
|
9917
|
+
read-cmd-shim@^6.0.0:
|
|
9918
|
+
version "6.0.0"
|
|
9919
|
+
resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-6.0.0.tgz"
|
|
9920
|
+
integrity sha512-1zM5HuOfagXCBWMN83fuFI/x+T/UhZ7k+KIzhrHXcQoeX5+7gmaDYjELQHmmzIodumBHeByBJT4QYS7ufAgs7A==
|
|
10016
9921
|
|
|
10017
9922
|
read-pkg-up@^3.0.0:
|
|
10018
9923
|
version "3.0.0"
|
|
@@ -10050,12 +9955,12 @@ read-pkg@^5.2.0:
|
|
|
10050
9955
|
parse-json "^5.0.0"
|
|
10051
9956
|
type-fest "^0.6.0"
|
|
10052
9957
|
|
|
10053
|
-
read@^
|
|
10054
|
-
version "
|
|
10055
|
-
resolved "https://registry.npmjs.org/read/-/read-
|
|
10056
|
-
integrity sha512
|
|
9958
|
+
read@^5.0.0, read@^5.0.1:
|
|
9959
|
+
version "5.0.1"
|
|
9960
|
+
resolved "https://registry.npmjs.org/read/-/read-5.0.1.tgz"
|
|
9961
|
+
integrity sha512-+nsqpqYkkpet2UVPG8ZiuE8d113DK4vHYEoEhcrXBAlPiq6di7QRTuNiKQAbaRYegobuX2BpZ6QjanKOXnJdTA==
|
|
10057
9962
|
dependencies:
|
|
10058
|
-
mute-stream "^
|
|
9963
|
+
mute-stream "^3.0.0"
|
|
10059
9964
|
|
|
10060
9965
|
readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@3:
|
|
10061
9966
|
version "3.6.2"
|
|
@@ -10534,27 +10439,22 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
10534
10439
|
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
|
|
10535
10440
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
10536
10441
|
|
|
10537
|
-
signal-exit@^4.0.1:
|
|
10442
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
10538
10443
|
version "4.1.0"
|
|
10539
10444
|
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
|
|
10540
10445
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
10541
10446
|
|
|
10542
|
-
|
|
10447
|
+
sigstore@^4.0.0:
|
|
10543
10448
|
version "4.1.0"
|
|
10544
|
-
resolved "https://registry.npmjs.org/
|
|
10545
|
-
integrity sha512
|
|
10546
|
-
|
|
10547
|
-
sigstore@^3.0.0:
|
|
10548
|
-
version "3.0.0"
|
|
10549
|
-
resolved "https://registry.npmjs.org/sigstore/-/sigstore-3.0.0.tgz"
|
|
10550
|
-
integrity sha512-PHMifhh3EN4loMcHCz6l3v/luzgT3za+9f8subGgeMNjbJjzH4Ij/YoX3Gvu+kaouJRIlVdTHHCREADYf+ZteA==
|
|
10449
|
+
resolved "https://registry.npmjs.org/sigstore/-/sigstore-4.1.0.tgz"
|
|
10450
|
+
integrity sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==
|
|
10551
10451
|
dependencies:
|
|
10552
|
-
"@sigstore/bundle" "^
|
|
10553
|
-
"@sigstore/core" "^
|
|
10554
|
-
"@sigstore/protobuf-specs" "^0.
|
|
10555
|
-
"@sigstore/sign" "^
|
|
10556
|
-
"@sigstore/tuf" "^
|
|
10557
|
-
"@sigstore/verify" "^
|
|
10452
|
+
"@sigstore/bundle" "^4.0.0"
|
|
10453
|
+
"@sigstore/core" "^3.1.0"
|
|
10454
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
10455
|
+
"@sigstore/sign" "^4.1.0"
|
|
10456
|
+
"@sigstore/tuf" "^4.0.1"
|
|
10457
|
+
"@sigstore/verify" "^3.1.0"
|
|
10558
10458
|
|
|
10559
10459
|
simple-concat@^1.0.0:
|
|
10560
10460
|
version "1.0.1"
|
|
@@ -10787,10 +10687,10 @@ srcset@^5.0.0:
|
|
|
10787
10687
|
resolved "https://registry.npmjs.org/srcset/-/srcset-5.0.1.tgz"
|
|
10788
10688
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
10789
10689
|
|
|
10790
|
-
ssri@^
|
|
10791
|
-
version "
|
|
10792
|
-
resolved "https://registry.npmjs.org/ssri/-/ssri-
|
|
10793
|
-
integrity sha512-
|
|
10690
|
+
ssri@^13.0.0, ssri@^13.0.1:
|
|
10691
|
+
version "13.0.1"
|
|
10692
|
+
resolved "https://registry.npmjs.org/ssri/-/ssri-13.0.1.tgz"
|
|
10693
|
+
integrity sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==
|
|
10794
10694
|
dependencies:
|
|
10795
10695
|
minipass "^7.0.3"
|
|
10796
10696
|
|
|
@@ -10865,6 +10765,14 @@ string-width@^7.2.0:
|
|
|
10865
10765
|
get-east-asian-width "^1.0.0"
|
|
10866
10766
|
strip-ansi "^7.1.0"
|
|
10867
10767
|
|
|
10768
|
+
string-width@^8.2.0:
|
|
10769
|
+
version "8.2.1"
|
|
10770
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz"
|
|
10771
|
+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
10772
|
+
dependencies:
|
|
10773
|
+
get-east-asian-width "^1.5.0"
|
|
10774
|
+
strip-ansi "^7.1.2"
|
|
10775
|
+
|
|
10868
10776
|
string.prototype.trim@^1.2.9:
|
|
10869
10777
|
version "1.2.9"
|
|
10870
10778
|
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz"
|
|
@@ -10961,6 +10869,11 @@ strnum@^2.2.0, strnum@^2.2.3:
|
|
|
10961
10869
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz"
|
|
10962
10870
|
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
10963
10871
|
|
|
10872
|
+
supports-color@^10.2.2:
|
|
10873
|
+
version "10.2.2"
|
|
10874
|
+
resolved "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz"
|
|
10875
|
+
integrity sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==
|
|
10876
|
+
|
|
10964
10877
|
supports-color@^5.3.0:
|
|
10965
10878
|
version "5.5.0"
|
|
10966
10879
|
resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
|
|
@@ -10996,11 +10909,6 @@ supports-color@^8.1.1:
|
|
|
10996
10909
|
dependencies:
|
|
10997
10910
|
has-flag "^4.0.0"
|
|
10998
10911
|
|
|
10999
|
-
supports-color@^9.4.0:
|
|
11000
|
-
version "9.4.0"
|
|
11001
|
-
resolved "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz"
|
|
11002
|
-
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
|
|
11003
|
-
|
|
11004
10912
|
supports-hyperlinks@^2.1.0, supports-hyperlinks@^2.2.0:
|
|
11005
10913
|
version "2.3.0"
|
|
11006
10914
|
resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz"
|
|
@@ -11035,19 +10943,7 @@ tar-stream@^2.1.4:
|
|
|
11035
10943
|
inherits "^2.0.3"
|
|
11036
10944
|
readable-stream "^3.1.1"
|
|
11037
10945
|
|
|
11038
|
-
tar@^
|
|
11039
|
-
version "6.2.1"
|
|
11040
|
-
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
|
|
11041
|
-
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
|
|
11042
|
-
dependencies:
|
|
11043
|
-
chownr "^2.0.0"
|
|
11044
|
-
fs-minipass "^2.0.0"
|
|
11045
|
-
minipass "^5.0.0"
|
|
11046
|
-
minizlib "^2.1.1"
|
|
11047
|
-
mkdirp "^1.0.3"
|
|
11048
|
-
yallist "^4.0.0"
|
|
11049
|
-
|
|
11050
|
-
tar@^7.4.3, tar@^7.5.11, tar@^7.5.13:
|
|
10946
|
+
tar@^7.4.3, tar@^7.5.1, tar@^7.5.13, tar@^7.5.4:
|
|
11051
10947
|
version "7.5.13"
|
|
11052
10948
|
resolved "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz"
|
|
11053
10949
|
integrity sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==
|
|
@@ -11058,15 +10954,6 @@ tar@^7.4.3, tar@^7.5.11, tar@^7.5.13:
|
|
|
11058
10954
|
minizlib "^3.1.0"
|
|
11059
10955
|
yallist "^5.0.0"
|
|
11060
10956
|
|
|
11061
|
-
tar@^7.5.10:
|
|
11062
|
-
version "7.5.11"
|
|
11063
|
-
dependencies:
|
|
11064
|
-
"@isaacs/fs-minipass" "^4.0.0"
|
|
11065
|
-
chownr "^3.0.0"
|
|
11066
|
-
minipass "^7.1.2"
|
|
11067
|
-
minizlib "^3.1.0"
|
|
11068
|
-
yallist "^5.0.0"
|
|
11069
|
-
|
|
11070
10957
|
terminal-link@^3.0.0:
|
|
11071
10958
|
version "3.0.0"
|
|
11072
10959
|
resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz"
|
|
@@ -11136,10 +11023,10 @@ tiny-jsonc@^1.0.2:
|
|
|
11136
11023
|
resolved "https://registry.npmjs.org/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz"
|
|
11137
11024
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
11138
11025
|
|
|
11139
|
-
tiny-relative-date@^
|
|
11140
|
-
version "
|
|
11141
|
-
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-
|
|
11142
|
-
integrity sha512-
|
|
11026
|
+
tiny-relative-date@^2.0.2:
|
|
11027
|
+
version "2.0.2"
|
|
11028
|
+
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-2.0.2.tgz"
|
|
11029
|
+
integrity sha512-rGxAbeL9z3J4pI2GtBEoFaavHdO4RKAU54hEuOef5kfx5aPqiQtbhYktMOTL5OA33db8BjsDcLXuNp+/v19PHw==
|
|
11143
11030
|
|
|
11144
11031
|
tinyglobby@^0.2.12, tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
11145
11032
|
version "0.2.14"
|
|
@@ -11257,14 +11144,14 @@ tslib@^2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.5.0,
|
|
|
11257
11144
|
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
|
|
11258
11145
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
11259
11146
|
|
|
11260
|
-
tuf-js@^
|
|
11261
|
-
version "
|
|
11262
|
-
resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-
|
|
11263
|
-
integrity sha512
|
|
11147
|
+
tuf-js@^4.1.0:
|
|
11148
|
+
version "4.1.0"
|
|
11149
|
+
resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-4.1.0.tgz"
|
|
11150
|
+
integrity sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==
|
|
11264
11151
|
dependencies:
|
|
11265
|
-
"@tufjs/models" "
|
|
11266
|
-
debug "^4.3
|
|
11267
|
-
make-fetch-happen "^
|
|
11152
|
+
"@tufjs/models" "4.1.0"
|
|
11153
|
+
debug "^4.4.3"
|
|
11154
|
+
make-fetch-happen "^15.0.1"
|
|
11268
11155
|
|
|
11269
11156
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
|
11270
11157
|
version "0.6.0"
|
|
@@ -11442,6 +11329,11 @@ undici-types@~7.8.0:
|
|
|
11442
11329
|
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
|
|
11443
11330
|
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
|
|
11444
11331
|
|
|
11332
|
+
undici@^6.25.0:
|
|
11333
|
+
version "6.25.0"
|
|
11334
|
+
resolved "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz"
|
|
11335
|
+
integrity sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==
|
|
11336
|
+
|
|
11445
11337
|
undici@^7.25.0:
|
|
11446
11338
|
version "7.25.0"
|
|
11447
11339
|
resolved "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz"
|
|
@@ -11452,20 +11344,6 @@ unicorn-magic@^0.1.0:
|
|
|
11452
11344
|
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
|
|
11453
11345
|
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
|
|
11454
11346
|
|
|
11455
|
-
unique-filename@^4.0.0:
|
|
11456
|
-
version "4.0.0"
|
|
11457
|
-
resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz"
|
|
11458
|
-
integrity sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==
|
|
11459
|
-
dependencies:
|
|
11460
|
-
unique-slug "^5.0.0"
|
|
11461
|
-
|
|
11462
|
-
unique-slug@^5.0.0:
|
|
11463
|
-
version "5.0.0"
|
|
11464
|
-
resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz"
|
|
11465
|
-
integrity sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==
|
|
11466
|
-
dependencies:
|
|
11467
|
-
imurmurhash "^0.1.4"
|
|
11468
|
-
|
|
11469
11347
|
unist-util-is@^6.0.0:
|
|
11470
11348
|
version "6.0.0"
|
|
11471
11349
|
resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz"
|
|
@@ -11618,10 +11496,10 @@ validate-npm-package-name@^5.0.0, validate-npm-package-name@^5.0.1:
|
|
|
11618
11496
|
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz"
|
|
11619
11497
|
integrity sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==
|
|
11620
11498
|
|
|
11621
|
-
validate-npm-package-name@^
|
|
11622
|
-
version "
|
|
11623
|
-
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-
|
|
11624
|
-
integrity sha512-
|
|
11499
|
+
validate-npm-package-name@^7.0.0, validate-npm-package-name@^7.0.2:
|
|
11500
|
+
version "7.0.2"
|
|
11501
|
+
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.2.tgz"
|
|
11502
|
+
integrity sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==
|
|
11625
11503
|
|
|
11626
11504
|
vfile-message@^4.0.0:
|
|
11627
11505
|
version "4.0.2"
|
|
@@ -11639,10 +11517,10 @@ vfile@^6.0.0:
|
|
|
11639
11517
|
"@types/unist" "^3.0.0"
|
|
11640
11518
|
vfile-message "^4.0.0"
|
|
11641
11519
|
|
|
11642
|
-
walk-up-path@^
|
|
11643
|
-
version "
|
|
11644
|
-
resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-
|
|
11645
|
-
integrity sha512-
|
|
11520
|
+
walk-up-path@^4.0.0:
|
|
11521
|
+
version "4.0.0"
|
|
11522
|
+
resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz"
|
|
11523
|
+
integrity sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==
|
|
11646
11524
|
|
|
11647
11525
|
web-vitals@^4.2.4:
|
|
11648
11526
|
version "4.2.4"
|
|
@@ -11719,12 +11597,12 @@ which@^4.0.0:
|
|
|
11719
11597
|
dependencies:
|
|
11720
11598
|
isexe "^3.1.1"
|
|
11721
11599
|
|
|
11722
|
-
which@^
|
|
11723
|
-
version "
|
|
11724
|
-
resolved "https://registry.npmjs.org/which/-/which-
|
|
11725
|
-
integrity sha512-
|
|
11600
|
+
which@^6.0.0, which@^6.0.1:
|
|
11601
|
+
version "6.0.1"
|
|
11602
|
+
resolved "https://registry.npmjs.org/which/-/which-6.0.1.tgz"
|
|
11603
|
+
integrity sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==
|
|
11726
11604
|
dependencies:
|
|
11727
|
-
isexe "^
|
|
11605
|
+
isexe "^4.0.0"
|
|
11728
11606
|
|
|
11729
11607
|
widest-line@^3.1.0:
|
|
11730
11608
|
version "3.1.0"
|
|
@@ -11830,12 +11708,11 @@ write-file-atomic@^3.0.0:
|
|
|
11830
11708
|
signal-exit "^3.0.2"
|
|
11831
11709
|
typedarray-to-buffer "^3.1.5"
|
|
11832
11710
|
|
|
11833
|
-
write-file-atomic@^
|
|
11834
|
-
version "
|
|
11835
|
-
resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-
|
|
11836
|
-
integrity sha512-
|
|
11711
|
+
write-file-atomic@^7.0.0:
|
|
11712
|
+
version "7.0.1"
|
|
11713
|
+
resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz"
|
|
11714
|
+
integrity sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==
|
|
11837
11715
|
dependencies:
|
|
11838
|
-
imurmurhash "^0.1.4"
|
|
11839
11716
|
signal-exit "^4.0.1"
|
|
11840
11717
|
|
|
11841
11718
|
ws@^8.15.0:
|