sfdx-jayree 4.8.137 → 4.8.138

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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.137",
3
+ "version": "4.8.138",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.137",
9
+ "version": "4.8.138",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.12",
13
- "@jayree/sfdx-plugin-org": "^1.2.118",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.116",
15
- "@jayree/sfdx-plugin-source": "^1.3.114"
13
+ "@jayree/sfdx-plugin-org": "^1.2.119",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.117",
15
+ "@jayree/sfdx-plugin-source": "^1.3.115"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-help": "^6.2.28",
@@ -21,12 +21,12 @@
21
21
  "c8": "^10.1.3",
22
22
  "eslint-plugin-prettier": "^5.4.1",
23
23
  "eslint-plugin-sf-plugin": "^1.20.24",
24
- "nock": "^14.0.4",
25
- "oclif": "^4.17.46",
24
+ "nock": "^14.0.5",
25
+ "oclif": "^4.18.0",
26
26
  "patch-package": "^8.0.0",
27
27
  "pinst": "^3.0.0",
28
28
  "prettier": "^3.5.3",
29
- "pretty-quick": "^4.1.1",
29
+ "pretty-quick": "^4.2.2",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^5.8.3"
32
32
  },
@@ -560,6 +560,36 @@
560
560
  "node": ">=18.0.0"
561
561
  }
562
562
  },
563
+ "node_modules/@aws-sdk/client-cloudfront/node_modules/fast-xml-parser": {
564
+ "version": "4.4.1",
565
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
566
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
567
+ "dev": true,
568
+ "funding": [
569
+ {
570
+ "type": "github",
571
+ "url": "https://github.com/sponsors/NaturalIntelligence"
572
+ },
573
+ {
574
+ "type": "paypal",
575
+ "url": "https://paypal.me/naturalintelligence"
576
+ }
577
+ ],
578
+ "license": "MIT",
579
+ "dependencies": {
580
+ "strnum": "^1.0.5"
581
+ },
582
+ "bin": {
583
+ "fxparser": "src/cli/cli.js"
584
+ }
585
+ },
586
+ "node_modules/@aws-sdk/client-cloudfront/node_modules/strnum": {
587
+ "version": "1.0.5",
588
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
589
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
590
+ "dev": true,
591
+ "license": "MIT"
592
+ },
563
593
  "node_modules/@aws-sdk/client-s3": {
564
594
  "version": "3.796.0",
565
595
  "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.796.0.tgz",
@@ -1027,6 +1057,36 @@
1027
1057
  "node": ">=18.0.0"
1028
1058
  }
1029
1059
  },
1060
+ "node_modules/@aws-sdk/client-sso/node_modules/fast-xml-parser": {
1061
+ "version": "4.4.1",
1062
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1063
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1064
+ "dev": true,
1065
+ "funding": [
1066
+ {
1067
+ "type": "github",
1068
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1069
+ },
1070
+ {
1071
+ "type": "paypal",
1072
+ "url": "https://paypal.me/naturalintelligence"
1073
+ }
1074
+ ],
1075
+ "license": "MIT",
1076
+ "dependencies": {
1077
+ "strnum": "^1.0.5"
1078
+ },
1079
+ "bin": {
1080
+ "fxparser": "src/cli/cli.js"
1081
+ }
1082
+ },
1083
+ "node_modules/@aws-sdk/client-sso/node_modules/strnum": {
1084
+ "version": "1.0.5",
1085
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1086
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1087
+ "dev": true,
1088
+ "license": "MIT"
1089
+ },
1030
1090
  "node_modules/@aws-sdk/core": {
1031
1091
  "version": "3.796.0",
1032
1092
  "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.796.0.tgz",
@@ -1050,6 +1110,36 @@
1050
1110
  "node": ">=18.0.0"
1051
1111
  }
1052
1112
  },
1113
+ "node_modules/@aws-sdk/core/node_modules/fast-xml-parser": {
1114
+ "version": "4.4.1",
1115
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1116
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1117
+ "dev": true,
1118
+ "funding": [
1119
+ {
1120
+ "type": "github",
1121
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1122
+ },
1123
+ {
1124
+ "type": "paypal",
1125
+ "url": "https://paypal.me/naturalintelligence"
1126
+ }
1127
+ ],
1128
+ "license": "MIT",
1129
+ "dependencies": {
1130
+ "strnum": "^1.0.5"
1131
+ },
1132
+ "bin": {
1133
+ "fxparser": "src/cli/cli.js"
1134
+ }
1135
+ },
1136
+ "node_modules/@aws-sdk/core/node_modules/strnum": {
1137
+ "version": "1.0.5",
1138
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1139
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1140
+ "dev": true,
1141
+ "license": "MIT"
1142
+ },
1053
1143
  "node_modules/@aws-sdk/credential-provider-env": {
1054
1144
  "version": "3.775.0",
1055
1145
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.775.0.tgz",
@@ -1110,6 +1200,36 @@
1110
1200
  "node": ">=18.0.0"
1111
1201
  }
1112
1202
  },
1203
+ "node_modules/@aws-sdk/credential-provider-env/node_modules/fast-xml-parser": {
1204
+ "version": "4.4.1",
1205
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1206
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1207
+ "dev": true,
1208
+ "funding": [
1209
+ {
1210
+ "type": "github",
1211
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1212
+ },
1213
+ {
1214
+ "type": "paypal",
1215
+ "url": "https://paypal.me/naturalintelligence"
1216
+ }
1217
+ ],
1218
+ "license": "MIT",
1219
+ "dependencies": {
1220
+ "strnum": "^1.0.5"
1221
+ },
1222
+ "bin": {
1223
+ "fxparser": "src/cli/cli.js"
1224
+ }
1225
+ },
1226
+ "node_modules/@aws-sdk/credential-provider-env/node_modules/strnum": {
1227
+ "version": "1.0.5",
1228
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1229
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1230
+ "dev": true,
1231
+ "license": "MIT"
1232
+ },
1113
1233
  "node_modules/@aws-sdk/credential-provider-http": {
1114
1234
  "version": "3.775.0",
1115
1235
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.775.0.tgz",
@@ -1175,6 +1295,36 @@
1175
1295
  "node": ">=18.0.0"
1176
1296
  }
1177
1297
  },
1298
+ "node_modules/@aws-sdk/credential-provider-http/node_modules/fast-xml-parser": {
1299
+ "version": "4.4.1",
1300
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1301
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1302
+ "dev": true,
1303
+ "funding": [
1304
+ {
1305
+ "type": "github",
1306
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1307
+ },
1308
+ {
1309
+ "type": "paypal",
1310
+ "url": "https://paypal.me/naturalintelligence"
1311
+ }
1312
+ ],
1313
+ "license": "MIT",
1314
+ "dependencies": {
1315
+ "strnum": "^1.0.5"
1316
+ },
1317
+ "bin": {
1318
+ "fxparser": "src/cli/cli.js"
1319
+ }
1320
+ },
1321
+ "node_modules/@aws-sdk/credential-provider-http/node_modules/strnum": {
1322
+ "version": "1.0.5",
1323
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1324
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1325
+ "dev": true,
1326
+ "license": "MIT"
1327
+ },
1178
1328
  "node_modules/@aws-sdk/credential-provider-ini": {
1179
1329
  "version": "3.787.0",
1180
1330
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.787.0.tgz",
@@ -1243,6 +1393,36 @@
1243
1393
  "node": ">=18.0.0"
1244
1394
  }
1245
1395
  },
1396
+ "node_modules/@aws-sdk/credential-provider-ini/node_modules/fast-xml-parser": {
1397
+ "version": "4.4.1",
1398
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1399
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1400
+ "dev": true,
1401
+ "funding": [
1402
+ {
1403
+ "type": "github",
1404
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1405
+ },
1406
+ {
1407
+ "type": "paypal",
1408
+ "url": "https://paypal.me/naturalintelligence"
1409
+ }
1410
+ ],
1411
+ "license": "MIT",
1412
+ "dependencies": {
1413
+ "strnum": "^1.0.5"
1414
+ },
1415
+ "bin": {
1416
+ "fxparser": "src/cli/cli.js"
1417
+ }
1418
+ },
1419
+ "node_modules/@aws-sdk/credential-provider-ini/node_modules/strnum": {
1420
+ "version": "1.0.5",
1421
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1422
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1423
+ "dev": true,
1424
+ "license": "MIT"
1425
+ },
1246
1426
  "node_modules/@aws-sdk/credential-provider-node": {
1247
1427
  "version": "3.787.0",
1248
1428
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.787.0.tgz",
@@ -1328,6 +1508,36 @@
1328
1508
  "node": ">=18.0.0"
1329
1509
  }
1330
1510
  },
1511
+ "node_modules/@aws-sdk/credential-provider-process/node_modules/fast-xml-parser": {
1512
+ "version": "4.4.1",
1513
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1514
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1515
+ "dev": true,
1516
+ "funding": [
1517
+ {
1518
+ "type": "github",
1519
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1520
+ },
1521
+ {
1522
+ "type": "paypal",
1523
+ "url": "https://paypal.me/naturalintelligence"
1524
+ }
1525
+ ],
1526
+ "license": "MIT",
1527
+ "dependencies": {
1528
+ "strnum": "^1.0.5"
1529
+ },
1530
+ "bin": {
1531
+ "fxparser": "src/cli/cli.js"
1532
+ }
1533
+ },
1534
+ "node_modules/@aws-sdk/credential-provider-process/node_modules/strnum": {
1535
+ "version": "1.0.5",
1536
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1537
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1538
+ "dev": true,
1539
+ "license": "MIT"
1540
+ },
1331
1541
  "node_modules/@aws-sdk/credential-provider-sso": {
1332
1542
  "version": "3.787.0",
1333
1543
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.787.0.tgz",
@@ -1391,6 +1601,36 @@
1391
1601
  "node": ">=18.0.0"
1392
1602
  }
1393
1603
  },
1604
+ "node_modules/@aws-sdk/credential-provider-sso/node_modules/fast-xml-parser": {
1605
+ "version": "4.4.1",
1606
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1607
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1608
+ "dev": true,
1609
+ "funding": [
1610
+ {
1611
+ "type": "github",
1612
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1613
+ },
1614
+ {
1615
+ "type": "paypal",
1616
+ "url": "https://paypal.me/naturalintelligence"
1617
+ }
1618
+ ],
1619
+ "license": "MIT",
1620
+ "dependencies": {
1621
+ "strnum": "^1.0.5"
1622
+ },
1623
+ "bin": {
1624
+ "fxparser": "src/cli/cli.js"
1625
+ }
1626
+ },
1627
+ "node_modules/@aws-sdk/credential-provider-sso/node_modules/strnum": {
1628
+ "version": "1.0.5",
1629
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1630
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1631
+ "dev": true,
1632
+ "license": "MIT"
1633
+ },
1394
1634
  "node_modules/@aws-sdk/credential-provider-web-identity": {
1395
1635
  "version": "3.787.0",
1396
1636
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.787.0.tgz",
@@ -1452,6 +1692,36 @@
1452
1692
  "node": ">=18.0.0"
1453
1693
  }
1454
1694
  },
1695
+ "node_modules/@aws-sdk/credential-provider-web-identity/node_modules/fast-xml-parser": {
1696
+ "version": "4.4.1",
1697
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1698
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1699
+ "dev": true,
1700
+ "funding": [
1701
+ {
1702
+ "type": "github",
1703
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1704
+ },
1705
+ {
1706
+ "type": "paypal",
1707
+ "url": "https://paypal.me/naturalintelligence"
1708
+ }
1709
+ ],
1710
+ "license": "MIT",
1711
+ "dependencies": {
1712
+ "strnum": "^1.0.5"
1713
+ },
1714
+ "bin": {
1715
+ "fxparser": "src/cli/cli.js"
1716
+ }
1717
+ },
1718
+ "node_modules/@aws-sdk/credential-provider-web-identity/node_modules/strnum": {
1719
+ "version": "1.0.5",
1720
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1721
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1722
+ "dev": true,
1723
+ "license": "MIT"
1724
+ },
1455
1725
  "node_modules/@aws-sdk/middleware-bucket-endpoint": {
1456
1726
  "version": "3.775.0",
1457
1727
  "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.775.0.tgz",
@@ -1677,6 +1947,36 @@
1677
1947
  "node": ">=18.0.0"
1678
1948
  }
1679
1949
  },
1950
+ "node_modules/@aws-sdk/middleware-user-agent/node_modules/fast-xml-parser": {
1951
+ "version": "4.4.1",
1952
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1953
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1954
+ "dev": true,
1955
+ "funding": [
1956
+ {
1957
+ "type": "github",
1958
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1959
+ },
1960
+ {
1961
+ "type": "paypal",
1962
+ "url": "https://paypal.me/naturalintelligence"
1963
+ }
1964
+ ],
1965
+ "license": "MIT",
1966
+ "dependencies": {
1967
+ "strnum": "^1.0.5"
1968
+ },
1969
+ "bin": {
1970
+ "fxparser": "src/cli/cli.js"
1971
+ }
1972
+ },
1973
+ "node_modules/@aws-sdk/middleware-user-agent/node_modules/strnum": {
1974
+ "version": "1.0.5",
1975
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
1976
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
1977
+ "dev": true,
1978
+ "license": "MIT"
1979
+ },
1680
1980
  "node_modules/@aws-sdk/nested-clients": {
1681
1981
  "version": "3.787.0",
1682
1982
  "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.787.0.tgz",
@@ -1770,6 +2070,36 @@
1770
2070
  "node": ">=18.0.0"
1771
2071
  }
1772
2072
  },
2073
+ "node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser": {
2074
+ "version": "4.4.1",
2075
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
2076
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
2077
+ "dev": true,
2078
+ "funding": [
2079
+ {
2080
+ "type": "github",
2081
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2082
+ },
2083
+ {
2084
+ "type": "paypal",
2085
+ "url": "https://paypal.me/naturalintelligence"
2086
+ }
2087
+ ],
2088
+ "license": "MIT",
2089
+ "dependencies": {
2090
+ "strnum": "^1.0.5"
2091
+ },
2092
+ "bin": {
2093
+ "fxparser": "src/cli/cli.js"
2094
+ }
2095
+ },
2096
+ "node_modules/@aws-sdk/nested-clients/node_modules/strnum": {
2097
+ "version": "1.0.5",
2098
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
2099
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
2100
+ "dev": true,
2101
+ "license": "MIT"
2102
+ },
1773
2103
  "node_modules/@aws-sdk/region-config-resolver": {
1774
2104
  "version": "3.775.0",
1775
2105
  "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.775.0.tgz",
@@ -4004,6 +4334,13 @@
4004
4334
  "js-yaml": "bin/js-yaml.js"
4005
4335
  }
4006
4336
  },
4337
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
4338
+ "version": "1.0.3",
4339
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
4340
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
4341
+ "dev": true,
4342
+ "license": "BSD-3-Clause"
4343
+ },
4007
4344
  "node_modules/@istanbuljs/schema": {
4008
4345
  "version": "0.1.3",
4009
4346
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -4031,18 +4368,6 @@
4031
4368
  "node": ">=16.0.0"
4032
4369
  }
4033
4370
  },
4034
- "node_modules/@jayree/changelog/node_modules/semver": {
4035
- "version": "7.7.2",
4036
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
4037
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
4038
- "license": "ISC",
4039
- "bin": {
4040
- "semver": "bin/semver.js"
4041
- },
4042
- "engines": {
4043
- "node": ">=10"
4044
- }
4045
- },
4046
4371
  "node_modules/@jayree/sfdx-plugin-manifest": {
4047
4372
  "version": "4.0.12",
4048
4373
  "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.12.tgz",
@@ -4067,6 +4392,62 @@
4067
4392
  "node": ">=16.0.0"
4068
4393
  }
4069
4394
  },
4395
+ "node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve": {
4396
+ "version": "12.19.7",
4397
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.7.tgz",
4398
+ "integrity": "sha512-VlAHMEOkZsMD6WxUhtOt+dDD6uEiJ5V07+JM9S0qvlAzu4FdlOn4mLCi/z9jYjMSY9O+3Iz5W9dPo99i3LKOaw==",
4399
+ "license": "BSD-3-Clause",
4400
+ "dependencies": {
4401
+ "@salesforce/core": "^8.11.0",
4402
+ "@salesforce/kit": "^3.2.3",
4403
+ "@salesforce/ts-types": "^2.0.12",
4404
+ "@salesforce/types": "^1.3.0",
4405
+ "fast-levenshtein": "^3.0.0",
4406
+ "fast-xml-parser": "^4.5.3",
4407
+ "got": "^11.8.6",
4408
+ "graceful-fs": "^4.2.11",
4409
+ "ignore": "^5.3.2",
4410
+ "isbinaryfile": "^5.0.2",
4411
+ "jszip": "^3.10.1",
4412
+ "mime": "2.6.0",
4413
+ "minimatch": "^9.0.5",
4414
+ "proxy-agent": "^6.4.0",
4415
+ "yaml": "^2.7.1"
4416
+ },
4417
+ "engines": {
4418
+ "node": ">=18.0.0"
4419
+ }
4420
+ },
4421
+ "node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
4422
+ "version": "4.5.3",
4423
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
4424
+ "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
4425
+ "funding": [
4426
+ {
4427
+ "type": "github",
4428
+ "url": "https://github.com/sponsors/NaturalIntelligence"
4429
+ }
4430
+ ],
4431
+ "license": "MIT",
4432
+ "dependencies": {
4433
+ "strnum": "^1.1.1"
4434
+ },
4435
+ "bin": {
4436
+ "fxparser": "src/cli/cli.js"
4437
+ }
4438
+ },
4439
+ "node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve/node_modules/strnum": {
4440
+ "version": "1.1.1",
4441
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
4442
+ "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
4443
+ "funding": [
4444
+ {
4445
+ "type": "github",
4446
+ "url": "https://github.com/sponsors/NaturalIntelligence"
4447
+ }
4448
+ ],
4449
+ "license": "MIT"
4450
+ },
4070
4451
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/fast-xml-parser": {
4071
4452
  "version": "5.2.3",
4072
4453
  "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz",
@@ -4079,10 +4460,25 @@
4079
4460
  ],
4080
4461
  "license": "MIT",
4081
4462
  "dependencies": {
4082
- "strnum": "^2.1.0"
4463
+ "strnum": "^2.1.0"
4464
+ },
4465
+ "bin": {
4466
+ "fxparser": "src/cli/cli.js"
4467
+ }
4468
+ },
4469
+ "node_modules/@jayree/sfdx-plugin-manifest/node_modules/minimatch": {
4470
+ "version": "9.0.5",
4471
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
4472
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
4473
+ "license": "ISC",
4474
+ "dependencies": {
4475
+ "brace-expansion": "^2.0.1"
4083
4476
  },
4084
- "bin": {
4085
- "fxparser": "src/cli/cli.js"
4477
+ "engines": {
4478
+ "node": ">=16 || 14 >=14.17"
4479
+ },
4480
+ "funding": {
4481
+ "url": "https://github.com/sponsors/isaacs"
4086
4482
  }
4087
4483
  },
4088
4484
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/strnum": {
@@ -4098,18 +4494,18 @@
4098
4494
  "license": "MIT"
4099
4495
  },
4100
4496
  "node_modules/@jayree/sfdx-plugin-org": {
4101
- "version": "1.2.118",
4102
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.118.tgz",
4103
- "integrity": "sha512-olBe+nSLFwYiNezbg1akhIfqnDOtDHVSBkoLV9INOJhXx+5ypRDrv/x+kKJfq9kw4e8ugZ4uBOzfTnSrW7HO4g==",
4497
+ "version": "1.2.119",
4498
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.119.tgz",
4499
+ "integrity": "sha512-HrZ0XB9N0MmxfdLA/f6uqRjbeAsC4F/Dn682MzJoZveoLhMvly1iZoPpJcQ+I+nkxGYeMucWEsO5qRDH9MSoFQ==",
4104
4500
  "license": "BSD-3-Clause",
4105
4501
  "dependencies": {
4106
4502
  "@jayree/changelog": "^1.2.10",
4107
4503
  "@jsforce/jsforce-node": "^3.8.1",
4108
4504
  "@listr2/prompt-adapter-enquirer": "^2.0.16",
4109
- "@oclif/core": "^4.3.0",
4110
- "@salesforce/core": "^8.11.4",
4505
+ "@oclif/core": "^4.3.1",
4506
+ "@salesforce/core": "^8.12.0",
4111
4507
  "@salesforce/sf-plugins-core": "^12.2.2",
4112
- "@salesforce/source-deploy-retrieve": "^12.19.7",
4508
+ "@salesforce/source-deploy-retrieve": "^12.19.9",
4113
4509
  "@salesforce/ts-types": "^2.0.12",
4114
4510
  "chalk": "^5.4.1",
4115
4511
  "cli-progress": "^3.12.0",
@@ -4173,18 +4569,18 @@
4173
4569
  }
4174
4570
  },
4175
4571
  "node_modules/@jayree/sfdx-plugin-prettier": {
4176
- "version": "1.3.116",
4177
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.116.tgz",
4178
- "integrity": "sha512-u7Cdf0NetEQepJ4J0bKWw2SKdlofYJRponm7BXcv6BhZf73BwE1xidbL5ipTzBdUaxJh/YklG9gRmpaIGtA7dQ==",
4572
+ "version": "1.3.117",
4573
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.117.tgz",
4574
+ "integrity": "sha512-7o47hGXlpy87DwSoqVuKSGGalA7U8c/0Qxe2SKTQm/+T4KtnYdwYWaHjppGqls9NcyTVHiC00OvL6voCCA+1Zg==",
4179
4575
  "license": "BSD-3-Clause",
4180
4576
  "dependencies": {
4181
4577
  "@jayree/changelog": "^1.2.10",
4182
- "@oclif/core": "^4.3.0",
4578
+ "@oclif/core": "^4.3.1",
4183
4579
  "@prettier/plugin-xml": "^3.4.1",
4184
4580
  "@salesforce/core": "^8.9.1",
4185
4581
  "@salesforce/kit": "^3.2.3",
4186
4582
  "@salesforce/sf-plugins-core": "^12.2.2",
4187
- "@salesforce/source-deploy-retrieve": "^12.19.7",
4583
+ "@salesforce/source-deploy-retrieve": "^12.19.9",
4188
4584
  "cli-progress": "^3.12.0",
4189
4585
  "debug": "^4.4.1",
4190
4586
  "fs-extra": "^11.3.0",
@@ -4198,26 +4594,26 @@
4198
4594
  }
4199
4595
  },
4200
4596
  "node_modules/@jayree/sfdx-plugin-prettier/node_modules/ignore": {
4201
- "version": "7.0.4",
4202
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
4203
- "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
4597
+ "version": "7.0.5",
4598
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
4599
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
4204
4600
  "license": "MIT",
4205
4601
  "engines": {
4206
4602
  "node": ">= 4"
4207
4603
  }
4208
4604
  },
4209
4605
  "node_modules/@jayree/sfdx-plugin-source": {
4210
- "version": "1.3.114",
4211
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.114.tgz",
4212
- "integrity": "sha512-u3aPm590/ecpZYwuWMU1mjBEs16fLPCxagG2g7ZsowJKXO3vrMw5lIepriLpm5diPq0AJ1HeRlVcOPcoEZWShQ==",
4606
+ "version": "1.3.115",
4607
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.115.tgz",
4608
+ "integrity": "sha512-KRvzEuoVBUV96rYJuPMR08dDp+NhjqY1kTrawM9b3P6mcJe5TM7OWVnBx5dmXiasurdk0BI2OkG18Rwgdhc5GQ==",
4213
4609
  "license": "BSD-3-Clause",
4214
4610
  "dependencies": {
4215
4611
  "@jayree/changelog": "^1.2.10",
4216
- "@oclif/core": "^4.3.0",
4217
- "@salesforce/core": "^8.11.4",
4612
+ "@oclif/core": "^4.3.1",
4613
+ "@salesforce/core": "^8.12.0",
4218
4614
  "@salesforce/kit": "^3.2.3",
4219
4615
  "@salesforce/sf-plugins-core": "^12.2.2",
4220
- "@salesforce/source-deploy-retrieve": "^12.19.7",
4616
+ "@salesforce/source-deploy-retrieve": "^12.19.9",
4221
4617
  "@salesforce/source-tracking": "^7.3.25",
4222
4618
  "@salesforce/ts-types": "^2.0.11",
4223
4619
  "ansis": "^4.1.0",
@@ -4428,9 +4824,9 @@
4428
4824
  }
4429
4825
  },
4430
4826
  "node_modules/@mswjs/interceptors": {
4431
- "version": "0.38.6",
4432
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.6.tgz",
4433
- "integrity": "sha512-qFlpmObPqeUs4u3oFYv/OM/xyX+pNa5TRAjqjvMhbGYlyMhzSrE5UfncL2rUcEeVfD9Gebgff73hPwqcOwJQNA==",
4827
+ "version": "0.38.7",
4828
+ "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.7.tgz",
4829
+ "integrity": "sha512-Jkb27iSn7JPdkqlTqKfhncFfnEZsIJVYxsFbUSWEkxdIPdsyngrhoDBk0/BGD2FQcRH99vlRrkHpNTyKqI+0/w==",
4434
4830
  "dev": true,
4435
4831
  "license": "MIT",
4436
4832
  "dependencies": {
@@ -4481,9 +4877,9 @@
4481
4877
  }
4482
4878
  },
4483
4879
  "node_modules/@oclif/core": {
4484
- "version": "4.3.0",
4485
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
4486
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
4880
+ "version": "4.3.1",
4881
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz",
4882
+ "integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==",
4487
4883
  "license": "MIT",
4488
4884
  "dependencies": {
4489
4885
  "ansi-escapes": "^4.3.2",
@@ -4493,7 +4889,6 @@
4493
4889
  "debug": "^4.4.0",
4494
4890
  "ejs": "^3.1.10",
4495
4891
  "get-package-type": "^0.1.0",
4496
- "globby": "^11.1.0",
4497
4892
  "indent-string": "^4.0.0",
4498
4893
  "is-wsl": "^2.2.0",
4499
4894
  "lilconfig": "^3.1.3",
@@ -4501,6 +4896,7 @@
4501
4896
  "semver": "^7.6.3",
4502
4897
  "string-width": "^4.2.3",
4503
4898
  "supports-color": "^8",
4899
+ "tinyglobby": "^0.2.13",
4504
4900
  "widest-line": "^3.1.0",
4505
4901
  "wordwrap": "^1.0.0",
4506
4902
  "wrap-ansi": "^7.0.0"
@@ -4708,9 +5104,9 @@
4708
5104
  }
4709
5105
  },
4710
5106
  "node_modules/@pkgr/core": {
4711
- "version": "0.2.4",
4712
- "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.4.tgz",
4713
- "integrity": "sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==",
5107
+ "version": "0.2.7",
5108
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz",
5109
+ "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
4714
5110
  "dev": true,
4715
5111
  "license": "MIT",
4716
5112
  "engines": {
@@ -4791,9 +5187,9 @@
4791
5187
  }
4792
5188
  },
4793
5189
  "node_modules/@salesforce/core": {
4794
- "version": "8.11.4",
4795
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
4796
- "integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
5190
+ "version": "8.12.0",
5191
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
5192
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4797
5193
  "license": "BSD-3-Clause",
4798
5194
  "dependencies": {
4799
5195
  "@jsforce/jsforce-node": "^3.8.2",
@@ -5083,12 +5479,12 @@
5083
5479
  }
5084
5480
  },
5085
5481
  "node_modules/@salesforce/source-deploy-retrieve": {
5086
- "version": "12.19.7",
5087
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.7.tgz",
5088
- "integrity": "sha512-VlAHMEOkZsMD6WxUhtOt+dDD6uEiJ5V07+JM9S0qvlAzu4FdlOn4mLCi/z9jYjMSY9O+3Iz5W9dPo99i3LKOaw==",
5482
+ "version": "12.19.9",
5483
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.9.tgz",
5484
+ "integrity": "sha512-LDM/vqedj6T/Ybs2dKShqdTUizp2psKboBo03Ak9ha006gA+5/yde7nq5zY9hRdn/aw4hs74+X0TCRcxMh4dOw==",
5089
5485
  "license": "BSD-3-Clause",
5090
5486
  "dependencies": {
5091
- "@salesforce/core": "^8.11.0",
5487
+ "@salesforce/core": "^8.11.4",
5092
5488
  "@salesforce/kit": "^3.2.3",
5093
5489
  "@salesforce/ts-types": "^2.0.12",
5094
5490
  "@salesforce/types": "^1.3.0",
@@ -5108,116 +5504,6 @@
5108
5504
  "node": ">=18.0.0"
5109
5505
  }
5110
5506
  },
5111
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
5112
- "version": "4.0.6",
5113
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
5114
- "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
5115
- "license": "MIT",
5116
- "dependencies": {
5117
- "defer-to-connect": "^2.0.0"
5118
- },
5119
- "engines": {
5120
- "node": ">=10"
5121
- }
5122
- },
5123
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-lookup": {
5124
- "version": "5.0.4",
5125
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
5126
- "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
5127
- "license": "MIT",
5128
- "engines": {
5129
- "node": ">=10.6.0"
5130
- }
5131
- },
5132
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-request": {
5133
- "version": "7.0.4",
5134
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
5135
- "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
5136
- "license": "MIT",
5137
- "dependencies": {
5138
- "clone-response": "^1.0.2",
5139
- "get-stream": "^5.1.0",
5140
- "http-cache-semantics": "^4.0.0",
5141
- "keyv": "^4.0.0",
5142
- "lowercase-keys": "^2.0.0",
5143
- "normalize-url": "^6.0.1",
5144
- "responselike": "^2.0.0"
5145
- },
5146
- "engines": {
5147
- "node": ">=8"
5148
- }
5149
- },
5150
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
5151
- "version": "4.5.3",
5152
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
5153
- "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
5154
- "funding": [
5155
- {
5156
- "type": "github",
5157
- "url": "https://github.com/sponsors/NaturalIntelligence"
5158
- }
5159
- ],
5160
- "license": "MIT",
5161
- "dependencies": {
5162
- "strnum": "^1.1.1"
5163
- },
5164
- "bin": {
5165
- "fxparser": "src/cli/cli.js"
5166
- }
5167
- },
5168
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/get-stream": {
5169
- "version": "5.2.0",
5170
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
5171
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
5172
- "license": "MIT",
5173
- "dependencies": {
5174
- "pump": "^3.0.0"
5175
- },
5176
- "engines": {
5177
- "node": ">=8"
5178
- },
5179
- "funding": {
5180
- "url": "https://github.com/sponsors/sindresorhus"
5181
- }
5182
- },
5183
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/got": {
5184
- "version": "11.8.6",
5185
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
5186
- "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
5187
- "license": "MIT",
5188
- "dependencies": {
5189
- "@sindresorhus/is": "^4.0.0",
5190
- "@szmarczak/http-timer": "^4.0.5",
5191
- "@types/cacheable-request": "^6.0.1",
5192
- "@types/responselike": "^1.0.0",
5193
- "cacheable-lookup": "^5.0.3",
5194
- "cacheable-request": "^7.0.2",
5195
- "decompress-response": "^6.0.0",
5196
- "http2-wrapper": "^1.0.0-beta.5.2",
5197
- "lowercase-keys": "^2.0.0",
5198
- "p-cancelable": "^2.0.0",
5199
- "responselike": "^2.0.0"
5200
- },
5201
- "engines": {
5202
- "node": ">=10.19.0"
5203
- },
5204
- "funding": {
5205
- "url": "https://github.com/sindresorhus/got?sponsor=1"
5206
- }
5207
- },
5208
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/http2-wrapper": {
5209
- "version": "1.0.3",
5210
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
5211
- "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
5212
- "license": "MIT",
5213
- "dependencies": {
5214
- "quick-lru": "^5.1.1",
5215
- "resolve-alpn": "^1.0.0"
5216
- },
5217
- "engines": {
5218
- "node": ">=10.19.0"
5219
- }
5220
- },
5221
5507
  "node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
5222
5508
  "version": "9.0.5",
5223
5509
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -5233,51 +5519,6 @@
5233
5519
  "url": "https://github.com/sponsors/isaacs"
5234
5520
  }
5235
5521
  },
5236
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/normalize-url": {
5237
- "version": "6.1.0",
5238
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
5239
- "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
5240
- "license": "MIT",
5241
- "engines": {
5242
- "node": ">=10"
5243
- },
5244
- "funding": {
5245
- "url": "https://github.com/sponsors/sindresorhus"
5246
- }
5247
- },
5248
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/p-cancelable": {
5249
- "version": "2.1.1",
5250
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
5251
- "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
5252
- "license": "MIT",
5253
- "engines": {
5254
- "node": ">=8"
5255
- }
5256
- },
5257
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/strnum": {
5258
- "version": "1.1.1",
5259
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
5260
- "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
5261
- "funding": [
5262
- {
5263
- "type": "github",
5264
- "url": "https://github.com/sponsors/NaturalIntelligence"
5265
- }
5266
- ],
5267
- "license": "MIT"
5268
- },
5269
- "node_modules/@salesforce/source-deploy-retrieve/node_modules/yaml": {
5270
- "version": "2.7.1",
5271
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
5272
- "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
5273
- "license": "ISC",
5274
- "bin": {
5275
- "yaml": "bin.mjs"
5276
- },
5277
- "engines": {
5278
- "node": ">= 14"
5279
- }
5280
- },
5281
5522
  "node_modules/@salesforce/source-tracking": {
5282
5523
  "version": "7.3.25",
5283
5524
  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz",
@@ -5298,36 +5539,6 @@
5298
5539
  "node": ">=18.0.0"
5299
5540
  }
5300
5541
  },
5301
- "node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
5302
- "version": "4.5.3",
5303
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
5304
- "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
5305
- "funding": [
5306
- {
5307
- "type": "github",
5308
- "url": "https://github.com/sponsors/NaturalIntelligence"
5309
- }
5310
- ],
5311
- "license": "MIT",
5312
- "dependencies": {
5313
- "strnum": "^1.1.1"
5314
- },
5315
- "bin": {
5316
- "fxparser": "src/cli/cli.js"
5317
- }
5318
- },
5319
- "node_modules/@salesforce/source-tracking/node_modules/strnum": {
5320
- "version": "1.1.1",
5321
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
5322
- "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
5323
- "funding": [
5324
- {
5325
- "type": "github",
5326
- "url": "https://github.com/sponsors/NaturalIntelligence"
5327
- }
5328
- ],
5329
- "license": "MIT"
5330
- },
5331
5542
  "node_modules/@salesforce/ts-sinon": {
5332
5543
  "version": "1.4.30",
5333
5544
  "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz",
@@ -6279,16 +6490,15 @@
6279
6490
  }
6280
6491
  },
6281
6492
  "node_modules/@szmarczak/http-timer": {
6282
- "version": "5.0.1",
6283
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
6284
- "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
6285
- "dev": true,
6493
+ "version": "4.0.6",
6494
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
6495
+ "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
6286
6496
  "license": "MIT",
6287
6497
  "dependencies": {
6288
- "defer-to-connect": "^2.0.1"
6498
+ "defer-to-connect": "^2.0.0"
6289
6499
  },
6290
6500
  "engines": {
6291
- "node": ">=14.16"
6501
+ "node": ">=10"
6292
6502
  }
6293
6503
  },
6294
6504
  "node_modules/@tootallnate/quickjs-emscripten": {
@@ -6919,6 +7129,19 @@
6919
7129
  "node": ">= 8"
6920
7130
  }
6921
7131
  },
7132
+ "node_modules/anymatch/node_modules/picomatch": {
7133
+ "version": "2.3.1",
7134
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
7135
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
7136
+ "dev": true,
7137
+ "license": "MIT",
7138
+ "engines": {
7139
+ "node": ">=8.6"
7140
+ },
7141
+ "funding": {
7142
+ "url": "https://github.com/sponsors/jonschlinkert"
7143
+ }
7144
+ },
6922
7145
  "node_modules/append-transform": {
6923
7146
  "version": "2.0.0",
6924
7147
  "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
@@ -7018,6 +7241,7 @@
7018
7241
  "version": "2.1.0",
7019
7242
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
7020
7243
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
7244
+ "dev": true,
7021
7245
  "license": "MIT",
7022
7246
  "engines": {
7023
7247
  "node": ">=8"
@@ -7604,71 +7828,42 @@
7604
7828
  }
7605
7829
  },
7606
7830
  "node_modules/cacheable-lookup": {
7607
- "version": "7.0.0",
7608
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
7609
- "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
7610
- "dev": true,
7611
- "license": "MIT",
7612
- "engines": {
7613
- "node": ">=14.16"
7614
- }
7615
- },
7616
- "node_modules/cacheable-request": {
7617
- "version": "10.2.14",
7618
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
7619
- "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
7620
- "dev": true,
7621
- "license": "MIT",
7622
- "dependencies": {
7623
- "@types/http-cache-semantics": "^4.0.2",
7624
- "get-stream": "^6.0.1",
7625
- "http-cache-semantics": "^4.1.1",
7626
- "keyv": "^4.5.3",
7627
- "mimic-response": "^4.0.0",
7628
- "normalize-url": "^8.0.0",
7629
- "responselike": "^3.0.0"
7630
- },
7631
- "engines": {
7632
- "node": ">=14.16"
7633
- }
7634
- },
7635
- "node_modules/cacheable-request/node_modules/lowercase-keys": {
7636
- "version": "3.0.0",
7637
- "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
7638
- "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
7639
- "dev": true,
7831
+ "version": "5.0.4",
7832
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
7833
+ "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
7640
7834
  "license": "MIT",
7641
7835
  "engines": {
7642
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7643
- },
7644
- "funding": {
7645
- "url": "https://github.com/sponsors/sindresorhus"
7836
+ "node": ">=10.6.0"
7646
7837
  }
7647
7838
  },
7648
- "node_modules/cacheable-request/node_modules/mimic-response": {
7649
- "version": "4.0.0",
7650
- "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
7651
- "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
7652
- "dev": true,
7839
+ "node_modules/cacheable-request": {
7840
+ "version": "7.0.4",
7841
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
7842
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
7653
7843
  "license": "MIT",
7654
- "engines": {
7655
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7844
+ "dependencies": {
7845
+ "clone-response": "^1.0.2",
7846
+ "get-stream": "^5.1.0",
7847
+ "http-cache-semantics": "^4.0.0",
7848
+ "keyv": "^4.0.0",
7849
+ "lowercase-keys": "^2.0.0",
7850
+ "normalize-url": "^6.0.1",
7851
+ "responselike": "^2.0.0"
7656
7852
  },
7657
- "funding": {
7658
- "url": "https://github.com/sponsors/sindresorhus"
7853
+ "engines": {
7854
+ "node": ">=8"
7659
7855
  }
7660
7856
  },
7661
- "node_modules/cacheable-request/node_modules/responselike": {
7662
- "version": "3.0.0",
7663
- "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
7664
- "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
7665
- "dev": true,
7857
+ "node_modules/cacheable-request/node_modules/get-stream": {
7858
+ "version": "5.2.0",
7859
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
7860
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
7666
7861
  "license": "MIT",
7667
7862
  "dependencies": {
7668
- "lowercase-keys": "^3.0.0"
7863
+ "pump": "^3.0.0"
7669
7864
  },
7670
7865
  "engines": {
7671
- "node": ">=14.16"
7866
+ "node": ">=8"
7672
7867
  },
7673
7868
  "funding": {
7674
7869
  "url": "https://github.com/sponsors/sindresorhus"
@@ -8899,6 +9094,7 @@
8899
9094
  "version": "3.0.1",
8900
9095
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
8901
9096
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
9097
+ "dev": true,
8902
9098
  "license": "MIT",
8903
9099
  "dependencies": {
8904
9100
  "path-type": "^4.0.0"
@@ -10139,23 +10335,18 @@
10139
10335
  "license": "MIT"
10140
10336
  },
10141
10337
  "node_modules/fast-xml-parser": {
10142
- "version": "4.4.1",
10143
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
10144
- "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
10145
- "dev": true,
10338
+ "version": "4.5.3",
10339
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
10340
+ "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
10146
10341
  "funding": [
10147
10342
  {
10148
10343
  "type": "github",
10149
10344
  "url": "https://github.com/sponsors/NaturalIntelligence"
10150
- },
10151
- {
10152
- "type": "paypal",
10153
- "url": "https://paypal.me/naturalintelligence"
10154
10345
  }
10155
10346
  ],
10156
10347
  "license": "MIT",
10157
10348
  "dependencies": {
10158
- "strnum": "^1.0.5"
10349
+ "strnum": "^1.1.1"
10159
10350
  },
10160
10351
  "bin": {
10161
10352
  "fxparser": "src/cli/cli.js"
@@ -10208,6 +10399,21 @@
10208
10399
  "node": ">=0.8.0"
10209
10400
  }
10210
10401
  },
10402
+ "node_modules/fdir": {
10403
+ "version": "6.4.2",
10404
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
10405
+ "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
10406
+ "dev": true,
10407
+ "license": "MIT",
10408
+ "peerDependencies": {
10409
+ "picomatch": "^3 || ^4"
10410
+ },
10411
+ "peerDependenciesMeta": {
10412
+ "picomatch": {
10413
+ "optional": true
10414
+ }
10415
+ }
10416
+ },
10211
10417
  "node_modules/file-entry-cache": {
10212
10418
  "version": "6.0.1",
10213
10419
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -10770,6 +10976,7 @@
10770
10976
  "version": "11.1.0",
10771
10977
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
10772
10978
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
10979
+ "dev": true,
10773
10980
  "license": "MIT",
10774
10981
  "dependencies": {
10775
10982
  "array-union": "^2.1.0",
@@ -10790,6 +10997,7 @@
10790
10997
  "version": "3.0.0",
10791
10998
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
10792
10999
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11000
+ "dev": true,
10793
11001
  "license": "MIT",
10794
11002
  "engines": {
10795
11003
  "node": ">=8"
@@ -10809,73 +11017,30 @@
10809
11017
  }
10810
11018
  },
10811
11019
  "node_modules/got": {
10812
- "version": "13.0.0",
10813
- "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
10814
- "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
10815
- "dev": true,
11020
+ "version": "11.8.6",
11021
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
11022
+ "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
10816
11023
  "license": "MIT",
10817
11024
  "dependencies": {
10818
- "@sindresorhus/is": "^5.2.0",
10819
- "@szmarczak/http-timer": "^5.0.1",
10820
- "cacheable-lookup": "^7.0.0",
10821
- "cacheable-request": "^10.2.8",
11025
+ "@sindresorhus/is": "^4.0.0",
11026
+ "@szmarczak/http-timer": "^4.0.5",
11027
+ "@types/cacheable-request": "^6.0.1",
11028
+ "@types/responselike": "^1.0.0",
11029
+ "cacheable-lookup": "^5.0.3",
11030
+ "cacheable-request": "^7.0.2",
10822
11031
  "decompress-response": "^6.0.0",
10823
- "form-data-encoder": "^2.1.2",
10824
- "get-stream": "^6.0.1",
10825
- "http2-wrapper": "^2.1.10",
10826
- "lowercase-keys": "^3.0.0",
10827
- "p-cancelable": "^3.0.0",
10828
- "responselike": "^3.0.0"
11032
+ "http2-wrapper": "^1.0.0-beta.5.2",
11033
+ "lowercase-keys": "^2.0.0",
11034
+ "p-cancelable": "^2.0.0",
11035
+ "responselike": "^2.0.0"
10829
11036
  },
10830
11037
  "engines": {
10831
- "node": ">=16"
11038
+ "node": ">=10.19.0"
10832
11039
  },
10833
11040
  "funding": {
10834
11041
  "url": "https://github.com/sindresorhus/got?sponsor=1"
10835
11042
  }
10836
11043
  },
10837
- "node_modules/got/node_modules/@sindresorhus/is": {
10838
- "version": "5.6.0",
10839
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
10840
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
10841
- "dev": true,
10842
- "license": "MIT",
10843
- "engines": {
10844
- "node": ">=14.16"
10845
- },
10846
- "funding": {
10847
- "url": "https://github.com/sindresorhus/is?sponsor=1"
10848
- }
10849
- },
10850
- "node_modules/got/node_modules/lowercase-keys": {
10851
- "version": "3.0.0",
10852
- "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
10853
- "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
10854
- "dev": true,
10855
- "license": "MIT",
10856
- "engines": {
10857
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10858
- },
10859
- "funding": {
10860
- "url": "https://github.com/sponsors/sindresorhus"
10861
- }
10862
- },
10863
- "node_modules/got/node_modules/responselike": {
10864
- "version": "3.0.0",
10865
- "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
10866
- "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
10867
- "dev": true,
10868
- "license": "MIT",
10869
- "dependencies": {
10870
- "lowercase-keys": "^3.0.0"
10871
- },
10872
- "engines": {
10873
- "node": ">=14.16"
10874
- },
10875
- "funding": {
10876
- "url": "https://github.com/sponsors/sindresorhus"
10877
- }
10878
- },
10879
11044
  "node_modules/graceful-fs": {
10880
11045
  "version": "4.2.11",
10881
11046
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -11148,14 +11313,13 @@
11148
11313
  }
11149
11314
  },
11150
11315
  "node_modules/http2-wrapper": {
11151
- "version": "2.2.1",
11152
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
11153
- "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
11154
- "dev": true,
11316
+ "version": "1.0.3",
11317
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
11318
+ "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
11155
11319
  "license": "MIT",
11156
11320
  "dependencies": {
11157
11321
  "quick-lru": "^5.1.1",
11158
- "resolve-alpn": "^1.2.0"
11322
+ "resolve-alpn": "^1.0.0"
11159
11323
  },
11160
11324
  "engines": {
11161
11325
  "node": ">=10.19.0"
@@ -11550,12 +11714,6 @@
11550
11714
  "node": ">= 12"
11551
11715
  }
11552
11716
  },
11553
- "node_modules/ip-address/node_modules/sprintf-js": {
11554
- "version": "1.1.3",
11555
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
11556
- "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
11557
- "license": "BSD-3-Clause"
11558
- },
11559
11717
  "node_modules/is-array-buffer": {
11560
11718
  "version": "3.0.4",
11561
11719
  "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
@@ -13285,6 +13443,18 @@
13285
13443
  "node": ">=8.6"
13286
13444
  }
13287
13445
  },
13446
+ "node_modules/micromatch/node_modules/picomatch": {
13447
+ "version": "2.3.1",
13448
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
13449
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
13450
+ "license": "MIT",
13451
+ "engines": {
13452
+ "node": ">=8.6"
13453
+ },
13454
+ "funding": {
13455
+ "url": "https://github.com/sponsors/jonschlinkert"
13456
+ }
13457
+ },
13288
13458
  "node_modules/mime": {
13289
13459
  "version": "2.6.0",
13290
13460
  "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
@@ -13715,13 +13885,13 @@
13715
13885
  }
13716
13886
  },
13717
13887
  "node_modules/nock": {
13718
- "version": "14.0.4",
13719
- "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.4.tgz",
13720
- "integrity": "sha512-86fh+gIKH8H02+y0/HKAOZZXn6OwgzXvl6JYwfjvKkoKxUWz54wIIDU/+w24xzMvk/R8pNVXOrvTubyl+Ml6cg==",
13888
+ "version": "14.0.5",
13889
+ "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.5.tgz",
13890
+ "integrity": "sha512-R49fALR9caB6vxuSWUIaK2eBYeTloZQUFBZ4rHO+TbhMGQHtwnhdqKLYki+o+8qMgLvoBYWrp/2KzGPhxL4S6w==",
13721
13891
  "dev": true,
13722
13892
  "license": "MIT",
13723
13893
  "dependencies": {
13724
- "@mswjs/interceptors": "^0.38.5",
13894
+ "@mswjs/interceptors": "^0.38.7",
13725
13895
  "json-stringify-safe": "^5.0.1",
13726
13896
  "propagate": "^2.0.0"
13727
13897
  },
@@ -13811,13 +13981,12 @@
13811
13981
  }
13812
13982
  },
13813
13983
  "node_modules/normalize-url": {
13814
- "version": "8.0.1",
13815
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
13816
- "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
13817
- "dev": true,
13984
+ "version": "6.1.0",
13985
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
13986
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
13818
13987
  "license": "MIT",
13819
13988
  "engines": {
13820
- "node": ">=14.16"
13989
+ "node": ">=10"
13821
13990
  },
13822
13991
  "funding": {
13823
13992
  "url": "https://github.com/sponsors/sindresorhus"
@@ -14130,9 +14299,9 @@
14130
14299
  }
14131
14300
  },
14132
14301
  "node_modules/oclif": {
14133
- "version": "4.17.46",
14134
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
14135
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
14302
+ "version": "4.18.0",
14303
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
14304
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
14136
14305
  "dev": true,
14137
14306
  "license": "MIT",
14138
14307
  "dependencies": {
@@ -14145,8 +14314,8 @@
14145
14314
  "@oclif/plugin-help": "^6.2.27",
14146
14315
  "@oclif/plugin-not-found": "^3.2.48",
14147
14316
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
14317
+ "ansis": "^3.16.0",
14148
14318
  "async-retry": "^1.3.3",
14149
- "chalk": "^4",
14150
14319
  "change-case": "^4",
14151
14320
  "debug": "^4.4.0",
14152
14321
  "ejs": "^3.1.10",
@@ -14168,6 +14337,61 @@
14168
14337
  "node": ">=18.0.0"
14169
14338
  }
14170
14339
  },
14340
+ "node_modules/oclif/node_modules/@sindresorhus/is": {
14341
+ "version": "5.6.0",
14342
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
14343
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
14344
+ "dev": true,
14345
+ "license": "MIT",
14346
+ "engines": {
14347
+ "node": ">=14.16"
14348
+ },
14349
+ "funding": {
14350
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
14351
+ }
14352
+ },
14353
+ "node_modules/oclif/node_modules/@szmarczak/http-timer": {
14354
+ "version": "5.0.1",
14355
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
14356
+ "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
14357
+ "dev": true,
14358
+ "license": "MIT",
14359
+ "dependencies": {
14360
+ "defer-to-connect": "^2.0.1"
14361
+ },
14362
+ "engines": {
14363
+ "node": ">=14.16"
14364
+ }
14365
+ },
14366
+ "node_modules/oclif/node_modules/cacheable-lookup": {
14367
+ "version": "7.0.0",
14368
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
14369
+ "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
14370
+ "dev": true,
14371
+ "license": "MIT",
14372
+ "engines": {
14373
+ "node": ">=14.16"
14374
+ }
14375
+ },
14376
+ "node_modules/oclif/node_modules/cacheable-request": {
14377
+ "version": "10.2.14",
14378
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
14379
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
14380
+ "dev": true,
14381
+ "license": "MIT",
14382
+ "dependencies": {
14383
+ "@types/http-cache-semantics": "^4.0.2",
14384
+ "get-stream": "^6.0.1",
14385
+ "http-cache-semantics": "^4.1.1",
14386
+ "keyv": "^4.5.3",
14387
+ "mimic-response": "^4.0.0",
14388
+ "normalize-url": "^8.0.0",
14389
+ "responselike": "^3.0.0"
14390
+ },
14391
+ "engines": {
14392
+ "node": ">=14.16"
14393
+ }
14394
+ },
14171
14395
  "node_modules/oclif/node_modules/fs-extra": {
14172
14396
  "version": "8.1.0",
14173
14397
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
@@ -14183,17 +14407,57 @@
14183
14407
  "node": ">=6 <7 || >=8"
14184
14408
  }
14185
14409
  },
14410
+ "node_modules/oclif/node_modules/got": {
14411
+ "version": "13.0.0",
14412
+ "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
14413
+ "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
14414
+ "dev": true,
14415
+ "license": "MIT",
14416
+ "dependencies": {
14417
+ "@sindresorhus/is": "^5.2.0",
14418
+ "@szmarczak/http-timer": "^5.0.1",
14419
+ "cacheable-lookup": "^7.0.0",
14420
+ "cacheable-request": "^10.2.8",
14421
+ "decompress-response": "^6.0.0",
14422
+ "form-data-encoder": "^2.1.2",
14423
+ "get-stream": "^6.0.1",
14424
+ "http2-wrapper": "^2.1.10",
14425
+ "lowercase-keys": "^3.0.0",
14426
+ "p-cancelable": "^3.0.0",
14427
+ "responselike": "^3.0.0"
14428
+ },
14429
+ "engines": {
14430
+ "node": ">=16"
14431
+ },
14432
+ "funding": {
14433
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
14434
+ }
14435
+ },
14186
14436
  "node_modules/oclif/node_modules/hosted-git-info": {
14187
14437
  "version": "7.0.2",
14188
14438
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
14189
14439
  "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
14190
14440
  "dev": true,
14191
- "license": "ISC",
14441
+ "license": "ISC",
14442
+ "dependencies": {
14443
+ "lru-cache": "^10.0.1"
14444
+ },
14445
+ "engines": {
14446
+ "node": "^16.14.0 || >=18.0.0"
14447
+ }
14448
+ },
14449
+ "node_modules/oclif/node_modules/http2-wrapper": {
14450
+ "version": "2.2.1",
14451
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
14452
+ "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
14453
+ "dev": true,
14454
+ "license": "MIT",
14192
14455
  "dependencies": {
14193
- "lru-cache": "^10.0.1"
14456
+ "quick-lru": "^5.1.1",
14457
+ "resolve-alpn": "^1.2.0"
14194
14458
  },
14195
14459
  "engines": {
14196
- "node": "^16.14.0 || >=18.0.0"
14460
+ "node": ">=10.19.0"
14197
14461
  }
14198
14462
  },
14199
14463
  "node_modules/oclif/node_modules/jsonfile": {
@@ -14206,6 +14470,32 @@
14206
14470
  "graceful-fs": "^4.1.6"
14207
14471
  }
14208
14472
  },
14473
+ "node_modules/oclif/node_modules/lowercase-keys": {
14474
+ "version": "3.0.0",
14475
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
14476
+ "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
14477
+ "dev": true,
14478
+ "license": "MIT",
14479
+ "engines": {
14480
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
14481
+ },
14482
+ "funding": {
14483
+ "url": "https://github.com/sponsors/sindresorhus"
14484
+ }
14485
+ },
14486
+ "node_modules/oclif/node_modules/mimic-response": {
14487
+ "version": "4.0.0",
14488
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
14489
+ "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
14490
+ "dev": true,
14491
+ "license": "MIT",
14492
+ "engines": {
14493
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
14494
+ },
14495
+ "funding": {
14496
+ "url": "https://github.com/sponsors/sindresorhus"
14497
+ }
14498
+ },
14209
14499
  "node_modules/oclif/node_modules/normalize-package-data": {
14210
14500
  "version": "6.0.1",
14211
14501
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
@@ -14222,6 +14512,45 @@
14222
14512
  "node": "^16.14.0 || >=18.0.0"
14223
14513
  }
14224
14514
  },
14515
+ "node_modules/oclif/node_modules/normalize-url": {
14516
+ "version": "8.0.1",
14517
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
14518
+ "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
14519
+ "dev": true,
14520
+ "license": "MIT",
14521
+ "engines": {
14522
+ "node": ">=14.16"
14523
+ },
14524
+ "funding": {
14525
+ "url": "https://github.com/sponsors/sindresorhus"
14526
+ }
14527
+ },
14528
+ "node_modules/oclif/node_modules/p-cancelable": {
14529
+ "version": "3.0.0",
14530
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
14531
+ "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
14532
+ "dev": true,
14533
+ "license": "MIT",
14534
+ "engines": {
14535
+ "node": ">=12.20"
14536
+ }
14537
+ },
14538
+ "node_modules/oclif/node_modules/responselike": {
14539
+ "version": "3.0.0",
14540
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
14541
+ "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
14542
+ "dev": true,
14543
+ "license": "MIT",
14544
+ "dependencies": {
14545
+ "lowercase-keys": "^3.0.0"
14546
+ },
14547
+ "engines": {
14548
+ "node": ">=14.16"
14549
+ },
14550
+ "funding": {
14551
+ "url": "https://github.com/sponsors/sindresorhus"
14552
+ }
14553
+ },
14225
14554
  "node_modules/oclif/node_modules/universalify": {
14226
14555
  "version": "0.1.2",
14227
14556
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -14325,13 +14654,12 @@
14325
14654
  "license": "MIT"
14326
14655
  },
14327
14656
  "node_modules/p-cancelable": {
14328
- "version": "3.0.0",
14329
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
14330
- "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
14331
- "dev": true,
14657
+ "version": "2.1.1",
14658
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
14659
+ "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
14332
14660
  "license": "MIT",
14333
14661
  "engines": {
14334
- "node": ">=12.20"
14662
+ "node": ">=8"
14335
14663
  }
14336
14664
  },
14337
14665
  "node_modules/p-limit": {
@@ -14715,6 +15043,19 @@
14715
15043
  "rimraf": "bin.js"
14716
15044
  }
14717
15045
  },
15046
+ "node_modules/patch-package/node_modules/yaml": {
15047
+ "version": "2.4.1",
15048
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
15049
+ "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
15050
+ "dev": true,
15051
+ "license": "ISC",
15052
+ "bin": {
15053
+ "yaml": "bin.mjs"
15054
+ },
15055
+ "engines": {
15056
+ "node": ">= 14"
15057
+ }
15058
+ },
14718
15059
  "node_modules/path-browserify": {
14719
15060
  "version": "1.0.1",
14720
15061
  "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
@@ -14816,6 +15157,7 @@
14816
15157
  "version": "4.0.0",
14817
15158
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
14818
15159
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
15160
+ "dev": true,
14819
15161
  "license": "MIT",
14820
15162
  "engines": {
14821
15163
  "node": ">=8"
@@ -14839,12 +15181,12 @@
14839
15181
  "license": "ISC"
14840
15182
  },
14841
15183
  "node_modules/picomatch": {
14842
- "version": "2.3.1",
14843
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
14844
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
15184
+ "version": "4.0.2",
15185
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
15186
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
14845
15187
  "license": "MIT",
14846
15188
  "engines": {
14847
- "node": ">=8.6"
15189
+ "node": ">=12"
14848
15190
  },
14849
15191
  "funding": {
14850
15192
  "url": "https://github.com/sponsors/jonschlinkert"
@@ -15084,14 +15426,14 @@
15084
15426
  }
15085
15427
  },
15086
15428
  "node_modules/pretty-quick": {
15087
- "version": "4.1.1",
15088
- "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.1.1.tgz",
15089
- "integrity": "sha512-9Ud0l/CspNTmyIdYac9X7Inb3o8fuUsw+1zJFvCGn+at0t1UwUcUdo2RSZ41gcmfLv1fxgWQxWEfItR7CBwugg==",
15429
+ "version": "4.2.2",
15430
+ "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.2.2.tgz",
15431
+ "integrity": "sha512-uAh96tBW1SsD34VhhDmWuEmqbpfYc/B3j++5MC/6b3Cb8Ow7NJsvKFhg0eoGu2xXX+o9RkahkTK6sUdd8E7g5w==",
15090
15432
  "dev": true,
15091
15433
  "license": "MIT",
15092
15434
  "dependencies": {
15093
- "find-up": "^5.0.0",
15094
- "ignore": "^7.0.3",
15435
+ "@pkgr/core": "^0.2.7",
15436
+ "ignore": "^7.0.5",
15095
15437
  "mri": "^1.2.0",
15096
15438
  "picocolors": "^1.1.1",
15097
15439
  "picomatch": "^4.0.2",
@@ -15104,98 +15446,23 @@
15104
15446
  "engines": {
15105
15447
  "node": ">=14"
15106
15448
  },
15449
+ "funding": {
15450
+ "url": "https://opencollective.com/pretty-quick"
15451
+ },
15107
15452
  "peerDependencies": {
15108
15453
  "prettier": "^3.0.0"
15109
15454
  }
15110
15455
  },
15111
- "node_modules/pretty-quick/node_modules/find-up": {
15112
- "version": "5.0.0",
15113
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
15114
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
15115
- "dev": true,
15116
- "license": "MIT",
15117
- "dependencies": {
15118
- "locate-path": "^6.0.0",
15119
- "path-exists": "^4.0.0"
15120
- },
15121
- "engines": {
15122
- "node": ">=10"
15123
- },
15124
- "funding": {
15125
- "url": "https://github.com/sponsors/sindresorhus"
15126
- }
15127
- },
15128
15456
  "node_modules/pretty-quick/node_modules/ignore": {
15129
- "version": "7.0.4",
15130
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
15131
- "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
15457
+ "version": "7.0.5",
15458
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
15459
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
15132
15460
  "dev": true,
15133
15461
  "license": "MIT",
15134
15462
  "engines": {
15135
15463
  "node": ">= 4"
15136
15464
  }
15137
15465
  },
15138
- "node_modules/pretty-quick/node_modules/locate-path": {
15139
- "version": "6.0.0",
15140
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
15141
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
15142
- "dev": true,
15143
- "license": "MIT",
15144
- "dependencies": {
15145
- "p-locate": "^5.0.0"
15146
- },
15147
- "engines": {
15148
- "node": ">=10"
15149
- },
15150
- "funding": {
15151
- "url": "https://github.com/sponsors/sindresorhus"
15152
- }
15153
- },
15154
- "node_modules/pretty-quick/node_modules/p-limit": {
15155
- "version": "3.1.0",
15156
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
15157
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
15158
- "dev": true,
15159
- "license": "MIT",
15160
- "dependencies": {
15161
- "yocto-queue": "^0.1.0"
15162
- },
15163
- "engines": {
15164
- "node": ">=10"
15165
- },
15166
- "funding": {
15167
- "url": "https://github.com/sponsors/sindresorhus"
15168
- }
15169
- },
15170
- "node_modules/pretty-quick/node_modules/p-locate": {
15171
- "version": "5.0.0",
15172
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
15173
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
15174
- "dev": true,
15175
- "license": "MIT",
15176
- "dependencies": {
15177
- "p-limit": "^3.0.2"
15178
- },
15179
- "engines": {
15180
- "node": ">=10"
15181
- },
15182
- "funding": {
15183
- "url": "https://github.com/sponsors/sindresorhus"
15184
- }
15185
- },
15186
- "node_modules/pretty-quick/node_modules/picomatch": {
15187
- "version": "4.0.2",
15188
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
15189
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
15190
- "dev": true,
15191
- "license": "MIT",
15192
- "engines": {
15193
- "node": ">=12"
15194
- },
15195
- "funding": {
15196
- "url": "https://github.com/sponsors/jonschlinkert"
15197
- }
15198
- },
15199
15466
  "node_modules/process": {
15200
15467
  "version": "0.11.10",
15201
15468
  "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
@@ -15529,6 +15796,19 @@
15529
15796
  "node": ">=8.10.0"
15530
15797
  }
15531
15798
  },
15799
+ "node_modules/readdirp/node_modules/picomatch": {
15800
+ "version": "2.3.1",
15801
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
15802
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
15803
+ "dev": true,
15804
+ "license": "MIT",
15805
+ "engines": {
15806
+ "node": ">=8.6"
15807
+ },
15808
+ "funding": {
15809
+ "url": "https://github.com/sponsors/jonschlinkert"
15810
+ }
15811
+ },
15532
15812
  "node_modules/real-require": {
15533
15813
  "version": "0.2.0",
15534
15814
  "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
@@ -15955,9 +16235,9 @@
15955
16235
  "license": "BSD-3-Clause"
15956
16236
  },
15957
16237
  "node_modules/semver": {
15958
- "version": "7.7.1",
15959
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
15960
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
16238
+ "version": "7.7.2",
16239
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
16240
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
15961
16241
  "license": "ISC",
15962
16242
  "bin": {
15963
16243
  "semver": "bin/semver.js"
@@ -16374,6 +16654,20 @@
16374
16654
  "url": "https://github.com/sponsors/sindresorhus"
16375
16655
  }
16376
16656
  },
16657
+ "node_modules/sort-package-json/node_modules/tinyglobby": {
16658
+ "version": "0.2.10",
16659
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
16660
+ "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
16661
+ "dev": true,
16662
+ "license": "MIT",
16663
+ "dependencies": {
16664
+ "fdir": "^6.4.2",
16665
+ "picomatch": "^4.0.2"
16666
+ },
16667
+ "engines": {
16668
+ "node": ">=12.0.0"
16669
+ }
16670
+ },
16377
16671
  "node_modules/source-map": {
16378
16672
  "version": "0.6.1",
16379
16673
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -16474,10 +16768,9 @@
16474
16768
  }
16475
16769
  },
16476
16770
  "node_modules/sprintf-js": {
16477
- "version": "1.0.3",
16478
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
16479
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
16480
- "dev": true,
16771
+ "version": "1.1.3",
16772
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
16773
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
16481
16774
  "license": "BSD-3-Clause"
16482
16775
  },
16483
16776
  "node_modules/srcset": {
@@ -16680,10 +16973,15 @@
16680
16973
  }
16681
16974
  },
16682
16975
  "node_modules/strnum": {
16683
- "version": "1.0.5",
16684
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
16685
- "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
16686
- "dev": true,
16976
+ "version": "1.1.1",
16977
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
16978
+ "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
16979
+ "funding": [
16980
+ {
16981
+ "type": "github",
16982
+ "url": "https://github.com/sponsors/NaturalIntelligence"
16983
+ }
16984
+ ],
16687
16985
  "license": "MIT"
16688
16986
  },
16689
16987
  "node_modules/supports-color": {
@@ -16984,24 +17282,25 @@
16984
17282
  "license": "MIT"
16985
17283
  },
16986
17284
  "node_modules/tinyglobby": {
16987
- "version": "0.2.10",
16988
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
16989
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
16990
- "dev": true,
17285
+ "version": "0.2.14",
17286
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
17287
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
16991
17288
  "license": "MIT",
16992
17289
  "dependencies": {
16993
- "fdir": "^6.4.2",
17290
+ "fdir": "^6.4.4",
16994
17291
  "picomatch": "^4.0.2"
16995
17292
  },
16996
17293
  "engines": {
16997
17294
  "node": ">=12.0.0"
17295
+ },
17296
+ "funding": {
17297
+ "url": "https://github.com/sponsors/SuperchupuDev"
16998
17298
  }
16999
17299
  },
17000
17300
  "node_modules/tinyglobby/node_modules/fdir": {
17001
- "version": "6.4.2",
17002
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
17003
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
17004
- "dev": true,
17301
+ "version": "6.4.5",
17302
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
17303
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
17005
17304
  "license": "MIT",
17006
17305
  "peerDependencies": {
17007
17306
  "picomatch": "^3 || ^4"
@@ -17012,19 +17311,6 @@
17012
17311
  }
17013
17312
  }
17014
17313
  },
17015
- "node_modules/tinyglobby/node_modules/picomatch": {
17016
- "version": "4.0.2",
17017
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
17018
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
17019
- "dev": true,
17020
- "license": "MIT",
17021
- "engines": {
17022
- "node": ">=12"
17023
- },
17024
- "funding": {
17025
- "url": "https://github.com/sponsors/jonschlinkert"
17026
- }
17027
- },
17028
17314
  "node_modules/tmp": {
17029
17315
  "version": "0.0.33",
17030
17316
  "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -17991,10 +18277,9 @@
17991
18277
  "license": "ISC"
17992
18278
  },
17993
18279
  "node_modules/yaml": {
17994
- "version": "2.4.1",
17995
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
17996
- "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
17997
- "dev": true,
18280
+ "version": "2.7.1",
18281
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
18282
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
17998
18283
  "license": "ISC",
17999
18284
  "bin": {
18000
18285
  "yaml": "bin.mjs"