@salesforce/cli 2.133.1 → 2.133.3
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 +2300 -2671
- package/oclif.lock +881 -1013
- 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"
|
|
@@ -1751,7 +1797,7 @@
|
|
|
1751
1797
|
wordwrap "^1.0.0"
|
|
1752
1798
|
wrap-ansi "^7.0.0"
|
|
1753
1799
|
|
|
1754
|
-
"@oclif/multi-stage-output@^0.8.34", "@oclif/multi-stage-output@^0.8.36":
|
|
1800
|
+
"@oclif/multi-stage-output@^0.8.30", "@oclif/multi-stage-output@^0.8.34", "@oclif/multi-stage-output@^0.8.36":
|
|
1755
1801
|
version "0.8.36"
|
|
1756
1802
|
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.36.tgz"
|
|
1757
1803
|
integrity sha512-3BEpG5CDUJYtyJQZbMPU+o3C0XSC7MgupTb75KjLE6RoG5r9q+BRYkyDyGMspWkqcPtbMqZjs0sMFKmYMiDrEA==
|
|
@@ -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,15 +1924,15 @@
|
|
|
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.
|
|
1935
|
+
"@oclif/table@^0.5.4":
|
|
1890
1936
|
version "0.5.4"
|
|
1891
1937
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.4.tgz"
|
|
1892
1938
|
integrity sha512-tIW7JTfO/t19cfOZofxEi16GAV12osvuSwdDHQ6ltIYtNeDyT8vJqdqo5NmyKNNwUy6V1DoGsVhJtPTFabR4hg==
|
|
@@ -2132,10 +2178,10 @@
|
|
|
2132
2178
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2133
2179
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2134
2180
|
|
|
2135
|
-
"@salesforce/agents@^1.
|
|
2136
|
-
version "1.
|
|
2137
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.
|
|
2138
|
-
integrity sha512-
|
|
2181
|
+
"@salesforce/agents@^1.2.0":
|
|
2182
|
+
version "1.2.0"
|
|
2183
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.2.0.tgz"
|
|
2184
|
+
integrity sha512-gyF1xzJcEp3MuS8Apf1eUGUvy41zq7HQqKPEhDIU6aUiowoewW/RI9LcPB0K7LPrGCIiARq4TYKlxf452HASqA==
|
|
2139
2185
|
dependencies:
|
|
2140
2186
|
"@salesforce/core" "^8.28.3"
|
|
2141
2187
|
"@salesforce/kit" "^3.2.6"
|
|
@@ -2145,12 +2191,12 @@
|
|
|
2145
2191
|
nock "^13.5.6"
|
|
2146
2192
|
yaml "^2.8.3"
|
|
2147
2193
|
|
|
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
|
|
2194
|
+
"@salesforce/apex-node@^8.4.22":
|
|
2195
|
+
version "8.4.22"
|
|
2196
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.22.tgz"
|
|
2197
|
+
integrity sha512-/pleLG4HD/F5li4eQUXIqLCFCYh/UnXHZNgoeHSkG89WDLITxjTp2lzbdE7QkkRzCFKGcjECW6DmHR67+TYqrQ==
|
|
2152
2198
|
dependencies:
|
|
2153
|
-
"@salesforce/core" "^8.28.
|
|
2199
|
+
"@salesforce/core" "^8.28.3"
|
|
2154
2200
|
"@salesforce/kit" "^3.2.6"
|
|
2155
2201
|
"@types/istanbul-reports" "^3.0.4"
|
|
2156
2202
|
fast-glob "^3.3.2"
|
|
@@ -2176,10 +2222,10 @@
|
|
|
2176
2222
|
strip-ansi "6.0.1"
|
|
2177
2223
|
ts-retry-promise "^0.8.1"
|
|
2178
2224
|
|
|
2179
|
-
"@salesforce/core@^8.
|
|
2180
|
-
version "8.28.
|
|
2181
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.
|
|
2182
|
-
integrity sha512-
|
|
2225
|
+
"@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":
|
|
2226
|
+
version "8.28.4"
|
|
2227
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz"
|
|
2228
|
+
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
2183
2229
|
dependencies:
|
|
2184
2230
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2185
2231
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2245,27 +2291,27 @@
|
|
|
2245
2291
|
dependencies:
|
|
2246
2292
|
"@salesforce/ts-types" "^2.0.12"
|
|
2247
2293
|
|
|
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-
|
|
2294
|
+
"@salesforce/o11y-reporter@1.8.3":
|
|
2295
|
+
version "1.8.3"
|
|
2296
|
+
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.3.tgz"
|
|
2297
|
+
integrity sha512-m9LY3gQ8WFeB38NHmQRie9WtiaeUr+Lvy45RthbSSFwe6PDzfiD8jknpsSNTce0GRPZLly46wqrOXyyMSb8yxg==
|
|
2252
2298
|
dependencies:
|
|
2253
2299
|
o11y "^258.7.0"
|
|
2254
2300
|
o11y_schema "256.154.0"
|
|
2255
2301
|
|
|
2256
|
-
"@salesforce/packaging@^4.22.
|
|
2257
|
-
version "4.22.
|
|
2258
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.22.
|
|
2259
|
-
integrity sha512-
|
|
2302
|
+
"@salesforce/packaging@^4.22.9":
|
|
2303
|
+
version "4.22.12"
|
|
2304
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.22.12.tgz"
|
|
2305
|
+
integrity sha512-3Y6dhzpmwGIdW0iADL549E0Rb1L9DZl/c/cjzCbeC2FNgRm7s7biB07SZlDxSJKNGoxZgPDGLbWvyG5V/mIOBg==
|
|
2260
2306
|
dependencies:
|
|
2261
2307
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2262
|
-
"@salesforce/core" "^8.28.
|
|
2308
|
+
"@salesforce/core" "^8.28.4"
|
|
2263
2309
|
"@salesforce/kit" "^3.2.6"
|
|
2264
2310
|
"@salesforce/schemas" "^1.10.3"
|
|
2265
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2311
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2266
2312
|
"@salesforce/ts-types" "^2.0.12"
|
|
2267
2313
|
"@salesforce/types" "^1.7.1"
|
|
2268
|
-
fast-xml-parser "^5.
|
|
2314
|
+
fast-xml-parser "^5.7.2"
|
|
2269
2315
|
globby "^11"
|
|
2270
2316
|
graphology "^0.26.0"
|
|
2271
2317
|
graphology-traversal "^0.3.1"
|
|
@@ -2273,16 +2319,16 @@
|
|
|
2273
2319
|
jszip "^3.10.1"
|
|
2274
2320
|
object-treeify "^2"
|
|
2275
2321
|
|
|
2276
|
-
"@salesforce/plugin-agent@1.
|
|
2277
|
-
version "1.
|
|
2278
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
2279
|
-
integrity sha512-
|
|
2322
|
+
"@salesforce/plugin-agent@1.34.0":
|
|
2323
|
+
version "1.34.0"
|
|
2324
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.34.0.tgz"
|
|
2325
|
+
integrity sha512-SEoqoInZyprCUvlE1j+hmV6YVrFF+SJX1Dpxk4pl+uPDkcASxRDglSQm63R2ExzpIDnb6SdiivFJjID1qvNmLQ==
|
|
2280
2326
|
dependencies:
|
|
2281
2327
|
"@inquirer/core" "^10.3.2"
|
|
2282
2328
|
"@inquirer/prompts" "^7.10.1"
|
|
2283
2329
|
"@oclif/core" "^4"
|
|
2284
2330
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
2285
|
-
"@salesforce/agents" "^1.
|
|
2331
|
+
"@salesforce/agents" "^1.2.0"
|
|
2286
2332
|
"@salesforce/core" "^8.28.3"
|
|
2287
2333
|
"@salesforce/kit" "^3.2.6"
|
|
2288
2334
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2297,21 +2343,21 @@
|
|
|
2297
2343
|
react "^18.3.1"
|
|
2298
2344
|
yaml "^2.8.3"
|
|
2299
2345
|
|
|
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-
|
|
2346
|
+
"@salesforce/plugin-apex@3.9.22":
|
|
2347
|
+
version "3.9.22"
|
|
2348
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.9.22.tgz"
|
|
2349
|
+
integrity sha512-1WkxPe6vzW5zBwz8mljuG7HlNeT7kvHj83QWWMvbF/hEiewMc1vvaeCvnPUf/K/nOfs+GM40xpQCMZGhs844fQ==
|
|
2304
2350
|
dependencies:
|
|
2305
|
-
"@salesforce/apex-node" "^8.4.
|
|
2351
|
+
"@salesforce/apex-node" "^8.4.22"
|
|
2306
2352
|
"@salesforce/core" "^8.28.1"
|
|
2307
2353
|
"@salesforce/kit" "^3.2.3"
|
|
2308
2354
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2309
2355
|
ansis "^3.3.1"
|
|
2310
2356
|
|
|
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-
|
|
2357
|
+
"@salesforce/plugin-api@1.3.21":
|
|
2358
|
+
version "1.3.21"
|
|
2359
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.21.tgz"
|
|
2360
|
+
integrity sha512-M9thrFMnq5D7OP9pXPZFWrlwzt7VZqiIjZC/5nV9WcG7OLqYVhPnBO/TQGqy4jS2kKfTk/zZ58CrT8anZx5ZUQ==
|
|
2315
2361
|
dependencies:
|
|
2316
2362
|
"@oclif/core" "^4"
|
|
2317
2363
|
"@salesforce/core" "^8.28.3"
|
|
@@ -2372,34 +2418,34 @@
|
|
|
2372
2418
|
undici "^7.25.0"
|
|
2373
2419
|
zod "^4.3.6"
|
|
2374
2420
|
|
|
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-
|
|
2421
|
+
"@salesforce/plugin-deploy-retrieve@3.24.37":
|
|
2422
|
+
version "3.24.37"
|
|
2423
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.37.tgz"
|
|
2424
|
+
integrity sha512-p6NENTffrUfQS4dEbCJ61n1cyQFR7Z++TYLP+SH2rAnEI29h7ibfqeboTY9MLi0vuG0M3nLZZWyt48U3rJ2s9g==
|
|
2379
2425
|
dependencies:
|
|
2380
2426
|
"@inquirer/prompts" "^7.8.3"
|
|
2381
|
-
"@oclif/core" "^4.10.
|
|
2427
|
+
"@oclif/core" "^4.10.5"
|
|
2382
2428
|
"@oclif/multi-stage-output" "^0.8.34"
|
|
2383
|
-
"@salesforce/apex-node" "^8.4.
|
|
2429
|
+
"@salesforce/apex-node" "^8.4.22"
|
|
2384
2430
|
"@salesforce/core" "^8.28.3"
|
|
2385
2431
|
"@salesforce/kit" "^3.2.4"
|
|
2386
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2432
|
+
"@salesforce/plugin-info" "^3.4.123"
|
|
2387
2433
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2388
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2434
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2389
2435
|
"@salesforce/source-tracking" "^7.8.14"
|
|
2390
2436
|
"@salesforce/ts-types" "^2.0.12"
|
|
2391
2437
|
ansis "^3.17.0"
|
|
2392
2438
|
terminal-link "^3.0.0"
|
|
2393
2439
|
|
|
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-
|
|
2440
|
+
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.123", "@salesforce/plugin-info@3.4.124":
|
|
2441
|
+
version "3.4.124"
|
|
2442
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.124.tgz"
|
|
2443
|
+
integrity sha512-U27FegsFc0jGDfCOfDCm6MBml8WdLPfDShVEtg1X3tEub67eUyi+yyHq4Q/yiAQltB23KMn92HpyedGhWmYPJg==
|
|
2398
2444
|
dependencies:
|
|
2399
2445
|
"@inquirer/input" "^2.3.0"
|
|
2400
2446
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2401
2447
|
"@oclif/core" "^4"
|
|
2402
|
-
"@salesforce/core" "^8.28.
|
|
2448
|
+
"@salesforce/core" "^8.28.4"
|
|
2403
2449
|
"@salesforce/kit" "^3.2.6"
|
|
2404
2450
|
"@salesforce/sf-plugins-core" "^12"
|
|
2405
2451
|
got "^13.0.0"
|
|
@@ -2428,17 +2474,17 @@
|
|
|
2428
2474
|
got "^13.0.0"
|
|
2429
2475
|
proxy-agent "^6.5.0"
|
|
2430
2476
|
|
|
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-
|
|
2477
|
+
"@salesforce/plugin-org@5.10.3":
|
|
2478
|
+
version "5.10.3"
|
|
2479
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.10.3.tgz"
|
|
2480
|
+
integrity sha512-iosc1yccnXOLY/3jSU806V0AJHVcRzvZ/sfxa6Q98rh9DqpzulPi7/5BDk0OQ12oxNp92N9G0JpY6Bw2N+6pWQ==
|
|
2435
2481
|
dependencies:
|
|
2436
|
-
"@oclif/core" "^4.10.
|
|
2437
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2438
|
-
"@salesforce/core" "^8.28.
|
|
2482
|
+
"@oclif/core" "^4.10.6"
|
|
2483
|
+
"@oclif/multi-stage-output" "^0.8.30"
|
|
2484
|
+
"@salesforce/core" "^8.28.4"
|
|
2439
2485
|
"@salesforce/kit" "^3.2.4"
|
|
2440
2486
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2441
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2487
|
+
"@salesforce/source-deploy-retrieve" "^12.34.2"
|
|
2442
2488
|
"@salesforce/ts-types" "^2.0.12"
|
|
2443
2489
|
ansis "^3.16.0"
|
|
2444
2490
|
change-case "^5.4.4"
|
|
@@ -2446,15 +2492,15 @@
|
|
|
2446
2492
|
open "^10.2.0"
|
|
2447
2493
|
terminal-link "^3.0.0"
|
|
2448
2494
|
|
|
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-
|
|
2495
|
+
"@salesforce/plugin-packaging@2.27.7":
|
|
2496
|
+
version "2.27.7"
|
|
2497
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.27.7.tgz"
|
|
2498
|
+
integrity sha512-9jDf+q0+rTk1UQLoXjBl3DF+GFQQfZi1Vw/muwt72g6wsi5RNLdv4VWOzepoa5zN9iPHEDO8BYFSIH5Rnz6U/w==
|
|
2453
2499
|
dependencies:
|
|
2454
2500
|
"@oclif/core" "^4"
|
|
2455
|
-
"@salesforce/core" "^8.28.
|
|
2501
|
+
"@salesforce/core" "^8.28.4"
|
|
2456
2502
|
"@salesforce/kit" "^3.2.6"
|
|
2457
|
-
"@salesforce/packaging" "^4.22.
|
|
2503
|
+
"@salesforce/packaging" "^4.22.9"
|
|
2458
2504
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2459
2505
|
chalk "^5.6.2"
|
|
2460
2506
|
|
|
@@ -2488,86 +2534,86 @@
|
|
|
2488
2534
|
strip-ansi "^6"
|
|
2489
2535
|
yarn-deduplicate "^6.0.2"
|
|
2490
2536
|
|
|
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-
|
|
2537
|
+
"@salesforce/plugin-schema@3.3.106":
|
|
2538
|
+
version "3.3.106"
|
|
2539
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.106.tgz"
|
|
2540
|
+
integrity sha512-yTiwYMlR8H0jpnqMBAGacFCu7CPip+Jrr3UAtwimr8oYUAbKuUGmHLFDbFqo6dBTC8ALQTg42K3bWuZtkU8wig==
|
|
2495
2541
|
dependencies:
|
|
2496
2542
|
"@oclif/core" "^4"
|
|
2497
2543
|
"@salesforce/core" "^8.28.3"
|
|
2498
2544
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2499
2545
|
|
|
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-
|
|
2546
|
+
"@salesforce/plugin-settings@2.4.71":
|
|
2547
|
+
version "2.4.71"
|
|
2548
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.71.tgz"
|
|
2549
|
+
integrity sha512-Yasa3EbluDxgjStFUZpzX5YCk1LBoIJMwYLuCYdA19OQrBeL3wQcCIwI9hoTwyIohTcTdId055lBL3+zQKjv0Q==
|
|
2504
2550
|
dependencies:
|
|
2505
2551
|
"@oclif/core" "^4"
|
|
2506
|
-
"@salesforce/core" "^8.28.
|
|
2552
|
+
"@salesforce/core" "^8.28.4"
|
|
2507
2553
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2508
2554
|
fast-levenshtein "^3.0.0"
|
|
2509
2555
|
|
|
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-
|
|
2556
|
+
"@salesforce/plugin-sobject@1.4.100":
|
|
2557
|
+
version "1.4.100"
|
|
2558
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.100.tgz"
|
|
2559
|
+
integrity sha512-nfZmnqF65yNZ2fghgH+aZQhUAS/lCC/YffaiBUHsN87SSITMEKrtGTrHC9NDc3wjLT0G8GlmtmIM/YFkEUhtWQ==
|
|
2514
2560
|
dependencies:
|
|
2515
2561
|
"@inquirer/confirm" "^3.2.0"
|
|
2516
2562
|
"@inquirer/input" "^2.3.0"
|
|
2517
2563
|
"@inquirer/select" "^2.5.0"
|
|
2518
2564
|
"@oclif/core" "^4"
|
|
2519
|
-
"@salesforce/core" "^8.
|
|
2565
|
+
"@salesforce/core" "^8.28.4"
|
|
2520
2566
|
"@salesforce/kit" "^3.2.6"
|
|
2521
2567
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2522
2568
|
fast-glob "^3.3.3"
|
|
2523
|
-
fast-xml-parser "^5.7.
|
|
2569
|
+
fast-xml-parser "^5.7.2"
|
|
2524
2570
|
js2xmlparser "^4.0.2"
|
|
2525
2571
|
|
|
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
|
|
2572
|
+
"@salesforce/plugin-telemetry@3.8.15":
|
|
2573
|
+
version "3.8.15"
|
|
2574
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.15.tgz"
|
|
2575
|
+
integrity sha512-/2ezpJ8lGm2YMuexkAjPyPgzSPCSOmJZGfmj9ZDEQpUv5RFXtWQAp+zCrL7O+5zXFwTiVdVj9xQ3LXzALo6tng==
|
|
2530
2576
|
dependencies:
|
|
2531
|
-
"@oclif/core" "^4.
|
|
2577
|
+
"@oclif/core" "^4.10.5"
|
|
2532
2578
|
"@salesforce/core" "^8.27.1"
|
|
2533
2579
|
"@salesforce/kit" "^3.2.6"
|
|
2534
2580
|
"@salesforce/sf-plugins-core" "^12"
|
|
2535
|
-
"@salesforce/telemetry" "^6.8.
|
|
2581
|
+
"@salesforce/telemetry" "^6.8.17"
|
|
2536
2582
|
"@salesforce/ts-types" "^2.0.12"
|
|
2537
2583
|
debug "^4.4.3"
|
|
2538
2584
|
|
|
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-
|
|
2585
|
+
"@salesforce/plugin-templates@56.16.2":
|
|
2586
|
+
version "56.16.2"
|
|
2587
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.2.tgz"
|
|
2588
|
+
integrity sha512-U4C0gIRytppQWJJ2b97LbR+7A+bD1HMHEbr6Pp4CDs/MupFbkEBeRvPisJtQ7rs1/h6oZ+IJW2CRDYu5Mq/loA==
|
|
2543
2589
|
dependencies:
|
|
2544
|
-
"@salesforce/core" "^8.28.
|
|
2590
|
+
"@salesforce/core" "^8.28.4"
|
|
2545
2591
|
"@salesforce/sf-plugins-core" "^12"
|
|
2546
|
-
"@salesforce/templates" "^66.7.
|
|
2592
|
+
"@salesforce/templates" "^66.7.12"
|
|
2547
2593
|
|
|
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-
|
|
2594
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.126":
|
|
2595
|
+
version "3.7.126"
|
|
2596
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.126.tgz"
|
|
2597
|
+
integrity sha512-mlozIpirZFuJsTlreSL806dWX6emDgWTzgzWKpi651DQ4Pa1FvsQycisCZsX5IlvKym70E9qlwRMoUbVa1z81A==
|
|
2552
2598
|
dependencies:
|
|
2553
2599
|
"@oclif/core" "^4"
|
|
2554
2600
|
"@salesforce/core" "^8.28.1"
|
|
2555
2601
|
"@salesforce/kit" "^3.2.6"
|
|
2556
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2602
|
+
"@salesforce/plugin-info" "^3.4.123"
|
|
2557
2603
|
"@salesforce/sf-plugins-core" "^12"
|
|
2558
2604
|
got "^13.0.0"
|
|
2559
|
-
npm "^
|
|
2605
|
+
npm "^11.13.0"
|
|
2560
2606
|
npm-run-path "^4.0.1"
|
|
2561
2607
|
proxy-agent "^6.5.0"
|
|
2562
2608
|
semver "^7.7.4"
|
|
2563
2609
|
shelljs "0.10.0"
|
|
2564
2610
|
|
|
2565
|
-
"@salesforce/plugin-user@3.
|
|
2566
|
-
version "3.
|
|
2567
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.
|
|
2568
|
-
integrity sha512-
|
|
2611
|
+
"@salesforce/plugin-user@3.9.0":
|
|
2612
|
+
version "3.9.0"
|
|
2613
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.9.0.tgz"
|
|
2614
|
+
integrity sha512-T6tK51gVFkOKfoaRptO6YGhuHsh9YD11JYa9MPpbZcv2aq1la02BilN4Xc5jnkBLNY9VaZhIq4UC1sfYJPHq9A==
|
|
2569
2615
|
dependencies:
|
|
2570
|
-
"@salesforce/core" "^8.
|
|
2616
|
+
"@salesforce/core" "^8.28.4"
|
|
2571
2617
|
"@salesforce/kit" "^3.2.4"
|
|
2572
2618
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2573
2619
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2600,33 +2646,33 @@
|
|
|
2600
2646
|
string-width "^7.2.0"
|
|
2601
2647
|
terminal-link "^3.0.0"
|
|
2602
2648
|
|
|
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-
|
|
2649
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.7":
|
|
2650
|
+
version "12.2.7"
|
|
2651
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.7.tgz"
|
|
2652
|
+
integrity sha512-ivxPbrTCkexd+2HwUegsxmbPU4myMLribKDVaBcdgkRn73jewZ7yoRG3Ome3f9TfJfOk9XLhSXt+nU1L08YpBg==
|
|
2607
2653
|
dependencies:
|
|
2608
|
-
"@inquirer/confirm" "^
|
|
2609
|
-
"@inquirer/password" "^
|
|
2610
|
-
"@oclif/core" "^4.
|
|
2611
|
-
"@oclif/table" "^0.5.
|
|
2612
|
-
"@salesforce/core" "^8.
|
|
2654
|
+
"@inquirer/confirm" "^6.0.12"
|
|
2655
|
+
"@inquirer/password" "^5.0.12"
|
|
2656
|
+
"@oclif/core" "^4.10.6"
|
|
2657
|
+
"@oclif/table" "^0.5.4"
|
|
2658
|
+
"@salesforce/core" "^8.28.4"
|
|
2613
2659
|
"@salesforce/kit" "^3.2.3"
|
|
2614
2660
|
"@salesforce/ts-types" "^2.0.12"
|
|
2615
2661
|
ansis "^3.3.2"
|
|
2616
2662
|
cli-progress "^3.12.0"
|
|
2617
2663
|
terminal-link "^3.0.0"
|
|
2618
2664
|
|
|
2619
|
-
"@salesforce/source-deploy-retrieve@^12.32.
|
|
2620
|
-
version "12.
|
|
2621
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2622
|
-
integrity sha512-
|
|
2665
|
+
"@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.32.8", "@salesforce/source-deploy-retrieve@^12.34.2":
|
|
2666
|
+
version "12.34.5"
|
|
2667
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.34.5.tgz"
|
|
2668
|
+
integrity sha512-iL+656HXNGFMv0DTPF4MKCaJ3de9qGyIzOrOyZ/CL1l0CYcgp2YHrLJuSaCKujul0ymceUGcAptSsZcSVWhjqw==
|
|
2623
2669
|
dependencies:
|
|
2624
|
-
"@salesforce/core" "^8.
|
|
2670
|
+
"@salesforce/core" "^8.28.4"
|
|
2625
2671
|
"@salesforce/kit" "^3.2.4"
|
|
2626
2672
|
"@salesforce/ts-types" "^2.0.12"
|
|
2627
2673
|
"@salesforce/types" "^1.6.0"
|
|
2628
2674
|
fast-levenshtein "^3.0.0"
|
|
2629
|
-
fast-xml-parser "^5.
|
|
2675
|
+
fast-xml-parser "^5.7.2"
|
|
2630
2676
|
got "^11.8.6"
|
|
2631
2677
|
graceful-fs "^4.2.11"
|
|
2632
2678
|
ignore "^5.3.2"
|
|
@@ -2650,23 +2696,23 @@
|
|
|
2650
2696
|
isomorphic-git "^1.34.2"
|
|
2651
2697
|
ts-retry-promise "^0.8.1"
|
|
2652
2698
|
|
|
2653
|
-
"@salesforce/telemetry@^6.8.
|
|
2654
|
-
version "6.8.
|
|
2655
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.
|
|
2656
|
-
integrity sha512-
|
|
2699
|
+
"@salesforce/telemetry@^6.8.17":
|
|
2700
|
+
version "6.8.18"
|
|
2701
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.18.tgz"
|
|
2702
|
+
integrity sha512-YHXOdGB6wrS7aekS+F7DNGgohlKv25MXioYrCnn7D/g6u47s7lT5Q2NGmSiMA3wspz4aSNEmIf20FGtKhhZDmQ==
|
|
2657
2703
|
dependencies:
|
|
2658
|
-
"@salesforce/core" "^8.28.
|
|
2704
|
+
"@salesforce/core" "^8.28.4"
|
|
2659
2705
|
"@salesforce/kit" "^3.2.6"
|
|
2660
|
-
"@salesforce/o11y-reporter" "1.8.
|
|
2706
|
+
"@salesforce/o11y-reporter" "1.8.3"
|
|
2661
2707
|
applicationinsights "^2.9.8"
|
|
2662
2708
|
got "^11"
|
|
2663
2709
|
o11y_schema "^260.63.0"
|
|
2664
2710
|
proxy-agent "^6.5.0"
|
|
2665
2711
|
|
|
2666
|
-
"@salesforce/templates@^66.7.
|
|
2667
|
-
version "66.7.
|
|
2668
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
2669
|
-
integrity sha512-
|
|
2712
|
+
"@salesforce/templates@^66.7.12":
|
|
2713
|
+
version "66.7.12"
|
|
2714
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.12.tgz"
|
|
2715
|
+
integrity sha512-yfJrJBpanECeFvZ7E+/PA9Xz0GxtO6BxfQ3Vp3PKJiA7yTGpdHMv6EdCDwy7utHxdmA06kq0m5GMD3YGW/qM7A==
|
|
2670
2716
|
dependencies:
|
|
2671
2717
|
"@salesforce/kit" "^3.2.6"
|
|
2672
2718
|
ejs "^3.1.10"
|
|
@@ -2752,86 +2798,51 @@
|
|
|
2752
2798
|
resolved "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz"
|
|
2753
2799
|
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
|
|
2754
2800
|
|
|
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"
|
|
2801
|
+
"@sigstore/bundle@^4.0.0":
|
|
2802
|
+
version "4.0.0"
|
|
2803
|
+
resolved "https://registry.npmjs.org/@sigstore/bundle/-/bundle-4.0.0.tgz"
|
|
2804
|
+
integrity sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==
|
|
2764
2805
|
dependencies:
|
|
2765
|
-
"@sigstore/protobuf-specs" "^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==
|
|
2806
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2776
2807
|
|
|
2777
|
-
"@sigstore/
|
|
2778
|
-
version "
|
|
2779
|
-
resolved "https://registry.npmjs.org/@sigstore/
|
|
2780
|
-
integrity sha512-
|
|
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==
|
|
2786
|
-
dependencies:
|
|
2787
|
-
"@sigstore/bundle" "^3.0.0"
|
|
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"
|
|
2808
|
+
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0":
|
|
2809
|
+
version "3.2.0"
|
|
2810
|
+
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.0.tgz"
|
|
2811
|
+
integrity sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==
|
|
2793
2812
|
|
|
2794
|
-
"@sigstore/
|
|
2795
|
-
version "
|
|
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"
|
|
2813
|
+
"@sigstore/protobuf-specs@^0.5.0":
|
|
2814
|
+
version "0.5.1"
|
|
2815
|
+
resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.5.1.tgz"
|
|
2816
|
+
integrity sha512-/ScWUhhoFasJsSRGTVBwId1loQjjnjAfE4djL6ZhrXRpNCmPTnUKF5Jokd58ILseOMjzET3UrMOtJPS9sYeI0g==
|
|
2803
2817
|
|
|
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"
|
|
2811
|
-
|
|
2812
|
-
"@sigstore/tuf@^3.1.0", "@sigstore/tuf@^3.1.1":
|
|
2813
|
-
version "3.1.1"
|
|
2814
|
-
resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.1.tgz"
|
|
2815
|
-
integrity sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==
|
|
2818
|
+
"@sigstore/sign@^4.1.0":
|
|
2819
|
+
version "4.1.1"
|
|
2820
|
+
resolved "https://registry.npmjs.org/@sigstore/sign/-/sign-4.1.1.tgz"
|
|
2821
|
+
integrity sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ==
|
|
2816
2822
|
dependencies:
|
|
2817
|
-
"@
|
|
2818
|
-
|
|
2823
|
+
"@gar/promise-retry" "^1.0.2"
|
|
2824
|
+
"@sigstore/bundle" "^4.0.0"
|
|
2825
|
+
"@sigstore/core" "^3.2.0"
|
|
2826
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2827
|
+
make-fetch-happen "^15.0.4"
|
|
2828
|
+
proc-log "^6.1.0"
|
|
2819
2829
|
|
|
2820
|
-
"@sigstore/
|
|
2821
|
-
version "
|
|
2822
|
-
resolved "https://registry.npmjs.org/@sigstore/
|
|
2823
|
-
integrity sha512-
|
|
2830
|
+
"@sigstore/tuf@^4.0.1", "@sigstore/tuf@^4.0.2":
|
|
2831
|
+
version "4.0.2"
|
|
2832
|
+
resolved "https://registry.npmjs.org/@sigstore/tuf/-/tuf-4.0.2.tgz"
|
|
2833
|
+
integrity sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==
|
|
2824
2834
|
dependencies:
|
|
2825
|
-
"@sigstore/
|
|
2826
|
-
|
|
2827
|
-
"@sigstore/protobuf-specs" "^0.3.2"
|
|
2835
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2836
|
+
tuf-js "^4.1.0"
|
|
2828
2837
|
|
|
2829
|
-
"@sigstore/verify@^
|
|
2830
|
-
version "
|
|
2838
|
+
"@sigstore/verify@^3.1.0":
|
|
2839
|
+
version "3.1.0"
|
|
2840
|
+
resolved "https://registry.npmjs.org/@sigstore/verify/-/verify-3.1.0.tgz"
|
|
2841
|
+
integrity sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==
|
|
2831
2842
|
dependencies:
|
|
2832
|
-
"@sigstore/bundle" "^
|
|
2833
|
-
"@sigstore/core" "^
|
|
2834
|
-
"@sigstore/protobuf-specs" "^0.
|
|
2843
|
+
"@sigstore/bundle" "^4.0.0"
|
|
2844
|
+
"@sigstore/core" "^3.1.0"
|
|
2845
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2835
2846
|
|
|
2836
2847
|
"@sindresorhus/is@^4", "@sindresorhus/is@^4.0.0":
|
|
2837
2848
|
version "4.6.0"
|
|
@@ -3466,13 +3477,13 @@
|
|
|
3466
3477
|
resolved "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz"
|
|
3467
3478
|
integrity sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==
|
|
3468
3479
|
|
|
3469
|
-
"@tufjs/models@
|
|
3470
|
-
version "
|
|
3471
|
-
resolved "https://registry.npmjs.org/@tufjs/models/-/models-
|
|
3472
|
-
integrity sha512-
|
|
3480
|
+
"@tufjs/models@4.1.0":
|
|
3481
|
+
version "4.1.0"
|
|
3482
|
+
resolved "https://registry.npmjs.org/@tufjs/models/-/models-4.1.0.tgz"
|
|
3483
|
+
integrity sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==
|
|
3473
3484
|
dependencies:
|
|
3474
3485
|
"@tufjs/canonical-json" "2.0.0"
|
|
3475
|
-
minimatch "^
|
|
3486
|
+
minimatch "^10.1.1"
|
|
3476
3487
|
|
|
3477
3488
|
"@types/cacheable-request@^6.0.1":
|
|
3478
3489
|
version "6.0.3"
|
|
@@ -3762,10 +3773,10 @@
|
|
|
3762
3773
|
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz"
|
|
3763
3774
|
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
|
|
3764
3775
|
|
|
3765
|
-
abbrev@^
|
|
3766
|
-
version "
|
|
3767
|
-
resolved "https://registry.npmjs.org/abbrev/-/abbrev-
|
|
3768
|
-
integrity sha512-
|
|
3776
|
+
abbrev@^4.0.0:
|
|
3777
|
+
version "4.0.0"
|
|
3778
|
+
resolved "https://registry.npmjs.org/abbrev/-/abbrev-4.0.0.tgz"
|
|
3779
|
+
integrity sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==
|
|
3769
3780
|
|
|
3770
3781
|
abort-controller@^3.0.0:
|
|
3771
3782
|
version "3.0.0"
|
|
@@ -3892,9 +3903,6 @@ ansi-regex@^6.0.1:
|
|
|
3892
3903
|
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz"
|
|
3893
3904
|
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
|
|
3894
3905
|
|
|
3895
|
-
ansi-regex@^6.2.2:
|
|
3896
|
-
version "6.2.2"
|
|
3897
|
-
|
|
3898
3906
|
ansi-styles@^3.2.1:
|
|
3899
3907
|
version "3.2.1"
|
|
3900
3908
|
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
|
|
@@ -4209,22 +4217,27 @@ before-after-hook@^3.0.2:
|
|
|
4209
4217
|
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-3.0.2.tgz"
|
|
4210
4218
|
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
|
|
4211
4219
|
|
|
4212
|
-
bin-links@^
|
|
4213
|
-
version "
|
|
4214
|
-
resolved "https://registry.npmjs.org/bin-links/-/bin-links-
|
|
4215
|
-
integrity sha512-
|
|
4220
|
+
bin-links@^6.0.0:
|
|
4221
|
+
version "6.0.0"
|
|
4222
|
+
resolved "https://registry.npmjs.org/bin-links/-/bin-links-6.0.0.tgz"
|
|
4223
|
+
integrity sha512-X4CiKlcV2GjnCMwnKAfbVWpHa++65th9TuzAEYtZoATiOE2DQKhSp4CJlyLoTqdhBKlXjpXjCTYPNNFS33Fi6w==
|
|
4216
4224
|
dependencies:
|
|
4217
|
-
cmd-shim "^
|
|
4218
|
-
npm-normalize-package-bin "^
|
|
4219
|
-
proc-log "^
|
|
4220
|
-
read-cmd-shim "^
|
|
4221
|
-
write-file-atomic "^
|
|
4225
|
+
cmd-shim "^8.0.0"
|
|
4226
|
+
npm-normalize-package-bin "^5.0.0"
|
|
4227
|
+
proc-log "^6.0.0"
|
|
4228
|
+
read-cmd-shim "^6.0.0"
|
|
4229
|
+
write-file-atomic "^7.0.0"
|
|
4222
4230
|
|
|
4223
|
-
binary-extensions@^2.0.0
|
|
4231
|
+
binary-extensions@^2.0.0:
|
|
4224
4232
|
version "2.3.0"
|
|
4225
4233
|
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz"
|
|
4226
4234
|
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
|
|
4227
4235
|
|
|
4236
|
+
binary-extensions@^3.0.0:
|
|
4237
|
+
version "3.1.0"
|
|
4238
|
+
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-3.1.0.tgz"
|
|
4239
|
+
integrity sha512-Jvvd9hy1w+xUad8+ckQsWA/V1AoyubOvqn0aygjMOVM4BfIaRav1NFS3LsTSDaV4n4FtcCtQXvzep1E6MboqwQ==
|
|
4240
|
+
|
|
4228
4241
|
bl@^4.0.3:
|
|
4229
4242
|
version "4.1.0"
|
|
4230
4243
|
resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
|
|
@@ -4342,23 +4355,21 @@ bundle-name@^4.1.0:
|
|
|
4342
4355
|
dependencies:
|
|
4343
4356
|
run-applescript "^7.0.0"
|
|
4344
4357
|
|
|
4345
|
-
cacache@^
|
|
4346
|
-
version "
|
|
4347
|
-
resolved "https://registry.npmjs.org/cacache/-/cacache-
|
|
4348
|
-
integrity sha512-
|
|
4358
|
+
cacache@^20.0.0, cacache@^20.0.1, cacache@^20.0.4:
|
|
4359
|
+
version "20.0.4"
|
|
4360
|
+
resolved "https://registry.npmjs.org/cacache/-/cacache-20.0.4.tgz"
|
|
4361
|
+
integrity sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==
|
|
4349
4362
|
dependencies:
|
|
4350
|
-
"@npmcli/fs" "^
|
|
4363
|
+
"@npmcli/fs" "^5.0.0"
|
|
4351
4364
|
fs-minipass "^3.0.0"
|
|
4352
|
-
glob "^
|
|
4353
|
-
lru-cache "^
|
|
4365
|
+
glob "^13.0.0"
|
|
4366
|
+
lru-cache "^11.1.0"
|
|
4354
4367
|
minipass "^7.0.3"
|
|
4355
4368
|
minipass-collect "^2.0.1"
|
|
4356
4369
|
minipass-flush "^1.0.5"
|
|
4357
4370
|
minipass-pipeline "^1.2.4"
|
|
4358
4371
|
p-map "^7.0.2"
|
|
4359
|
-
ssri "^
|
|
4360
|
-
tar "^7.4.3"
|
|
4361
|
-
unique-filename "^4.0.0"
|
|
4372
|
+
ssri "^13.0.0"
|
|
4362
4373
|
|
|
4363
4374
|
cacheable-lookup@^5.0.3:
|
|
4364
4375
|
version "5.0.4"
|
|
@@ -4624,11 +4635,6 @@ chownr@^1.1.1:
|
|
|
4624
4635
|
resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz"
|
|
4625
4636
|
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
|
4626
4637
|
|
|
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
4638
|
chownr@^3.0.0:
|
|
4633
4639
|
version "3.0.0"
|
|
4634
4640
|
resolved "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz"
|
|
@@ -4639,12 +4645,10 @@ ci-info@^4.0.0, ci-info@^4.4.0:
|
|
|
4639
4645
|
resolved "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz"
|
|
4640
4646
|
integrity sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==
|
|
4641
4647
|
|
|
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"
|
|
4648
|
+
cidr-regex@^5.0.4:
|
|
4649
|
+
version "5.0.5"
|
|
4650
|
+
resolved "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.5.tgz"
|
|
4651
|
+
integrity sha512-59tdLZcC+BJXa4C5rOmVSuJTy/UneqfJJtCraqwdx5BDHTkGrBtKCUl3u2uiCFvXu+wk0kVuX8axX7yHCZOI9w==
|
|
4648
4652
|
|
|
4649
4653
|
cjs-module-lexer@^1.2.2:
|
|
4650
4654
|
version "1.2.3"
|
|
@@ -4680,14 +4684,6 @@ cli-boxes@^3.0.0:
|
|
|
4680
4684
|
resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz"
|
|
4681
4685
|
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
|
|
4682
4686
|
|
|
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
4687
|
cli-cursor@^4.0.0:
|
|
4692
4688
|
version "4.0.0"
|
|
4693
4689
|
resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz"
|
|
@@ -4772,10 +4768,10 @@ cls-hooked@^4.2.2:
|
|
|
4772
4768
|
emitter-listener "^1.0.1"
|
|
4773
4769
|
semver "^5.4.1"
|
|
4774
4770
|
|
|
4775
|
-
cmd-shim@^
|
|
4776
|
-
version "
|
|
4777
|
-
resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-
|
|
4778
|
-
integrity sha512-
|
|
4771
|
+
cmd-shim@^8.0.0:
|
|
4772
|
+
version "8.0.0"
|
|
4773
|
+
resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-8.0.0.tgz"
|
|
4774
|
+
integrity sha512-Jk/BK6NCapZ58BKUxlSI+ouKRbjH1NLZCgJkYoab+vEHUY3f6OzpNBN9u7HFSv9J6TRDGs4PLOHezoKGaFRSCA==
|
|
4779
4775
|
|
|
4780
4776
|
code-excerpt@^4.0.0:
|
|
4781
4777
|
version "4.0.0"
|
|
@@ -4861,10 +4857,10 @@ commit-and-tag-version@^12.7.1:
|
|
|
4861
4857
|
yaml "^2.6.0"
|
|
4862
4858
|
yargs "^17.7.2"
|
|
4863
4859
|
|
|
4864
|
-
common-ancestor-path@^
|
|
4865
|
-
version "
|
|
4866
|
-
resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-
|
|
4867
|
-
integrity sha512-
|
|
4860
|
+
common-ancestor-path@^2.0.0:
|
|
4861
|
+
version "2.0.0"
|
|
4862
|
+
resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz"
|
|
4863
|
+
integrity sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==
|
|
4868
4864
|
|
|
4869
4865
|
commondir@^1.0.1:
|
|
4870
4866
|
version "1.0.1"
|
|
@@ -5205,7 +5201,7 @@ debug@^3.2.7:
|
|
|
5205
5201
|
dependencies:
|
|
5206
5202
|
ms "^2.1.1"
|
|
5207
5203
|
|
|
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.
|
|
5204
|
+
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
5205
|
version "4.4.3"
|
|
5210
5206
|
resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz"
|
|
5211
5207
|
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
|
|
@@ -5360,21 +5356,21 @@ diff@^3.5.0:
|
|
|
5360
5356
|
resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz"
|
|
5361
5357
|
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
|
|
5362
5358
|
|
|
5363
|
-
diff@^4.0.1:
|
|
5364
|
-
version "4.0.2"
|
|
5365
|
-
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
|
5366
|
-
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
5367
|
-
|
|
5368
|
-
diff@^4.0.2:
|
|
5359
|
+
diff@^4.0.1, diff@^4.0.2:
|
|
5369
5360
|
version "4.0.2"
|
|
5370
5361
|
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
|
|
5371
5362
|
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
5372
5363
|
|
|
5373
|
-
diff@^5.
|
|
5364
|
+
diff@^5.2.0:
|
|
5374
5365
|
version "5.2.0"
|
|
5375
5366
|
resolved "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz"
|
|
5376
5367
|
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
|
|
5377
5368
|
|
|
5369
|
+
diff@^8.0.2:
|
|
5370
|
+
version "8.0.4"
|
|
5371
|
+
resolved "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz"
|
|
5372
|
+
integrity sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==
|
|
5373
|
+
|
|
5378
5374
|
diff3@0.0.3:
|
|
5379
5375
|
version "0.0.3"
|
|
5380
5376
|
resolved "https://registry.npmjs.org/diff3/-/diff3-0.0.3.tgz"
|
|
@@ -5514,13 +5510,6 @@ emoji-regex@^9.2.2:
|
|
|
5514
5510
|
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
|
|
5515
5511
|
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
|
|
5516
5512
|
|
|
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
5513
|
end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
|
5525
5514
|
version "1.4.4"
|
|
5526
5515
|
resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
|
|
@@ -5543,11 +5532,6 @@ environment@^1.0.0:
|
|
|
5543
5532
|
resolved "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz"
|
|
5544
5533
|
integrity sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==
|
|
5545
5534
|
|
|
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
5535
|
error-ex@^1.3.1:
|
|
5552
5536
|
version "1.3.2"
|
|
5553
5537
|
resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
|
|
@@ -6011,11 +5995,30 @@ fast-safe-stringify@^2.1.1:
|
|
|
6011
5995
|
resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz"
|
|
6012
5996
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
6013
5997
|
|
|
5998
|
+
fast-string-truncated-width@^3.0.2:
|
|
5999
|
+
version "3.0.3"
|
|
6000
|
+
resolved "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz"
|
|
6001
|
+
integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
|
|
6002
|
+
|
|
6003
|
+
fast-string-width@^3.0.2:
|
|
6004
|
+
version "3.0.2"
|
|
6005
|
+
resolved "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz"
|
|
6006
|
+
integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
|
|
6007
|
+
dependencies:
|
|
6008
|
+
fast-string-truncated-width "^3.0.2"
|
|
6009
|
+
|
|
6014
6010
|
fast-uri@^3.0.1:
|
|
6015
6011
|
version "3.0.1"
|
|
6016
6012
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
6017
6013
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
6018
6014
|
|
|
6015
|
+
fast-wrap-ansi@^0.2.0:
|
|
6016
|
+
version "0.2.0"
|
|
6017
|
+
resolved "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz"
|
|
6018
|
+
integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
|
|
6019
|
+
dependencies:
|
|
6020
|
+
fast-string-width "^3.0.2"
|
|
6021
|
+
|
|
6019
6022
|
fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
6020
6023
|
version "1.1.5"
|
|
6021
6024
|
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz"
|
|
@@ -6023,10 +6026,10 @@ fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
|
6023
6026
|
dependencies:
|
|
6024
6027
|
path-expression-matcher "^1.1.3"
|
|
6025
6028
|
|
|
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-
|
|
6029
|
+
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:
|
|
6030
|
+
version "5.7.2"
|
|
6031
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz"
|
|
6032
|
+
integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==
|
|
6030
6033
|
dependencies:
|
|
6031
6034
|
"@nodable/entities" "^2.1.0"
|
|
6032
6035
|
fast-xml-builder "^1.1.5"
|
|
@@ -6266,13 +6269,6 @@ fs-extra@^8.1:
|
|
|
6266
6269
|
jsonfile "^4.0.0"
|
|
6267
6270
|
universalify "^0.1.0"
|
|
6268
6271
|
|
|
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
6272
|
fs-minipass@^3.0.0, fs-minipass@^3.0.3:
|
|
6277
6273
|
version "3.0.3"
|
|
6278
6274
|
resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz"
|
|
@@ -6490,7 +6486,7 @@ glob-to-regex.js@^1.0.1:
|
|
|
6490
6486
|
resolved "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz"
|
|
6491
6487
|
integrity sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==
|
|
6492
6488
|
|
|
6493
|
-
glob@^10.
|
|
6489
|
+
glob@^10.3.10:
|
|
6494
6490
|
version "10.5.0"
|
|
6495
6491
|
resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz"
|
|
6496
6492
|
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
|
|
@@ -6514,6 +6510,15 @@ glob@^11.0.3:
|
|
|
6514
6510
|
package-json-from-dist "^1.0.0"
|
|
6515
6511
|
path-scurry "^2.0.0"
|
|
6516
6512
|
|
|
6513
|
+
glob@^13.0.0, glob@^13.0.6:
|
|
6514
|
+
version "13.0.6"
|
|
6515
|
+
resolved "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz"
|
|
6516
|
+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
|
|
6517
|
+
dependencies:
|
|
6518
|
+
minimatch "^10.2.2"
|
|
6519
|
+
minipass "^7.1.3"
|
|
6520
|
+
path-scurry "^2.0.2"
|
|
6521
|
+
|
|
6517
6522
|
glob@^7.0.0:
|
|
6518
6523
|
version "7.2.3"
|
|
6519
6524
|
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
|
|
@@ -6877,12 +6882,12 @@ hosted-git-info@^7.0.0:
|
|
|
6877
6882
|
dependencies:
|
|
6878
6883
|
lru-cache "^10.0.1"
|
|
6879
6884
|
|
|
6880
|
-
hosted-git-info@^
|
|
6881
|
-
version "
|
|
6882
|
-
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-
|
|
6883
|
-
integrity sha512-
|
|
6885
|
+
hosted-git-info@^9.0.0, hosted-git-info@^9.0.2:
|
|
6886
|
+
version "9.0.2"
|
|
6887
|
+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz"
|
|
6888
|
+
integrity sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==
|
|
6884
6889
|
dependencies:
|
|
6885
|
-
lru-cache "^
|
|
6890
|
+
lru-cache "^11.1.0"
|
|
6886
6891
|
|
|
6887
6892
|
hpagent@^1.2.0:
|
|
6888
6893
|
version "1.2.0"
|
|
@@ -6991,17 +6996,10 @@ hyperdyperid@^1.2.0:
|
|
|
6991
6996
|
resolved "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz"
|
|
6992
6997
|
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
6993
6998
|
|
|
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==
|
|
6999
|
+
iconv-lite@^0.7.0, iconv-lite@^0.7.2:
|
|
7000
|
+
version "0.7.2"
|
|
7001
|
+
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz"
|
|
7002
|
+
integrity sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==
|
|
7005
7003
|
dependencies:
|
|
7006
7004
|
safer-buffer ">= 2.1.2 < 3.0.0"
|
|
7007
7005
|
|
|
@@ -7015,12 +7013,12 @@ ieee754@1.1.13:
|
|
|
7015
7013
|
resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz"
|
|
7016
7014
|
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
|
|
7017
7015
|
|
|
7018
|
-
ignore-walk@^
|
|
7019
|
-
version "
|
|
7020
|
-
resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-
|
|
7021
|
-
integrity sha512-
|
|
7016
|
+
ignore-walk@^8.0.0:
|
|
7017
|
+
version "8.0.0"
|
|
7018
|
+
resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-8.0.0.tgz"
|
|
7019
|
+
integrity sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==
|
|
7022
7020
|
dependencies:
|
|
7023
|
-
minimatch "^
|
|
7021
|
+
minimatch "^10.0.3"
|
|
7024
7022
|
|
|
7025
7023
|
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
|
|
7026
7024
|
version "5.3.2"
|
|
@@ -7083,23 +7081,22 @@ ini@^1.3.2, ini@^1.3.4:
|
|
|
7083
7081
|
resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
|
|
7084
7082
|
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
|
7085
7083
|
|
|
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"
|
|
7084
|
+
ini@^6.0.0:
|
|
7085
|
+
version "6.0.0"
|
|
7086
|
+
resolved "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz"
|
|
7087
|
+
integrity sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==
|
|
7088
|
+
|
|
7089
|
+
init-package-json@^8.2.5:
|
|
7090
|
+
version "8.2.5"
|
|
7091
|
+
resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-8.2.5.tgz"
|
|
7092
|
+
integrity sha512-IknQ+upLuJU6t3p0uo9wS3GjFD/1GtxIwcIGYOWR8zL2HxQeJwvxYTgZr9brJ8pyZ4kvpkebM8ZKcyqOeLOHSg==
|
|
7093
|
+
dependencies:
|
|
7094
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7095
|
+
npm-package-arg "^13.0.0"
|
|
7096
|
+
promzard "^3.0.1"
|
|
7097
|
+
read "^5.0.1"
|
|
7098
|
+
semver "^7.7.2"
|
|
7099
|
+
validate-npm-package-name "^7.0.0"
|
|
7103
7100
|
|
|
7104
7101
|
ink-text-input@^6.0.0:
|
|
7105
7102
|
version "6.0.0"
|
|
@@ -7174,11 +7171,6 @@ ip-address@^9.0.5:
|
|
|
7174
7171
|
jsbn "1.1.0"
|
|
7175
7172
|
sprintf-js "^1.1.3"
|
|
7176
7173
|
|
|
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
7174
|
is-arguments@^1.0.4:
|
|
7183
7175
|
version "1.1.1"
|
|
7184
7176
|
resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz"
|
|
@@ -7234,12 +7226,12 @@ is-callable@^1.1.4, is-callable@^1.2.7:
|
|
|
7234
7226
|
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
|
|
7235
7227
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
7236
7228
|
|
|
7237
|
-
is-cidr@^
|
|
7238
|
-
version "
|
|
7239
|
-
resolved "https://registry.npmjs.org/is-cidr/-/is-cidr-
|
|
7240
|
-
integrity sha512-
|
|
7229
|
+
is-cidr@^6.0.4:
|
|
7230
|
+
version "6.0.4"
|
|
7231
|
+
resolved "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.4.tgz"
|
|
7232
|
+
integrity sha512-tOIBU3QiXy0W4LvHbcKWAWSuQfGwDiEILphFCAZtDqj7C57uv3ClO6K8aNEGV4VTA7bWJlpQ0suKQkUe6Rd6ag==
|
|
7241
7233
|
dependencies:
|
|
7242
|
-
cidr-regex "^
|
|
7234
|
+
cidr-regex "^5.0.4"
|
|
7243
7235
|
|
|
7244
7236
|
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
|
|
7245
7237
|
version "2.13.1"
|
|
@@ -7498,6 +7490,11 @@ isexe@^3.1.1:
|
|
|
7498
7490
|
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
|
|
7499
7491
|
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
|
|
7500
7492
|
|
|
7493
|
+
isexe@^4.0.0:
|
|
7494
|
+
version "4.0.0"
|
|
7495
|
+
resolved "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz"
|
|
7496
|
+
integrity sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==
|
|
7497
|
+
|
|
7501
7498
|
isomorphic-git@^1.34.2:
|
|
7502
7499
|
version "1.34.2"
|
|
7503
7500
|
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.2.tgz"
|
|
@@ -7676,10 +7673,10 @@ json-parse-even-better-errors@^2.3.0:
|
|
|
7676
7673
|
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
|
|
7677
7674
|
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
|
7678
7675
|
|
|
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-
|
|
7676
|
+
json-parse-even-better-errors@^5.0.0:
|
|
7677
|
+
version "5.0.0"
|
|
7678
|
+
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz"
|
|
7679
|
+
integrity sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==
|
|
7683
7680
|
|
|
7684
7681
|
json-schema-traverse@^0.4.1:
|
|
7685
7682
|
version "0.4.1"
|
|
@@ -7845,115 +7842,109 @@ levn@^0.4.1:
|
|
|
7845
7842
|
prelude-ls "^1.2.1"
|
|
7846
7843
|
type-check "~0.4.0"
|
|
7847
7844
|
|
|
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/
|
|
7845
|
+
libnpmaccess@^10.0.3:
|
|
7846
|
+
version "10.0.3"
|
|
7847
|
+
resolved "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-10.0.3.tgz"
|
|
7848
|
+
integrity sha512-JPHTfWJxIK+NVPdNMNGnkz4XGX56iijPbe0qFWbdt68HL+kIvSzh+euBL8npLZvl2fpaxo+1eZSdoG15f5YdIQ==
|
|
7849
|
+
dependencies:
|
|
7850
|
+
npm-package-arg "^13.0.0"
|
|
7851
|
+
npm-registry-fetch "^19.0.0"
|
|
7852
|
+
|
|
7853
|
+
libnpmdiff@^8.1.6:
|
|
7854
|
+
version "8.1.6"
|
|
7855
|
+
resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-8.1.6.tgz"
|
|
7856
|
+
integrity sha512-nr6/MrxRnqMUoB9t0aHImBKArkJCU3YeaTyu817XYQXAQq9iWgX+ZVLgd+5wZVfoyemPdJj2LasXhFNyVk5GAA==
|
|
7857
|
+
dependencies:
|
|
7858
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7859
|
+
"@npmcli/installed-package-contents" "^4.0.0"
|
|
7860
|
+
binary-extensions "^3.0.0"
|
|
7861
|
+
diff "^8.0.2"
|
|
7862
|
+
minimatch "^10.0.3"
|
|
7863
|
+
npm-package-arg "^13.0.0"
|
|
7864
|
+
pacote "^21.0.2"
|
|
7865
|
+
tar "^7.5.1"
|
|
7866
|
+
|
|
7867
|
+
libnpmexec@^10.2.6:
|
|
7868
|
+
version "10.2.6"
|
|
7869
|
+
resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-10.2.6.tgz"
|
|
7870
|
+
integrity sha512-aUHRHUhoi98CW9x+0+RzOVvKvl4rvGgr6o7wnWfdyuvZtU5WXGStfuArN1wBANxEP50bLTocMJrEsBktEuiVqw==
|
|
7871
|
+
dependencies:
|
|
7872
|
+
"@gar/promise-retry" "^1.0.0"
|
|
7873
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7874
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7875
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7877
7876
|
ci-info "^4.0.0"
|
|
7878
|
-
npm-package-arg "^
|
|
7879
|
-
pacote "^
|
|
7880
|
-
proc-log "^
|
|
7881
|
-
read "^
|
|
7882
|
-
read-package-json-fast "^4.0.0"
|
|
7877
|
+
npm-package-arg "^13.0.0"
|
|
7878
|
+
pacote "^21.0.2"
|
|
7879
|
+
proc-log "^6.0.0"
|
|
7880
|
+
read "^5.0.1"
|
|
7883
7881
|
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"
|
|
7882
|
+
signal-exit "^4.1.0"
|
|
7883
|
+
walk-up-path "^4.0.0"
|
|
7892
7884
|
|
|
7893
|
-
|
|
7894
|
-
version "
|
|
7895
|
-
resolved "https://registry.npmjs.org/
|
|
7896
|
-
integrity sha512-
|
|
7885
|
+
libnpmfund@^7.0.20:
|
|
7886
|
+
version "7.0.20"
|
|
7887
|
+
resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-7.0.20.tgz"
|
|
7888
|
+
integrity sha512-H1FvUdssvUlAfQJsNotf+DUetF2mS7d2sW8+MByLCMmgsZ+OkKbXgQit0PCjAwg8BD/Z/f8UO0FJT7bOYe73fQ==
|
|
7897
7889
|
dependencies:
|
|
7898
|
-
|
|
7899
|
-
npm-registry-fetch "^18.0.1"
|
|
7890
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7900
7891
|
|
|
7901
|
-
libnpmorg@^
|
|
7902
|
-
version "
|
|
7903
|
-
resolved "https://registry.npmjs.org/libnpmorg/-/libnpmorg-
|
|
7904
|
-
integrity sha512
|
|
7892
|
+
libnpmorg@^8.0.1:
|
|
7893
|
+
version "8.0.1"
|
|
7894
|
+
resolved "https://registry.npmjs.org/libnpmorg/-/libnpmorg-8.0.1.tgz"
|
|
7895
|
+
integrity sha512-/QeyXXg4hqMw0ESM7pERjIT2wbR29qtFOWIOug/xO4fRjS3jJJhoAPQNsnHtdwnCqgBdFpGQ45aIdFFZx2YhTA==
|
|
7905
7896
|
dependencies:
|
|
7906
7897
|
aproba "^2.0.0"
|
|
7907
|
-
npm-registry-fetch "^
|
|
7898
|
+
npm-registry-fetch "^19.0.0"
|
|
7908
7899
|
|
|
7909
|
-
libnpmpack@^
|
|
7910
|
-
version "
|
|
7911
|
-
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-
|
|
7912
|
-
integrity sha512-
|
|
7900
|
+
libnpmpack@^9.1.6:
|
|
7901
|
+
version "9.1.6"
|
|
7902
|
+
resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-9.1.6.tgz"
|
|
7903
|
+
integrity sha512-Uov/MsMO+1MdJdT4PKdz6MiLNuZb73REKxbxKXKcNUaDkeBGNXxGB1GUxpdsvZlx1sos4MQDTYw34q4yw7hzHw==
|
|
7913
7904
|
dependencies:
|
|
7914
|
-
"@npmcli/arborist" "^
|
|
7915
|
-
"@npmcli/run-script" "^
|
|
7916
|
-
npm-package-arg "^
|
|
7917
|
-
pacote "^
|
|
7905
|
+
"@npmcli/arborist" "^9.4.3"
|
|
7906
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7907
|
+
npm-package-arg "^13.0.0"
|
|
7908
|
+
pacote "^21.0.2"
|
|
7918
7909
|
|
|
7919
|
-
libnpmpublish@^
|
|
7920
|
-
version "
|
|
7921
|
-
resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-
|
|
7922
|
-
integrity sha512-
|
|
7910
|
+
libnpmpublish@^11.1.3:
|
|
7911
|
+
version "11.1.3"
|
|
7912
|
+
resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-11.1.3.tgz"
|
|
7913
|
+
integrity sha512-NVPTth/71cfbdYHqypcO9Lt5WFGTzFEcx81lWd7GDJIgZ95ERdYHGUfCtFejHCyqodKsQkNEx2JCkMpreDty/A==
|
|
7923
7914
|
dependencies:
|
|
7915
|
+
"@npmcli/package-json" "^7.0.0"
|
|
7924
7916
|
ci-info "^4.0.0"
|
|
7925
|
-
|
|
7926
|
-
npm-
|
|
7927
|
-
|
|
7928
|
-
proc-log "^5.0.0"
|
|
7917
|
+
npm-package-arg "^13.0.0"
|
|
7918
|
+
npm-registry-fetch "^19.0.0"
|
|
7919
|
+
proc-log "^6.0.0"
|
|
7929
7920
|
semver "^7.3.7"
|
|
7930
|
-
sigstore "^
|
|
7931
|
-
ssri "^
|
|
7921
|
+
sigstore "^4.0.0"
|
|
7922
|
+
ssri "^13.0.0"
|
|
7932
7923
|
|
|
7933
|
-
libnpmsearch@^
|
|
7934
|
-
version "
|
|
7935
|
-
resolved "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-
|
|
7936
|
-
integrity sha512-
|
|
7924
|
+
libnpmsearch@^9.0.1:
|
|
7925
|
+
version "9.0.1"
|
|
7926
|
+
resolved "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-9.0.1.tgz"
|
|
7927
|
+
integrity sha512-oKw58X415ERY/BOGV3jQPVMcep8YeMRWMzuuqB0BAIM5VxicOU1tQt19ExCu4SV77SiTOEoziHxGEgJGw3FBYQ==
|
|
7937
7928
|
dependencies:
|
|
7938
|
-
npm-registry-fetch "^
|
|
7929
|
+
npm-registry-fetch "^19.0.0"
|
|
7939
7930
|
|
|
7940
|
-
libnpmteam@^
|
|
7941
|
-
version "
|
|
7942
|
-
resolved "https://registry.npmjs.org/libnpmteam/-/libnpmteam-
|
|
7943
|
-
integrity sha512-
|
|
7931
|
+
libnpmteam@^8.0.2:
|
|
7932
|
+
version "8.0.2"
|
|
7933
|
+
resolved "https://registry.npmjs.org/libnpmteam/-/libnpmteam-8.0.2.tgz"
|
|
7934
|
+
integrity sha512-ypLrDUQoi8EhG+gzx5ENMcYq23YjPV17Mfvx4nOnQiHOi8vp47+4GvZBrMsEM4yeHPwxguF/HZoXH4rJfHdH/w==
|
|
7944
7935
|
dependencies:
|
|
7945
7936
|
aproba "^2.0.0"
|
|
7946
|
-
npm-registry-fetch "^
|
|
7937
|
+
npm-registry-fetch "^19.0.0"
|
|
7947
7938
|
|
|
7948
|
-
libnpmversion@^
|
|
7949
|
-
version "
|
|
7950
|
-
resolved "https://registry.npmjs.org/libnpmversion/-/libnpmversion-
|
|
7951
|
-
integrity sha512-
|
|
7939
|
+
libnpmversion@^8.0.3:
|
|
7940
|
+
version "8.0.3"
|
|
7941
|
+
resolved "https://registry.npmjs.org/libnpmversion/-/libnpmversion-8.0.3.tgz"
|
|
7942
|
+
integrity sha512-Avj1GG3DT6MGzWOOk3yA7rORcMDUPizkIGbI8glHCO7WoYn3NYNmskLDwxg2NMY1Tyf2vrHAqTuSG58uqd1lJg==
|
|
7952
7943
|
dependencies:
|
|
7953
|
-
"@npmcli/git" "^
|
|
7954
|
-
"@npmcli/run-script" "^
|
|
7955
|
-
json-parse-even-better-errors "^
|
|
7956
|
-
proc-log "^
|
|
7944
|
+
"@npmcli/git" "^7.0.0"
|
|
7945
|
+
"@npmcli/run-script" "^10.0.0"
|
|
7946
|
+
json-parse-even-better-errors "^5.0.0"
|
|
7947
|
+
proc-log "^6.0.0"
|
|
7957
7948
|
semver "^7.3.7"
|
|
7958
7949
|
|
|
7959
7950
|
lie@~3.3.0:
|
|
@@ -8202,15 +8193,20 @@ lowercase-keys@^3.0.0:
|
|
|
8202
8193
|
resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz"
|
|
8203
8194
|
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
|
|
8204
8195
|
|
|
8205
|
-
lru-cache@^10.0.1
|
|
8196
|
+
lru-cache@^10.0.1:
|
|
8197
|
+
version "10.2.2"
|
|
8198
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz"
|
|
8199
|
+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
8200
|
+
|
|
8201
|
+
lru-cache@^10.2.0:
|
|
8206
8202
|
version "10.2.2"
|
|
8207
8203
|
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz"
|
|
8208
8204
|
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
8209
8205
|
|
|
8210
|
-
lru-cache@^11.0.0:
|
|
8211
|
-
version "11.
|
|
8212
|
-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
8213
|
-
integrity sha512-
|
|
8206
|
+
lru-cache@^11.0.0, lru-cache@^11.1.0, lru-cache@^11.2.1:
|
|
8207
|
+
version "11.3.5"
|
|
8208
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz"
|
|
8209
|
+
integrity sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==
|
|
8214
8210
|
|
|
8215
8211
|
lru-cache@^5.1.1:
|
|
8216
8212
|
version "5.1.1"
|
|
@@ -8255,22 +8251,23 @@ make-error@^1.1.1:
|
|
|
8255
8251
|
resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz"
|
|
8256
8252
|
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
|
8257
8253
|
|
|
8258
|
-
make-fetch-happen@^
|
|
8259
|
-
version "
|
|
8260
|
-
resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-
|
|
8261
|
-
integrity sha512-
|
|
8254
|
+
make-fetch-happen@^15.0.0, make-fetch-happen@^15.0.1, make-fetch-happen@^15.0.4, make-fetch-happen@^15.0.5:
|
|
8255
|
+
version "15.0.5"
|
|
8256
|
+
resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.5.tgz"
|
|
8257
|
+
integrity sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==
|
|
8262
8258
|
dependencies:
|
|
8263
|
-
"@
|
|
8264
|
-
|
|
8259
|
+
"@gar/promise-retry" "^1.0.0"
|
|
8260
|
+
"@npmcli/agent" "^4.0.0"
|
|
8261
|
+
"@npmcli/redact" "^4.0.0"
|
|
8262
|
+
cacache "^20.0.1"
|
|
8265
8263
|
http-cache-semantics "^4.1.1"
|
|
8266
8264
|
minipass "^7.0.2"
|
|
8267
|
-
minipass-fetch "^
|
|
8265
|
+
minipass-fetch "^5.0.0"
|
|
8268
8266
|
minipass-flush "^1.0.5"
|
|
8269
8267
|
minipass-pipeline "^1.2.4"
|
|
8270
8268
|
negotiator "^1.0.0"
|
|
8271
|
-
proc-log "^
|
|
8272
|
-
|
|
8273
|
-
ssri "^12.0.0"
|
|
8269
|
+
proc-log "^6.0.0"
|
|
8270
|
+
ssri "^13.0.0"
|
|
8274
8271
|
|
|
8275
8272
|
map-obj@^1.0.0:
|
|
8276
8273
|
version "1.0.1"
|
|
@@ -8484,21 +8481,7 @@ min-indent@^1.0.0:
|
|
|
8484
8481
|
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
|
|
8485
8482
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
8486
8483
|
|
|
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:
|
|
8484
|
+
minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
|
|
8502
8485
|
version "10.2.5"
|
|
8503
8486
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
8504
8487
|
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
@@ -8533,7 +8516,21 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
8533
8516
|
dependencies:
|
|
8534
8517
|
brace-expansion "^2.0.1"
|
|
8535
8518
|
|
|
8536
|
-
minimatch@^9.0.
|
|
8519
|
+
minimatch@^9.0.4:
|
|
8520
|
+
version "9.0.9"
|
|
8521
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8522
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
8523
|
+
dependencies:
|
|
8524
|
+
brace-expansion "^2.0.2"
|
|
8525
|
+
|
|
8526
|
+
minimatch@^9.0.5:
|
|
8527
|
+
version "9.0.9"
|
|
8528
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8529
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
8530
|
+
dependencies:
|
|
8531
|
+
brace-expansion "^2.0.2"
|
|
8532
|
+
|
|
8533
|
+
minimatch@^9.0.9:
|
|
8537
8534
|
version "9.0.9"
|
|
8538
8535
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
8539
8536
|
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
@@ -8575,16 +8572,16 @@ minipass-collect@^2.0.1:
|
|
|
8575
8572
|
dependencies:
|
|
8576
8573
|
minipass "^7.0.3"
|
|
8577
8574
|
|
|
8578
|
-
minipass-fetch@^
|
|
8579
|
-
version "
|
|
8580
|
-
resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-
|
|
8581
|
-
integrity sha512-
|
|
8575
|
+
minipass-fetch@^5.0.0:
|
|
8576
|
+
version "5.0.2"
|
|
8577
|
+
resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-5.0.2.tgz"
|
|
8578
|
+
integrity sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==
|
|
8582
8579
|
dependencies:
|
|
8583
8580
|
minipass "^7.0.3"
|
|
8584
|
-
minipass-sized "^
|
|
8581
|
+
minipass-sized "^2.0.0"
|
|
8585
8582
|
minizlib "^3.0.1"
|
|
8586
8583
|
optionalDependencies:
|
|
8587
|
-
|
|
8584
|
+
iconv-lite "^0.7.2"
|
|
8588
8585
|
|
|
8589
8586
|
minipass-flush@^1.0.5:
|
|
8590
8587
|
version "1.0.5"
|
|
@@ -8600,12 +8597,12 @@ minipass-pipeline@^1.2.4:
|
|
|
8600
8597
|
dependencies:
|
|
8601
8598
|
minipass "^3.0.0"
|
|
8602
8599
|
|
|
8603
|
-
minipass-sized@^
|
|
8604
|
-
version "
|
|
8605
|
-
resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-
|
|
8606
|
-
integrity sha512-
|
|
8600
|
+
minipass-sized@^2.0.0:
|
|
8601
|
+
version "2.0.0"
|
|
8602
|
+
resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-2.0.0.tgz"
|
|
8603
|
+
integrity sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==
|
|
8607
8604
|
dependencies:
|
|
8608
|
-
minipass "^
|
|
8605
|
+
minipass "^7.1.2"
|
|
8609
8606
|
|
|
8610
8607
|
minipass@^3.0.0:
|
|
8611
8608
|
version "3.3.6"
|
|
@@ -8619,19 +8616,6 @@ minipass@^3.0.0:
|
|
|
8619
8616
|
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz"
|
|
8620
8617
|
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
|
|
8621
8618
|
|
|
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
8619
|
minizlib@^3.0.1, minizlib@^3.1.0:
|
|
8636
8620
|
version "3.1.0"
|
|
8637
8621
|
resolved "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz"
|
|
@@ -8644,11 +8628,6 @@ mkdirp-classic@^0.5.2:
|
|
|
8644
8628
|
resolved "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz"
|
|
8645
8629
|
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
|
|
8646
8630
|
|
|
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
8631
|
mnemonist@^0.39.0:
|
|
8653
8632
|
version "0.39.8"
|
|
8654
8633
|
resolved "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.8.tgz"
|
|
@@ -8720,6 +8699,11 @@ mute-stream@^2.0.0:
|
|
|
8720
8699
|
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz"
|
|
8721
8700
|
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
|
|
8722
8701
|
|
|
8702
|
+
mute-stream@^3.0.0:
|
|
8703
|
+
version "3.0.0"
|
|
8704
|
+
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz"
|
|
8705
|
+
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
8706
|
+
|
|
8723
8707
|
natural-compare@^1.4.0:
|
|
8724
8708
|
version "1.4.0"
|
|
8725
8709
|
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
@@ -8809,21 +8793,21 @@ node-fetch@^2.6.1, node-fetch@^2.6.9:
|
|
|
8809
8793
|
dependencies:
|
|
8810
8794
|
whatwg-url "^5.0.0"
|
|
8811
8795
|
|
|
8812
|
-
node-gyp@^
|
|
8813
|
-
version "
|
|
8814
|
-
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-
|
|
8815
|
-
integrity sha512-
|
|
8796
|
+
node-gyp@^12.1.0, node-gyp@^12.3.0:
|
|
8797
|
+
version "12.3.0"
|
|
8798
|
+
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-12.3.0.tgz"
|
|
8799
|
+
integrity sha512-QNcUWM+HgJplcPzBvFBZ9VXacyGZ4+VTOb80PwWR+TlVzoHbRKULNEzpRsnaoxG3Wzr7Qh7BYxGDU3CbKib2Yg==
|
|
8816
8800
|
dependencies:
|
|
8817
8801
|
env-paths "^2.2.0"
|
|
8818
8802
|
exponential-backoff "^3.1.1"
|
|
8819
8803
|
graceful-fs "^4.2.6"
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
proc-log "^5.0.0"
|
|
8804
|
+
nopt "^9.0.0"
|
|
8805
|
+
proc-log "^6.0.0"
|
|
8823
8806
|
semver "^7.3.5"
|
|
8824
|
-
tar "^7.4
|
|
8807
|
+
tar "^7.5.4"
|
|
8825
8808
|
tinyglobby "^0.2.12"
|
|
8826
|
-
|
|
8809
|
+
undici "^6.25.0"
|
|
8810
|
+
which "^6.0.0"
|
|
8827
8811
|
|
|
8828
8812
|
node-preload@^0.2.1:
|
|
8829
8813
|
version "0.2.1"
|
|
@@ -8837,12 +8821,12 @@ node-releases@^2.0.19:
|
|
|
8837
8821
|
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz"
|
|
8838
8822
|
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
|
|
8839
8823
|
|
|
8840
|
-
nopt@^
|
|
8841
|
-
version "
|
|
8842
|
-
resolved "https://registry.npmjs.org/nopt/-/nopt-
|
|
8843
|
-
integrity sha512-
|
|
8824
|
+
nopt@^9.0.0:
|
|
8825
|
+
version "9.0.0"
|
|
8826
|
+
resolved "https://registry.npmjs.org/nopt/-/nopt-9.0.0.tgz"
|
|
8827
|
+
integrity sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==
|
|
8844
8828
|
dependencies:
|
|
8845
|
-
abbrev "^
|
|
8829
|
+
abbrev "^4.0.0"
|
|
8846
8830
|
|
|
8847
8831
|
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
|
8848
8832
|
version "2.5.0"
|
|
@@ -8883,15 +8867,6 @@ normalize-package-data@^6:
|
|
|
8883
8867
|
semver "^7.3.5"
|
|
8884
8868
|
validate-npm-package-license "^3.0.4"
|
|
8885
8869
|
|
|
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
8870
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
|
8896
8871
|
version "3.0.0"
|
|
8897
8872
|
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
|
|
@@ -8907,29 +8882,29 @@ normalize-url@^8.0.0:
|
|
|
8907
8882
|
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz"
|
|
8908
8883
|
integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==
|
|
8909
8884
|
|
|
8910
|
-
npm-audit-report@^
|
|
8911
|
-
version "
|
|
8912
|
-
resolved "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-
|
|
8913
|
-
integrity sha512-
|
|
8885
|
+
npm-audit-report@^7.0.0:
|
|
8886
|
+
version "7.0.0"
|
|
8887
|
+
resolved "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-7.0.0.tgz"
|
|
8888
|
+
integrity sha512-bluLL4xwGr/3PERYz50h2Upco0TJMDcLcymuFnfDWeGO99NqH724MNzhWi5sXXuXf2jbytFF0LyR8W+w1jTI6A==
|
|
8914
8889
|
|
|
8915
|
-
npm-bundled@^
|
|
8916
|
-
version "
|
|
8917
|
-
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-
|
|
8918
|
-
integrity sha512-
|
|
8890
|
+
npm-bundled@^5.0.0:
|
|
8891
|
+
version "5.0.0"
|
|
8892
|
+
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-5.0.0.tgz"
|
|
8893
|
+
integrity sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==
|
|
8919
8894
|
dependencies:
|
|
8920
|
-
npm-normalize-package-bin "^
|
|
8895
|
+
npm-normalize-package-bin "^5.0.0"
|
|
8921
8896
|
|
|
8922
|
-
npm-install-checks@^
|
|
8923
|
-
version "
|
|
8924
|
-
resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-
|
|
8925
|
-
integrity sha512-
|
|
8897
|
+
npm-install-checks@^8.0.0:
|
|
8898
|
+
version "8.0.0"
|
|
8899
|
+
resolved "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-8.0.0.tgz"
|
|
8900
|
+
integrity sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==
|
|
8926
8901
|
dependencies:
|
|
8927
8902
|
semver "^7.1.1"
|
|
8928
8903
|
|
|
8929
|
-
npm-normalize-package-bin@^
|
|
8930
|
-
version "
|
|
8931
|
-
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-
|
|
8932
|
-
integrity sha512-
|
|
8904
|
+
npm-normalize-package-bin@^5.0.0:
|
|
8905
|
+
version "5.0.0"
|
|
8906
|
+
resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-5.0.0.tgz"
|
|
8907
|
+
integrity sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==
|
|
8933
8908
|
|
|
8934
8909
|
npm-package-arg@^11.0.3:
|
|
8935
8910
|
version "11.0.3"
|
|
@@ -8941,54 +8916,55 @@ npm-package-arg@^11.0.3:
|
|
|
8941
8916
|
semver "^7.3.5"
|
|
8942
8917
|
validate-npm-package-name "^5.0.0"
|
|
8943
8918
|
|
|
8944
|
-
npm-package-arg@^
|
|
8945
|
-
version "
|
|
8946
|
-
resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-
|
|
8947
|
-
integrity sha512-
|
|
8919
|
+
npm-package-arg@^13.0.0, npm-package-arg@^13.0.2:
|
|
8920
|
+
version "13.0.2"
|
|
8921
|
+
resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-13.0.2.tgz"
|
|
8922
|
+
integrity sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==
|
|
8948
8923
|
dependencies:
|
|
8949
|
-
hosted-git-info "^
|
|
8950
|
-
proc-log "^
|
|
8924
|
+
hosted-git-info "^9.0.0"
|
|
8925
|
+
proc-log "^6.0.0"
|
|
8951
8926
|
semver "^7.3.5"
|
|
8952
|
-
validate-npm-package-name "^
|
|
8927
|
+
validate-npm-package-name "^7.0.0"
|
|
8953
8928
|
|
|
8954
|
-
npm-packlist@^
|
|
8955
|
-
version "
|
|
8956
|
-
resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-
|
|
8957
|
-
integrity sha512-
|
|
8929
|
+
npm-packlist@^10.0.1:
|
|
8930
|
+
version "10.0.4"
|
|
8931
|
+
resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.4.tgz"
|
|
8932
|
+
integrity sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==
|
|
8958
8933
|
dependencies:
|
|
8959
|
-
ignore-walk "^
|
|
8934
|
+
ignore-walk "^8.0.0"
|
|
8935
|
+
proc-log "^6.0.0"
|
|
8960
8936
|
|
|
8961
|
-
npm-pick-manifest@^
|
|
8962
|
-
version "
|
|
8963
|
-
resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-
|
|
8964
|
-
integrity sha512-
|
|
8937
|
+
npm-pick-manifest@^11.0.1, npm-pick-manifest@^11.0.3:
|
|
8938
|
+
version "11.0.3"
|
|
8939
|
+
resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-11.0.3.tgz"
|
|
8940
|
+
integrity sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==
|
|
8965
8941
|
dependencies:
|
|
8966
|
-
npm-install-checks "^
|
|
8967
|
-
npm-normalize-package-bin "^
|
|
8968
|
-
npm-package-arg "^
|
|
8942
|
+
npm-install-checks "^8.0.0"
|
|
8943
|
+
npm-normalize-package-bin "^5.0.0"
|
|
8944
|
+
npm-package-arg "^13.0.0"
|
|
8969
8945
|
semver "^7.3.5"
|
|
8970
8946
|
|
|
8971
|
-
npm-profile@^
|
|
8972
|
-
version "
|
|
8973
|
-
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-
|
|
8974
|
-
integrity sha512-
|
|
8947
|
+
npm-profile@^12.0.1:
|
|
8948
|
+
version "12.0.1"
|
|
8949
|
+
resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-12.0.1.tgz"
|
|
8950
|
+
integrity sha512-Xs1mejJ1/9IKucCxdFMkiBJUre0xaxfCpbsO7DB7CadITuT4k68eI05HBlw4kj+Em1rsFMgeFNljFPYvPETbVQ==
|
|
8975
8951
|
dependencies:
|
|
8976
|
-
npm-registry-fetch "^
|
|
8977
|
-
proc-log "^
|
|
8952
|
+
npm-registry-fetch "^19.0.0"
|
|
8953
|
+
proc-log "^6.0.0"
|
|
8978
8954
|
|
|
8979
|
-
npm-registry-fetch@^
|
|
8980
|
-
version "
|
|
8981
|
-
resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-
|
|
8982
|
-
integrity sha512-
|
|
8955
|
+
npm-registry-fetch@^19.0.0, npm-registry-fetch@^19.1.1:
|
|
8956
|
+
version "19.1.1"
|
|
8957
|
+
resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-19.1.1.tgz"
|
|
8958
|
+
integrity sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==
|
|
8983
8959
|
dependencies:
|
|
8984
|
-
"@npmcli/redact" "^
|
|
8960
|
+
"@npmcli/redact" "^4.0.0"
|
|
8985
8961
|
jsonparse "^1.3.1"
|
|
8986
|
-
make-fetch-happen "^
|
|
8962
|
+
make-fetch-happen "^15.0.0"
|
|
8987
8963
|
minipass "^7.0.2"
|
|
8988
|
-
minipass-fetch "^
|
|
8964
|
+
minipass-fetch "^5.0.0"
|
|
8989
8965
|
minizlib "^3.0.1"
|
|
8990
|
-
npm-package-arg "^
|
|
8991
|
-
proc-log "^
|
|
8966
|
+
npm-package-arg "^13.0.0"
|
|
8967
|
+
proc-log "^6.0.0"
|
|
8992
8968
|
|
|
8993
8969
|
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
|
|
8994
8970
|
version "4.0.1"
|
|
@@ -9004,84 +8980,81 @@ npm-run-path@^5.3.0:
|
|
|
9004
8980
|
dependencies:
|
|
9005
8981
|
path-key "^4.0.0"
|
|
9006
8982
|
|
|
9007
|
-
npm-user-validate@^
|
|
9008
|
-
version "
|
|
9009
|
-
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-
|
|
9010
|
-
integrity sha512-
|
|
8983
|
+
npm-user-validate@^4.0.0:
|
|
8984
|
+
version "4.0.0"
|
|
8985
|
+
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-4.0.0.tgz"
|
|
8986
|
+
integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ==
|
|
9011
8987
|
|
|
9012
|
-
npm@^
|
|
9013
|
-
version "
|
|
9014
|
-
resolved "https://registry.npmjs.org/npm/-/npm-
|
|
9015
|
-
integrity sha512-
|
|
8988
|
+
npm@^11.13.0:
|
|
8989
|
+
version "11.13.0"
|
|
8990
|
+
resolved "https://registry.npmjs.org/npm/-/npm-11.13.0.tgz"
|
|
8991
|
+
integrity sha512-cRmhaghDWA1lFgl3Ug4/VxDJdPBK/U+tNtnrl9kXunFqhWw1x4xL5txkNn7qzPuVfvXOmXyjHpMwsuk2uisbkg==
|
|
9016
8992
|
dependencies:
|
|
9017
8993
|
"@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
|
-
|
|
8994
|
+
"@npmcli/arborist" "^9.4.3"
|
|
8995
|
+
"@npmcli/config" "^10.8.1"
|
|
8996
|
+
"@npmcli/fs" "^5.0.0"
|
|
8997
|
+
"@npmcli/map-workspaces" "^5.0.3"
|
|
8998
|
+
"@npmcli/metavuln-calculator" "^9.0.3"
|
|
8999
|
+
"@npmcli/package-json" "^7.0.5"
|
|
9000
|
+
"@npmcli/promise-spawn" "^9.0.1"
|
|
9001
|
+
"@npmcli/redact" "^4.0.0"
|
|
9002
|
+
"@npmcli/run-script" "^10.0.4"
|
|
9003
|
+
"@sigstore/tuf" "^4.0.2"
|
|
9004
|
+
abbrev "^4.0.0"
|
|
9028
9005
|
archy "~1.0.0"
|
|
9029
|
-
cacache "^
|
|
9006
|
+
cacache "^20.0.4"
|
|
9030
9007
|
chalk "^5.6.2"
|
|
9031
9008
|
ci-info "^4.4.0"
|
|
9032
|
-
cli-columns "^4.0.0"
|
|
9033
9009
|
fastest-levenshtein "^1.0.16"
|
|
9034
9010
|
fs-minipass "^3.0.3"
|
|
9035
|
-
glob "^
|
|
9011
|
+
glob "^13.0.6"
|
|
9036
9012
|
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"
|
|
9013
|
+
hosted-git-info "^9.0.2"
|
|
9014
|
+
ini "^6.0.0"
|
|
9015
|
+
init-package-json "^8.2.5"
|
|
9016
|
+
is-cidr "^6.0.4"
|
|
9017
|
+
json-parse-even-better-errors "^5.0.0"
|
|
9018
|
+
libnpmaccess "^10.0.3"
|
|
9019
|
+
libnpmdiff "^8.1.6"
|
|
9020
|
+
libnpmexec "^10.2.6"
|
|
9021
|
+
libnpmfund "^7.0.20"
|
|
9022
|
+
libnpmorg "^8.0.1"
|
|
9023
|
+
libnpmpack "^9.1.6"
|
|
9024
|
+
libnpmpublish "^11.1.3"
|
|
9025
|
+
libnpmsearch "^9.0.1"
|
|
9026
|
+
libnpmteam "^8.0.2"
|
|
9027
|
+
libnpmversion "^8.0.3"
|
|
9028
|
+
make-fetch-happen "^15.0.5"
|
|
9029
|
+
minimatch "^10.2.5"
|
|
9055
9030
|
minipass "^7.1.3"
|
|
9056
9031
|
minipass-pipeline "^1.2.4"
|
|
9057
9032
|
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"
|
|
9033
|
+
node-gyp "^12.3.0"
|
|
9034
|
+
nopt "^9.0.0"
|
|
9035
|
+
npm-audit-report "^7.0.0"
|
|
9036
|
+
npm-install-checks "^8.0.0"
|
|
9037
|
+
npm-package-arg "^13.0.2"
|
|
9038
|
+
npm-pick-manifest "^11.0.3"
|
|
9039
|
+
npm-profile "^12.0.1"
|
|
9040
|
+
npm-registry-fetch "^19.1.1"
|
|
9041
|
+
npm-user-validate "^4.0.0"
|
|
9068
9042
|
p-map "^7.0.4"
|
|
9069
|
-
pacote "^
|
|
9070
|
-
parse-conflict-json "^
|
|
9071
|
-
proc-log "^
|
|
9043
|
+
pacote "^21.5.0"
|
|
9044
|
+
parse-conflict-json "^5.0.1"
|
|
9045
|
+
proc-log "^6.1.0"
|
|
9072
9046
|
qrcode-terminal "^0.12.0"
|
|
9073
|
-
read "^
|
|
9047
|
+
read "^5.0.1"
|
|
9074
9048
|
semver "^7.7.4"
|
|
9075
9049
|
spdx-expression-parse "^4.0.0"
|
|
9076
|
-
ssri "^
|
|
9077
|
-
supports-color "^
|
|
9078
|
-
tar "^7.5.
|
|
9050
|
+
ssri "^13.0.1"
|
|
9051
|
+
supports-color "^10.2.2"
|
|
9052
|
+
tar "^7.5.13"
|
|
9079
9053
|
text-table "~0.2.0"
|
|
9080
|
-
tiny-relative-date "^
|
|
9054
|
+
tiny-relative-date "^2.0.2"
|
|
9081
9055
|
treeverse "^3.0.0"
|
|
9082
|
-
validate-npm-package-name "^
|
|
9083
|
-
which "^
|
|
9084
|
-
write-file-atomic "^6.0.0"
|
|
9056
|
+
validate-npm-package-name "^7.0.2"
|
|
9057
|
+
which "^6.0.1"
|
|
9085
9058
|
|
|
9086
9059
|
nyc@^17.0.0:
|
|
9087
9060
|
version "17.1.0"
|
|
@@ -9406,70 +9379,28 @@ package-json-from-dist@^1.0.0:
|
|
|
9406
9379
|
resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz"
|
|
9407
9380
|
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
|
|
9408
9381
|
|
|
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"
|
|
9382
|
+
pacote@^21.0.0, pacote@^21.0.2, pacote@^21.5.0:
|
|
9383
|
+
version "21.5.0"
|
|
9384
|
+
resolved "https://registry.npmjs.org/pacote/-/pacote-21.5.0.tgz"
|
|
9385
|
+
integrity sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ==
|
|
9386
|
+
dependencies:
|
|
9387
|
+
"@gar/promise-retry" "^1.0.0"
|
|
9388
|
+
"@npmcli/git" "^7.0.0"
|
|
9389
|
+
"@npmcli/installed-package-contents" "^4.0.0"
|
|
9390
|
+
"@npmcli/package-json" "^7.0.0"
|
|
9391
|
+
"@npmcli/promise-spawn" "^9.0.0"
|
|
9392
|
+
"@npmcli/run-script" "^10.0.0"
|
|
9393
|
+
cacache "^20.0.0"
|
|
9441
9394
|
fs-minipass "^3.0.0"
|
|
9442
9395
|
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"
|
|
9396
|
+
npm-package-arg "^13.0.0"
|
|
9397
|
+
npm-packlist "^10.0.1"
|
|
9398
|
+
npm-pick-manifest "^11.0.1"
|
|
9399
|
+
npm-registry-fetch "^19.0.0"
|
|
9400
|
+
proc-log "^6.0.0"
|
|
9401
|
+
sigstore "^4.0.0"
|
|
9402
|
+
ssri "^13.0.0"
|
|
9403
|
+
tar "^7.4.3"
|
|
9473
9404
|
|
|
9474
9405
|
pako@^1.0.10, pako@~1.0.2:
|
|
9475
9406
|
version "1.0.11"
|
|
@@ -9491,12 +9422,12 @@ parent-module@^1.0.0:
|
|
|
9491
9422
|
dependencies:
|
|
9492
9423
|
callsites "^3.0.0"
|
|
9493
9424
|
|
|
9494
|
-
parse-conflict-json@^
|
|
9495
|
-
version "
|
|
9496
|
-
resolved "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-
|
|
9497
|
-
integrity sha512-
|
|
9425
|
+
parse-conflict-json@^5.0.1:
|
|
9426
|
+
version "5.0.1"
|
|
9427
|
+
resolved "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-5.0.1.tgz"
|
|
9428
|
+
integrity sha512-ZHEmNKMq1wyJXNwLxyHnluPfRAFSIliBvbK/UiOceROt4Xh9Pz0fq49NytIaeaCUf5VR86hwQ/34FCcNU5/LKQ==
|
|
9498
9429
|
dependencies:
|
|
9499
|
-
json-parse-even-better-errors "^
|
|
9430
|
+
json-parse-even-better-errors "^5.0.0"
|
|
9500
9431
|
just-diff "^6.0.0"
|
|
9501
9432
|
just-diff-apply "^5.2.0"
|
|
9502
9433
|
|
|
@@ -9597,10 +9528,10 @@ path-scurry@^1.11.1:
|
|
|
9597
9528
|
lru-cache "^10.2.0"
|
|
9598
9529
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
9599
9530
|
|
|
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-
|
|
9531
|
+
path-scurry@^2.0.0, path-scurry@^2.0.2:
|
|
9532
|
+
version "2.0.2"
|
|
9533
|
+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz"
|
|
9534
|
+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
|
|
9604
9535
|
dependencies:
|
|
9605
9536
|
lru-cache "^11.0.0"
|
|
9606
9537
|
minipass "^7.1.2"
|
|
@@ -9649,18 +9580,18 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
|
9649
9580
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
9650
9581
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
9651
9582
|
|
|
9652
|
-
"picomatch@^3 || ^4", picomatch@^4.0.
|
|
9653
|
-
version "4.0.
|
|
9583
|
+
"picomatch@^3 || ^4", picomatch@^4.0.2:
|
|
9584
|
+
version "4.0.2"
|
|
9585
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz"
|
|
9586
|
+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
|
|
9654
9587
|
|
|
9655
9588
|
picomatch@^3.0.1:
|
|
9656
9589
|
version "3.0.1"
|
|
9657
9590
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz"
|
|
9658
9591
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
9659
9592
|
|
|
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==
|
|
9593
|
+
picomatch@^4.0.4:
|
|
9594
|
+
version "4.0.4"
|
|
9664
9595
|
|
|
9665
9596
|
pify@^2.3.0:
|
|
9666
9597
|
version "2.3.0"
|
|
@@ -9751,16 +9682,10 @@ possible-typed-array-names@^1.0.0:
|
|
|
9751
9682
|
resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz"
|
|
9752
9683
|
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
|
|
9753
9684
|
|
|
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
9685
|
postcss-selector-parser@^7.0.0:
|
|
9763
9686
|
version "7.1.1"
|
|
9687
|
+
resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz"
|
|
9688
|
+
integrity sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==
|
|
9764
9689
|
dependencies:
|
|
9765
9690
|
cssesc "^3.0.0"
|
|
9766
9691
|
util-deprecate "^1.0.2"
|
|
@@ -9793,10 +9718,10 @@ proc-log@^4.0.0:
|
|
|
9793
9718
|
resolved "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz"
|
|
9794
9719
|
integrity sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==
|
|
9795
9720
|
|
|
9796
|
-
proc-log@^
|
|
9797
|
-
version "
|
|
9798
|
-
resolved "https://registry.npmjs.org/proc-log/-/proc-log-
|
|
9799
|
-
integrity sha512-
|
|
9721
|
+
proc-log@^6.0.0, proc-log@^6.1.0:
|
|
9722
|
+
version "6.1.0"
|
|
9723
|
+
resolved "https://registry.npmjs.org/proc-log/-/proc-log-6.1.0.tgz"
|
|
9724
|
+
integrity sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==
|
|
9800
9725
|
|
|
9801
9726
|
process-nextick-args@~2.0.0:
|
|
9802
9727
|
version "2.0.1"
|
|
@@ -9820,10 +9745,10 @@ process@^0.11.10:
|
|
|
9820
9745
|
resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
|
|
9821
9746
|
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
|
|
9822
9747
|
|
|
9823
|
-
proggy@^
|
|
9824
|
-
version "
|
|
9825
|
-
resolved "https://registry.npmjs.org/proggy/-/proggy-
|
|
9826
|
-
integrity sha512-
|
|
9748
|
+
proggy@^4.0.0:
|
|
9749
|
+
version "4.0.0"
|
|
9750
|
+
resolved "https://registry.npmjs.org/proggy/-/proggy-4.0.0.tgz"
|
|
9751
|
+
integrity sha512-MbA4R+WQT76ZBm/5JUpV9yqcJt92175+Y0Bodg3HgiXzrmKu7Ggq+bpn6y6wHH+gN9NcyKn3yg1+d47VaKwNAQ==
|
|
9827
9752
|
|
|
9828
9753
|
promise-all-reject-late@^1.0.0:
|
|
9829
9754
|
version "1.0.1"
|
|
@@ -9835,25 +9760,12 @@ promise-call-limit@^3.0.1:
|
|
|
9835
9760
|
resolved "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz"
|
|
9836
9761
|
integrity sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==
|
|
9837
9762
|
|
|
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==
|
|
9763
|
+
promzard@^3.0.1:
|
|
9764
|
+
version "3.0.1"
|
|
9765
|
+
resolved "https://registry.npmjs.org/promzard/-/promzard-3.0.1.tgz"
|
|
9766
|
+
integrity sha512-M5mHhWh+Adz0BIxgSrqcc6GTCSconR7zWQV9vnOSptNtr6cSFlApLc28GbQhuN6oOWBQeV2C0bNE47JCY/zu3Q==
|
|
9855
9767
|
dependencies:
|
|
9856
|
-
read "^
|
|
9768
|
+
read "^5.0.0"
|
|
9857
9769
|
|
|
9858
9770
|
propagate@^2.0.0:
|
|
9859
9771
|
version "2.0.1"
|
|
@@ -10001,18 +9913,10 @@ react@^18.3.1, react@>=18, react@>=18.0.0:
|
|
|
10001
9913
|
dependencies:
|
|
10002
9914
|
loose-envify "^1.1.0"
|
|
10003
9915
|
|
|
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"
|
|
9916
|
+
read-cmd-shim@^6.0.0:
|
|
9917
|
+
version "6.0.0"
|
|
9918
|
+
resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-6.0.0.tgz"
|
|
9919
|
+
integrity sha512-1zM5HuOfagXCBWMN83fuFI/x+T/UhZ7k+KIzhrHXcQoeX5+7gmaDYjELQHmmzIodumBHeByBJT4QYS7ufAgs7A==
|
|
10016
9920
|
|
|
10017
9921
|
read-pkg-up@^3.0.0:
|
|
10018
9922
|
version "3.0.0"
|
|
@@ -10050,12 +9954,12 @@ read-pkg@^5.2.0:
|
|
|
10050
9954
|
parse-json "^5.0.0"
|
|
10051
9955
|
type-fest "^0.6.0"
|
|
10052
9956
|
|
|
10053
|
-
read@^
|
|
10054
|
-
version "
|
|
10055
|
-
resolved "https://registry.npmjs.org/read/-/read-
|
|
10056
|
-
integrity sha512
|
|
9957
|
+
read@^5.0.0, read@^5.0.1:
|
|
9958
|
+
version "5.0.1"
|
|
9959
|
+
resolved "https://registry.npmjs.org/read/-/read-5.0.1.tgz"
|
|
9960
|
+
integrity sha512-+nsqpqYkkpet2UVPG8ZiuE8d113DK4vHYEoEhcrXBAlPiq6di7QRTuNiKQAbaRYegobuX2BpZ6QjanKOXnJdTA==
|
|
10057
9961
|
dependencies:
|
|
10058
|
-
mute-stream "^
|
|
9962
|
+
mute-stream "^3.0.0"
|
|
10059
9963
|
|
|
10060
9964
|
readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@3:
|
|
10061
9965
|
version "3.6.2"
|
|
@@ -10534,27 +10438,22 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
10534
10438
|
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
|
|
10535
10439
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
10536
10440
|
|
|
10537
|
-
signal-exit@^4.0.1:
|
|
10441
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
10538
10442
|
version "4.1.0"
|
|
10539
10443
|
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
|
|
10540
10444
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
10541
10445
|
|
|
10542
|
-
|
|
10446
|
+
sigstore@^4.0.0:
|
|
10543
10447
|
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==
|
|
10448
|
+
resolved "https://registry.npmjs.org/sigstore/-/sigstore-4.1.0.tgz"
|
|
10449
|
+
integrity sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==
|
|
10551
10450
|
dependencies:
|
|
10552
|
-
"@sigstore/bundle" "^
|
|
10553
|
-
"@sigstore/core" "^
|
|
10554
|
-
"@sigstore/protobuf-specs" "^0.
|
|
10555
|
-
"@sigstore/sign" "^
|
|
10556
|
-
"@sigstore/tuf" "^
|
|
10557
|
-
"@sigstore/verify" "^
|
|
10451
|
+
"@sigstore/bundle" "^4.0.0"
|
|
10452
|
+
"@sigstore/core" "^3.1.0"
|
|
10453
|
+
"@sigstore/protobuf-specs" "^0.5.0"
|
|
10454
|
+
"@sigstore/sign" "^4.1.0"
|
|
10455
|
+
"@sigstore/tuf" "^4.0.1"
|
|
10456
|
+
"@sigstore/verify" "^3.1.0"
|
|
10558
10457
|
|
|
10559
10458
|
simple-concat@^1.0.0:
|
|
10560
10459
|
version "1.0.1"
|
|
@@ -10787,10 +10686,10 @@ srcset@^5.0.0:
|
|
|
10787
10686
|
resolved "https://registry.npmjs.org/srcset/-/srcset-5.0.1.tgz"
|
|
10788
10687
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
10789
10688
|
|
|
10790
|
-
ssri@^
|
|
10791
|
-
version "
|
|
10792
|
-
resolved "https://registry.npmjs.org/ssri/-/ssri-
|
|
10793
|
-
integrity sha512-
|
|
10689
|
+
ssri@^13.0.0, ssri@^13.0.1:
|
|
10690
|
+
version "13.0.1"
|
|
10691
|
+
resolved "https://registry.npmjs.org/ssri/-/ssri-13.0.1.tgz"
|
|
10692
|
+
integrity sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==
|
|
10794
10693
|
dependencies:
|
|
10795
10694
|
minipass "^7.0.3"
|
|
10796
10695
|
|
|
@@ -10961,6 +10860,11 @@ strnum@^2.2.0, strnum@^2.2.3:
|
|
|
10961
10860
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz"
|
|
10962
10861
|
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
10963
10862
|
|
|
10863
|
+
supports-color@^10.2.2:
|
|
10864
|
+
version "10.2.2"
|
|
10865
|
+
resolved "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz"
|
|
10866
|
+
integrity sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==
|
|
10867
|
+
|
|
10964
10868
|
supports-color@^5.3.0:
|
|
10965
10869
|
version "5.5.0"
|
|
10966
10870
|
resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
|
|
@@ -10996,11 +10900,6 @@ supports-color@^8.1.1:
|
|
|
10996
10900
|
dependencies:
|
|
10997
10901
|
has-flag "^4.0.0"
|
|
10998
10902
|
|
|
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
10903
|
supports-hyperlinks@^2.1.0, supports-hyperlinks@^2.2.0:
|
|
11005
10904
|
version "2.3.0"
|
|
11006
10905
|
resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz"
|
|
@@ -11035,19 +10934,7 @@ tar-stream@^2.1.4:
|
|
|
11035
10934
|
inherits "^2.0.3"
|
|
11036
10935
|
readable-stream "^3.1.1"
|
|
11037
10936
|
|
|
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:
|
|
10937
|
+
tar@^7.4.3, tar@^7.5.1, tar@^7.5.13, tar@^7.5.4:
|
|
11051
10938
|
version "7.5.13"
|
|
11052
10939
|
resolved "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz"
|
|
11053
10940
|
integrity sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==
|
|
@@ -11058,15 +10945,6 @@ tar@^7.4.3, tar@^7.5.11, tar@^7.5.13:
|
|
|
11058
10945
|
minizlib "^3.1.0"
|
|
11059
10946
|
yallist "^5.0.0"
|
|
11060
10947
|
|
|
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
10948
|
terminal-link@^3.0.0:
|
|
11071
10949
|
version "3.0.0"
|
|
11072
10950
|
resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz"
|
|
@@ -11136,10 +11014,10 @@ tiny-jsonc@^1.0.2:
|
|
|
11136
11014
|
resolved "https://registry.npmjs.org/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz"
|
|
11137
11015
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
11138
11016
|
|
|
11139
|
-
tiny-relative-date@^
|
|
11140
|
-
version "
|
|
11141
|
-
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-
|
|
11142
|
-
integrity sha512-
|
|
11017
|
+
tiny-relative-date@^2.0.2:
|
|
11018
|
+
version "2.0.2"
|
|
11019
|
+
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-2.0.2.tgz"
|
|
11020
|
+
integrity sha512-rGxAbeL9z3J4pI2GtBEoFaavHdO4RKAU54hEuOef5kfx5aPqiQtbhYktMOTL5OA33db8BjsDcLXuNp+/v19PHw==
|
|
11143
11021
|
|
|
11144
11022
|
tinyglobby@^0.2.12, tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
11145
11023
|
version "0.2.14"
|
|
@@ -11257,14 +11135,14 @@ tslib@^2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.5.0,
|
|
|
11257
11135
|
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
|
|
11258
11136
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
11259
11137
|
|
|
11260
|
-
tuf-js@^
|
|
11261
|
-
version "
|
|
11262
|
-
resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-
|
|
11263
|
-
integrity sha512
|
|
11138
|
+
tuf-js@^4.1.0:
|
|
11139
|
+
version "4.1.0"
|
|
11140
|
+
resolved "https://registry.npmjs.org/tuf-js/-/tuf-js-4.1.0.tgz"
|
|
11141
|
+
integrity sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==
|
|
11264
11142
|
dependencies:
|
|
11265
|
-
"@tufjs/models" "
|
|
11266
|
-
debug "^4.3
|
|
11267
|
-
make-fetch-happen "^
|
|
11143
|
+
"@tufjs/models" "4.1.0"
|
|
11144
|
+
debug "^4.4.3"
|
|
11145
|
+
make-fetch-happen "^15.0.1"
|
|
11268
11146
|
|
|
11269
11147
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
|
11270
11148
|
version "0.6.0"
|
|
@@ -11442,6 +11320,11 @@ undici-types@~7.8.0:
|
|
|
11442
11320
|
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
|
|
11443
11321
|
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
|
|
11444
11322
|
|
|
11323
|
+
undici@^6.25.0:
|
|
11324
|
+
version "6.25.0"
|
|
11325
|
+
resolved "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz"
|
|
11326
|
+
integrity sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==
|
|
11327
|
+
|
|
11445
11328
|
undici@^7.25.0:
|
|
11446
11329
|
version "7.25.0"
|
|
11447
11330
|
resolved "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz"
|
|
@@ -11452,20 +11335,6 @@ unicorn-magic@^0.1.0:
|
|
|
11452
11335
|
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
|
|
11453
11336
|
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
|
|
11454
11337
|
|
|
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
11338
|
unist-util-is@^6.0.0:
|
|
11470
11339
|
version "6.0.0"
|
|
11471
11340
|
resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz"
|
|
@@ -11618,10 +11487,10 @@ validate-npm-package-name@^5.0.0, validate-npm-package-name@^5.0.1:
|
|
|
11618
11487
|
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz"
|
|
11619
11488
|
integrity sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==
|
|
11620
11489
|
|
|
11621
|
-
validate-npm-package-name@^
|
|
11622
|
-
version "
|
|
11623
|
-
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-
|
|
11624
|
-
integrity sha512-
|
|
11490
|
+
validate-npm-package-name@^7.0.0, validate-npm-package-name@^7.0.2:
|
|
11491
|
+
version "7.0.2"
|
|
11492
|
+
resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.2.tgz"
|
|
11493
|
+
integrity sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==
|
|
11625
11494
|
|
|
11626
11495
|
vfile-message@^4.0.0:
|
|
11627
11496
|
version "4.0.2"
|
|
@@ -11639,10 +11508,10 @@ vfile@^6.0.0:
|
|
|
11639
11508
|
"@types/unist" "^3.0.0"
|
|
11640
11509
|
vfile-message "^4.0.0"
|
|
11641
11510
|
|
|
11642
|
-
walk-up-path@^
|
|
11643
|
-
version "
|
|
11644
|
-
resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-
|
|
11645
|
-
integrity sha512-
|
|
11511
|
+
walk-up-path@^4.0.0:
|
|
11512
|
+
version "4.0.0"
|
|
11513
|
+
resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz"
|
|
11514
|
+
integrity sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==
|
|
11646
11515
|
|
|
11647
11516
|
web-vitals@^4.2.4:
|
|
11648
11517
|
version "4.2.4"
|
|
@@ -11719,12 +11588,12 @@ which@^4.0.0:
|
|
|
11719
11588
|
dependencies:
|
|
11720
11589
|
isexe "^3.1.1"
|
|
11721
11590
|
|
|
11722
|
-
which@^
|
|
11723
|
-
version "
|
|
11724
|
-
resolved "https://registry.npmjs.org/which/-/which-
|
|
11725
|
-
integrity sha512-
|
|
11591
|
+
which@^6.0.0, which@^6.0.1:
|
|
11592
|
+
version "6.0.1"
|
|
11593
|
+
resolved "https://registry.npmjs.org/which/-/which-6.0.1.tgz"
|
|
11594
|
+
integrity sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==
|
|
11726
11595
|
dependencies:
|
|
11727
|
-
isexe "^
|
|
11596
|
+
isexe "^4.0.0"
|
|
11728
11597
|
|
|
11729
11598
|
widest-line@^3.1.0:
|
|
11730
11599
|
version "3.1.0"
|
|
@@ -11830,12 +11699,11 @@ write-file-atomic@^3.0.0:
|
|
|
11830
11699
|
signal-exit "^3.0.2"
|
|
11831
11700
|
typedarray-to-buffer "^3.1.5"
|
|
11832
11701
|
|
|
11833
|
-
write-file-atomic@^
|
|
11834
|
-
version "
|
|
11835
|
-
resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-
|
|
11836
|
-
integrity sha512-
|
|
11702
|
+
write-file-atomic@^7.0.0:
|
|
11703
|
+
version "7.0.1"
|
|
11704
|
+
resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-7.0.1.tgz"
|
|
11705
|
+
integrity sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==
|
|
11837
11706
|
dependencies:
|
|
11838
|
-
imurmurhash "^0.1.4"
|
|
11839
11707
|
signal-exit "^4.0.1"
|
|
11840
11708
|
|
|
11841
11709
|
ws@^8.15.0:
|