sfdx-jayree 4.8.138 → 4.8.140

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.138",
3
+ "version": "4.8.140",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.138",
9
+ "version": "4.8.140",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^4.0.12",
13
- "@jayree/sfdx-plugin-org": "^1.2.119",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.117",
15
- "@jayree/sfdx-plugin-source": "^1.3.115"
12
+ "@jayree/sfdx-plugin-manifest": "^4.0.21",
13
+ "@jayree/sfdx-plugin-org": "^1.2.120",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.118",
15
+ "@jayree/sfdx-plugin-source": "^1.3.116"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-help": "^6.2.28",
@@ -20,9 +20,9 @@
20
20
  "@salesforce/ts-sinon": "^1.4.30",
21
21
  "c8": "^10.1.3",
22
22
  "eslint-plugin-prettier": "^5.4.1",
23
- "eslint-plugin-sf-plugin": "^1.20.24",
23
+ "eslint-plugin-sf-plugin": "^1.20.25",
24
24
  "nock": "^14.0.5",
25
- "oclif": "^4.18.0",
25
+ "oclif": "^4.18.1",
26
26
  "patch-package": "^8.0.0",
27
27
  "pinst": "^3.0.0",
28
28
  "prettier": "^3.5.3",
@@ -560,36 +560,6 @@
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
- },
593
563
  "node_modules/@aws-sdk/client-s3": {
594
564
  "version": "3.796.0",
595
565
  "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.796.0.tgz",
@@ -1057,36 +1027,6 @@
1057
1027
  "node": ">=18.0.0"
1058
1028
  }
1059
1029
  },
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
- },
1090
1030
  "node_modules/@aws-sdk/core": {
1091
1031
  "version": "3.796.0",
1092
1032
  "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.796.0.tgz",
@@ -1110,36 +1050,6 @@
1110
1050
  "node": ">=18.0.0"
1111
1051
  }
1112
1052
  },
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
- },
1143
1053
  "node_modules/@aws-sdk/credential-provider-env": {
1144
1054
  "version": "3.775.0",
1145
1055
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.775.0.tgz",
@@ -1200,36 +1110,6 @@
1200
1110
  "node": ">=18.0.0"
1201
1111
  }
1202
1112
  },
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
- },
1233
1113
  "node_modules/@aws-sdk/credential-provider-http": {
1234
1114
  "version": "3.775.0",
1235
1115
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.775.0.tgz",
@@ -1295,36 +1175,6 @@
1295
1175
  "node": ">=18.0.0"
1296
1176
  }
1297
1177
  },
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
- },
1328
1178
  "node_modules/@aws-sdk/credential-provider-ini": {
1329
1179
  "version": "3.787.0",
1330
1180
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.787.0.tgz",
@@ -1393,36 +1243,6 @@
1393
1243
  "node": ">=18.0.0"
1394
1244
  }
1395
1245
  },
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
- },
1426
1246
  "node_modules/@aws-sdk/credential-provider-node": {
1427
1247
  "version": "3.787.0",
1428
1248
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.787.0.tgz",
@@ -1508,36 +1328,6 @@
1508
1328
  "node": ">=18.0.0"
1509
1329
  }
1510
1330
  },
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
- },
1541
1331
  "node_modules/@aws-sdk/credential-provider-sso": {
1542
1332
  "version": "3.787.0",
1543
1333
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.787.0.tgz",
@@ -1601,36 +1391,6 @@
1601
1391
  "node": ">=18.0.0"
1602
1392
  }
1603
1393
  },
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
- },
1634
1394
  "node_modules/@aws-sdk/credential-provider-web-identity": {
1635
1395
  "version": "3.787.0",
1636
1396
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.787.0.tgz",
@@ -1692,36 +1452,6 @@
1692
1452
  "node": ">=18.0.0"
1693
1453
  }
1694
1454
  },
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
- },
1725
1455
  "node_modules/@aws-sdk/middleware-bucket-endpoint": {
1726
1456
  "version": "3.775.0",
1727
1457
  "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.775.0.tgz",
@@ -1947,36 +1677,6 @@
1947
1677
  "node": ">=18.0.0"
1948
1678
  }
1949
1679
  },
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
- },
1980
1680
  "node_modules/@aws-sdk/nested-clients": {
1981
1681
  "version": "3.787.0",
1982
1682
  "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.787.0.tgz",
@@ -2070,36 +1770,6 @@
2070
1770
  "node": ">=18.0.0"
2071
1771
  }
2072
1772
  },
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
- },
2103
1773
  "node_modules/@aws-sdk/region-config-resolver": {
2104
1774
  "version": "3.775.0",
2105
1775
  "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.775.0.tgz",
@@ -4334,13 +4004,6 @@
4334
4004
  "js-yaml": "bin/js-yaml.js"
4335
4005
  }
4336
4006
  },
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
- },
4344
4007
  "node_modules/@istanbuljs/schema": {
4345
4008
  "version": "0.1.3",
4346
4009
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -4369,21 +4032,21 @@
4369
4032
  }
4370
4033
  },
4371
4034
  "node_modules/@jayree/sfdx-plugin-manifest": {
4372
- "version": "4.0.12",
4373
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.12.tgz",
4374
- "integrity": "sha512-gTsxRIGygq/NBXVZ9kQXTxljy3XCLJO+NuMJm9g9DgeMfO5UJHfo5YoNxG9OFLQPTBZoxBjehDujqftG6wncog==",
4035
+ "version": "4.0.21",
4036
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.21.tgz",
4037
+ "integrity": "sha512-UuV22mp7v01fc+5PqCc7VAq89B0Wu9JG/EoPo6fWma+yrAzkGONbxa0VzR1IYDaFeO9meuip6dJeXaSXoy31kA==",
4375
4038
  "license": "Apache-2.0",
4376
4039
  "dependencies": {
4377
4040
  "@jayree/changelog": "^1.2.10",
4378
- "@oclif/core": "^4.3.0",
4379
- "@salesforce/core": "^8.11.4",
4041
+ "@oclif/core": "^4.3.3",
4042
+ "@salesforce/core": "^8.13.0",
4380
4043
  "@salesforce/kit": "^3.2.3",
4381
4044
  "@salesforce/sf-plugins-core": "^12.2.2",
4382
- "@salesforce/source-deploy-retrieve": "12.19.7",
4383
- "@salesforce/source-tracking": "7.3.25",
4045
+ "@salesforce/source-deploy-retrieve": "12.19.10",
4046
+ "@salesforce/source-tracking": "7.4.1",
4384
4047
  "@salesforce/ts-types": "^2.0.12",
4385
4048
  "fast-deep-equal": "^3.1.3",
4386
- "fast-xml-parser": "^5.2.3",
4049
+ "fast-xml-parser": "^5.2.5",
4387
4050
  "fs-extra": "^11.3.0",
4388
4051
  "graceful-fs": "^4.2.11",
4389
4052
  "isomorphic-git": "1.30.2"
@@ -4392,66 +4055,10 @@
4392
4055
  "node": ">=16.0.0"
4393
4056
  }
4394
4057
  },
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
- },
4451
4058
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/fast-xml-parser": {
4452
- "version": "5.2.3",
4453
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz",
4454
- "integrity": "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw==",
4059
+ "version": "5.2.5",
4060
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
4061
+ "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
4455
4062
  "funding": [
4456
4063
  {
4457
4064
  "type": "github",
@@ -4466,21 +4073,6 @@
4466
4073
  "fxparser": "src/cli/cli.js"
4467
4074
  }
4468
4075
  },
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"
4476
- },
4477
- "engines": {
4478
- "node": ">=16 || 14 >=14.17"
4479
- },
4480
- "funding": {
4481
- "url": "https://github.com/sponsors/isaacs"
4482
- }
4483
- },
4484
4076
  "node_modules/@jayree/sfdx-plugin-manifest/node_modules/strnum": {
4485
4077
  "version": "2.1.0",
4486
4078
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz",
@@ -4494,18 +4086,18 @@
4494
4086
  "license": "MIT"
4495
4087
  },
4496
4088
  "node_modules/@jayree/sfdx-plugin-org": {
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==",
4089
+ "version": "1.2.120",
4090
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.120.tgz",
4091
+ "integrity": "sha512-xmym6L6CqBGC80CBQ2Pw1rvRln+I4tNMeWdGsMNkwjAhcojA/idIHzJpI1a/W/zKKn9z3TCxqkRr6EXm3fp95w==",
4500
4092
  "license": "BSD-3-Clause",
4501
4093
  "dependencies": {
4502
4094
  "@jayree/changelog": "^1.2.10",
4503
4095
  "@jsforce/jsforce-node": "^3.8.1",
4504
4096
  "@listr2/prompt-adapter-enquirer": "^2.0.16",
4505
4097
  "@oclif/core": "^4.3.1",
4506
- "@salesforce/core": "^8.12.0",
4098
+ "@salesforce/core": "^8.13.0",
4507
4099
  "@salesforce/sf-plugins-core": "^12.2.2",
4508
- "@salesforce/source-deploy-retrieve": "^12.19.9",
4100
+ "@salesforce/source-deploy-retrieve": "^12.19.10",
4509
4101
  "@salesforce/ts-types": "^2.0.12",
4510
4102
  "chalk": "^5.4.1",
4511
4103
  "cli-progress": "^3.12.0",
@@ -4517,7 +4109,7 @@
4517
4109
  "is-wsl": "^3.1.0",
4518
4110
  "listr2": "^8.3.3",
4519
4111
  "log-update": "^6.0.0",
4520
- "playwright-chromium": "^1.52.0",
4112
+ "playwright-chromium": "^1.53.0",
4521
4113
  "tabletojson": "4.1.6",
4522
4114
  "tslib": "^2.8.1",
4523
4115
  "wrap-ansi": "^9.0.0"
@@ -4569,18 +4161,18 @@
4569
4161
  }
4570
4162
  },
4571
4163
  "node_modules/@jayree/sfdx-plugin-prettier": {
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==",
4164
+ "version": "1.3.118",
4165
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.118.tgz",
4166
+ "integrity": "sha512-Ch0TJYF1Slcm+XVZFJrmoiGKmZyLzL8lqCF61n2TOeA3I750A1EgrHDqWo8l3sZaWkOEVXtT3t2BYH/8QMpsvg==",
4575
4167
  "license": "BSD-3-Clause",
4576
4168
  "dependencies": {
4577
4169
  "@jayree/changelog": "^1.2.10",
4578
- "@oclif/core": "^4.3.1",
4170
+ "@oclif/core": "^4.3.3",
4579
4171
  "@prettier/plugin-xml": "^3.4.1",
4580
- "@salesforce/core": "^8.9.1",
4172
+ "@salesforce/core": "^8.13.0",
4581
4173
  "@salesforce/kit": "^3.2.3",
4582
4174
  "@salesforce/sf-plugins-core": "^12.2.2",
4583
- "@salesforce/source-deploy-retrieve": "^12.19.9",
4175
+ "@salesforce/source-deploy-retrieve": "^12.19.10",
4584
4176
  "cli-progress": "^3.12.0",
4585
4177
  "debug": "^4.4.1",
4586
4178
  "fs-extra": "^11.3.0",
@@ -4603,23 +4195,23 @@
4603
4195
  }
4604
4196
  },
4605
4197
  "node_modules/@jayree/sfdx-plugin-source": {
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==",
4198
+ "version": "1.3.116",
4199
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.116.tgz",
4200
+ "integrity": "sha512-qxaGK+0Dz3GU4HMF1JXcx1C+67Qix4MPJQtAsF2RT4wAPVduS3FWPGIGY1K8tQa0I2mO9YfEfM+NHEkYMHV9uw==",
4609
4201
  "license": "BSD-3-Clause",
4610
4202
  "dependencies": {
4611
4203
  "@jayree/changelog": "^1.2.10",
4612
4204
  "@oclif/core": "^4.3.1",
4613
- "@salesforce/core": "^8.12.0",
4205
+ "@salesforce/core": "^8.13.0",
4614
4206
  "@salesforce/kit": "^3.2.3",
4615
4207
  "@salesforce/sf-plugins-core": "^12.2.2",
4616
4208
  "@salesforce/source-deploy-retrieve": "^12.19.9",
4617
- "@salesforce/source-tracking": "^7.3.25",
4209
+ "@salesforce/source-tracking": "^7.4.1",
4618
4210
  "@salesforce/ts-types": "^2.0.11",
4619
4211
  "ansis": "^4.1.0",
4620
4212
  "debug": "^4.4.1",
4621
4213
  "deep-object-diff": "^1.1.9",
4622
- "fast-xml-parser": "^5.2.3",
4214
+ "fast-xml-parser": "^5.2.5",
4623
4215
  "fs-extra": "^11.3.0",
4624
4216
  "globby": "^14.0.2",
4625
4217
  "object-path": "^0.11.8",
@@ -4639,9 +4231,9 @@
4639
4231
  }
4640
4232
  },
4641
4233
  "node_modules/@jayree/sfdx-plugin-source/node_modules/fast-xml-parser": {
4642
- "version": "5.2.3",
4643
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz",
4644
- "integrity": "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw==",
4234
+ "version": "5.2.5",
4235
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
4236
+ "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
4645
4237
  "funding": [
4646
4238
  {
4647
4239
  "type": "github",
@@ -4877,9 +4469,9 @@
4877
4469
  }
4878
4470
  },
4879
4471
  "node_modules/@oclif/core": {
4880
- "version": "4.3.1",
4881
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz",
4882
- "integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==",
4472
+ "version": "4.3.3",
4473
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
4474
+ "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
4883
4475
  "license": "MIT",
4884
4476
  "dependencies": {
4885
4477
  "ansi-escapes": "^4.3.2",
@@ -4896,7 +4488,7 @@
4896
4488
  "semver": "^7.6.3",
4897
4489
  "string-width": "^4.2.3",
4898
4490
  "supports-color": "^8",
4899
- "tinyglobby": "^0.2.13",
4491
+ "tinyglobby": "^0.2.14",
4900
4492
  "widest-line": "^3.1.0",
4901
4493
  "wordwrap": "^1.0.0",
4902
4494
  "wrap-ansi": "^7.0.0"
@@ -5187,9 +4779,9 @@
5187
4779
  }
5188
4780
  },
5189
4781
  "node_modules/@salesforce/core": {
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==",
4782
+ "version": "8.13.0",
4783
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.13.0.tgz",
4784
+ "integrity": "sha512-FyAn0UGa93D0N++8poeJt7yEaWQH++qxrv/Wf4TjNaUCLoh19g57lrXuos3qDJPr8Ut4x6QjVxEc49XLy+vBkw==",
5193
4785
  "license": "BSD-3-Clause",
5194
4786
  "dependencies": {
5195
4787
  "@jsforce/jsforce-node": "^3.8.2",
@@ -5475,33 +5067,143 @@
5475
5067
  "terminal-link": "^3.0.0"
5476
5068
  },
5477
5069
  "engines": {
5478
- "node": ">=18.0.0"
5070
+ "node": ">=18.0.0"
5071
+ }
5072
+ },
5073
+ "node_modules/@salesforce/source-deploy-retrieve": {
5074
+ "version": "12.19.10",
5075
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.10.tgz",
5076
+ "integrity": "sha512-FfiX+Y96QnLjabpWjOxJgGq5Kh+ZQaP+RJa71DO/DtFFa0SlGW+VWqVzjSnNboHyq+nPF6DPDm1wT633zbEYvw==",
5077
+ "license": "BSD-3-Clause",
5078
+ "dependencies": {
5079
+ "@salesforce/core": "^8.12.0",
5080
+ "@salesforce/kit": "^3.2.3",
5081
+ "@salesforce/ts-types": "^2.0.12",
5082
+ "@salesforce/types": "^1.3.0",
5083
+ "fast-levenshtein": "^3.0.0",
5084
+ "fast-xml-parser": "^4.5.3",
5085
+ "got": "^11.8.6",
5086
+ "graceful-fs": "^4.2.11",
5087
+ "ignore": "^5.3.2",
5088
+ "isbinaryfile": "^5.0.2",
5089
+ "jszip": "^3.10.1",
5090
+ "mime": "2.6.0",
5091
+ "minimatch": "^9.0.5",
5092
+ "proxy-agent": "^6.4.0",
5093
+ "yaml": "^2.7.1"
5094
+ },
5095
+ "engines": {
5096
+ "node": ">=18.0.0"
5097
+ }
5098
+ },
5099
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
5100
+ "version": "4.0.6",
5101
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
5102
+ "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
5103
+ "license": "MIT",
5104
+ "dependencies": {
5105
+ "defer-to-connect": "^2.0.0"
5106
+ },
5107
+ "engines": {
5108
+ "node": ">=10"
5109
+ }
5110
+ },
5111
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-lookup": {
5112
+ "version": "5.0.4",
5113
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
5114
+ "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
5115
+ "license": "MIT",
5116
+ "engines": {
5117
+ "node": ">=10.6.0"
5118
+ }
5119
+ },
5120
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-request": {
5121
+ "version": "7.0.4",
5122
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
5123
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
5124
+ "license": "MIT",
5125
+ "dependencies": {
5126
+ "clone-response": "^1.0.2",
5127
+ "get-stream": "^5.1.0",
5128
+ "http-cache-semantics": "^4.0.0",
5129
+ "keyv": "^4.0.0",
5130
+ "lowercase-keys": "^2.0.0",
5131
+ "normalize-url": "^6.0.1",
5132
+ "responselike": "^2.0.0"
5133
+ },
5134
+ "engines": {
5135
+ "node": ">=8"
5136
+ }
5137
+ },
5138
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
5139
+ "version": "4.5.3",
5140
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
5141
+ "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
5142
+ "funding": [
5143
+ {
5144
+ "type": "github",
5145
+ "url": "https://github.com/sponsors/NaturalIntelligence"
5146
+ }
5147
+ ],
5148
+ "license": "MIT",
5149
+ "dependencies": {
5150
+ "strnum": "^1.1.1"
5151
+ },
5152
+ "bin": {
5153
+ "fxparser": "src/cli/cli.js"
5154
+ }
5155
+ },
5156
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/get-stream": {
5157
+ "version": "5.2.0",
5158
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
5159
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
5160
+ "license": "MIT",
5161
+ "dependencies": {
5162
+ "pump": "^3.0.0"
5163
+ },
5164
+ "engines": {
5165
+ "node": ">=8"
5166
+ },
5167
+ "funding": {
5168
+ "url": "https://github.com/sponsors/sindresorhus"
5169
+ }
5170
+ },
5171
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/got": {
5172
+ "version": "11.8.6",
5173
+ "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
5174
+ "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
5175
+ "license": "MIT",
5176
+ "dependencies": {
5177
+ "@sindresorhus/is": "^4.0.0",
5178
+ "@szmarczak/http-timer": "^4.0.5",
5179
+ "@types/cacheable-request": "^6.0.1",
5180
+ "@types/responselike": "^1.0.0",
5181
+ "cacheable-lookup": "^5.0.3",
5182
+ "cacheable-request": "^7.0.2",
5183
+ "decompress-response": "^6.0.0",
5184
+ "http2-wrapper": "^1.0.0-beta.5.2",
5185
+ "lowercase-keys": "^2.0.0",
5186
+ "p-cancelable": "^2.0.0",
5187
+ "responselike": "^2.0.0"
5188
+ },
5189
+ "engines": {
5190
+ "node": ">=10.19.0"
5191
+ },
5192
+ "funding": {
5193
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
5479
5194
  }
5480
5195
  },
5481
- "node_modules/@salesforce/source-deploy-retrieve": {
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==",
5485
- "license": "BSD-3-Clause",
5196
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/http2-wrapper": {
5197
+ "version": "1.0.3",
5198
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
5199
+ "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
5200
+ "license": "MIT",
5486
5201
  "dependencies": {
5487
- "@salesforce/core": "^8.11.4",
5488
- "@salesforce/kit": "^3.2.3",
5489
- "@salesforce/ts-types": "^2.0.12",
5490
- "@salesforce/types": "^1.3.0",
5491
- "fast-levenshtein": "^3.0.0",
5492
- "fast-xml-parser": "^4.5.3",
5493
- "got": "^11.8.6",
5494
- "graceful-fs": "^4.2.11",
5495
- "ignore": "^5.3.2",
5496
- "isbinaryfile": "^5.0.2",
5497
- "jszip": "^3.10.1",
5498
- "mime": "2.6.0",
5499
- "minimatch": "^9.0.5",
5500
- "proxy-agent": "^6.4.0",
5501
- "yaml": "^2.7.1"
5202
+ "quick-lru": "^5.1.1",
5203
+ "resolve-alpn": "^1.0.0"
5502
5204
  },
5503
5205
  "engines": {
5504
- "node": ">=18.0.0"
5206
+ "node": ">=10.19.0"
5505
5207
  }
5506
5208
  },
5507
5209
  "node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
@@ -5519,16 +5221,61 @@
5519
5221
  "url": "https://github.com/sponsors/isaacs"
5520
5222
  }
5521
5223
  },
5224
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/normalize-url": {
5225
+ "version": "6.1.0",
5226
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
5227
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
5228
+ "license": "MIT",
5229
+ "engines": {
5230
+ "node": ">=10"
5231
+ },
5232
+ "funding": {
5233
+ "url": "https://github.com/sponsors/sindresorhus"
5234
+ }
5235
+ },
5236
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/p-cancelable": {
5237
+ "version": "2.1.1",
5238
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
5239
+ "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
5240
+ "license": "MIT",
5241
+ "engines": {
5242
+ "node": ">=8"
5243
+ }
5244
+ },
5245
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/strnum": {
5246
+ "version": "1.1.1",
5247
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
5248
+ "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
5249
+ "funding": [
5250
+ {
5251
+ "type": "github",
5252
+ "url": "https://github.com/sponsors/NaturalIntelligence"
5253
+ }
5254
+ ],
5255
+ "license": "MIT"
5256
+ },
5257
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/yaml": {
5258
+ "version": "2.7.1",
5259
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
5260
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
5261
+ "license": "ISC",
5262
+ "bin": {
5263
+ "yaml": "bin.mjs"
5264
+ },
5265
+ "engines": {
5266
+ "node": ">= 14"
5267
+ }
5268
+ },
5522
5269
  "node_modules/@salesforce/source-tracking": {
5523
- "version": "7.3.25",
5524
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz",
5525
- "integrity": "sha512-vph1inQMkwFhAqxquHy/Woq0uQqFiFyVm59DmXJLZQxj25fxqFhQsbY22jCSidEug8ctj4IyaCJB1Ot/eShozw==",
5270
+ "version": "7.4.1",
5271
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.1.tgz",
5272
+ "integrity": "sha512-UwouGuno36nHUVLEn47GVtA1v2bzrkccZ6ps8QYqbqpuipnkuraOmFXTlaIz8+8ZEZV0XDkBkual6qGH/Twc5A==",
5526
5273
  "license": "Apache-2.0",
5527
5274
  "dependencies": {
5528
- "@oclif/core": "^4.2.10",
5529
- "@salesforce/core": "^8.9.1",
5275
+ "@oclif/core": "^4.3.2",
5276
+ "@salesforce/core": "^8.12.0",
5530
5277
  "@salesforce/kit": "^3.2.3",
5531
- "@salesforce/source-deploy-retrieve": "^12.19.6",
5278
+ "@salesforce/source-deploy-retrieve": "^12.19.9",
5532
5279
  "@salesforce/ts-types": "^2.0.12",
5533
5280
  "fast-xml-parser": "^4.5.3",
5534
5281
  "graceful-fs": "^4.2.11",
@@ -5539,6 +5286,36 @@
5539
5286
  "node": ">=18.0.0"
5540
5287
  }
5541
5288
  },
5289
+ "node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
5290
+ "version": "4.5.3",
5291
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
5292
+ "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
5293
+ "funding": [
5294
+ {
5295
+ "type": "github",
5296
+ "url": "https://github.com/sponsors/NaturalIntelligence"
5297
+ }
5298
+ ],
5299
+ "license": "MIT",
5300
+ "dependencies": {
5301
+ "strnum": "^1.1.1"
5302
+ },
5303
+ "bin": {
5304
+ "fxparser": "src/cli/cli.js"
5305
+ }
5306
+ },
5307
+ "node_modules/@salesforce/source-tracking/node_modules/strnum": {
5308
+ "version": "1.1.1",
5309
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
5310
+ "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
5311
+ "funding": [
5312
+ {
5313
+ "type": "github",
5314
+ "url": "https://github.com/sponsors/NaturalIntelligence"
5315
+ }
5316
+ ],
5317
+ "license": "MIT"
5318
+ },
5542
5319
  "node_modules/@salesforce/ts-sinon": {
5543
5320
  "version": "1.4.30",
5544
5321
  "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz",
@@ -6490,15 +6267,16 @@
6490
6267
  }
6491
6268
  },
6492
6269
  "node_modules/@szmarczak/http-timer": {
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==",
6270
+ "version": "5.0.1",
6271
+ "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
6272
+ "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
6273
+ "dev": true,
6496
6274
  "license": "MIT",
6497
6275
  "dependencies": {
6498
- "defer-to-connect": "^2.0.0"
6276
+ "defer-to-connect": "^2.0.1"
6499
6277
  },
6500
6278
  "engines": {
6501
- "node": ">=10"
6279
+ "node": ">=14.16"
6502
6280
  }
6503
6281
  },
6504
6282
  "node_modules/@tootallnate/quickjs-emscripten": {
@@ -7828,42 +7606,71 @@
7828
7606
  }
7829
7607
  },
7830
7608
  "node_modules/cacheable-lookup": {
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==",
7609
+ "version": "7.0.0",
7610
+ "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
7611
+ "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
7612
+ "dev": true,
7834
7613
  "license": "MIT",
7835
7614
  "engines": {
7836
- "node": ">=10.6.0"
7615
+ "node": ">=14.16"
7837
7616
  }
7838
7617
  },
7839
7618
  "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==",
7619
+ "version": "10.2.14",
7620
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
7621
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
7622
+ "dev": true,
7843
7623
  "license": "MIT",
7844
7624
  "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"
7625
+ "@types/http-cache-semantics": "^4.0.2",
7626
+ "get-stream": "^6.0.1",
7627
+ "http-cache-semantics": "^4.1.1",
7628
+ "keyv": "^4.5.3",
7629
+ "mimic-response": "^4.0.0",
7630
+ "normalize-url": "^8.0.0",
7631
+ "responselike": "^3.0.0"
7852
7632
  },
7853
7633
  "engines": {
7854
- "node": ">=8"
7634
+ "node": ">=14.16"
7855
7635
  }
7856
7636
  },
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==",
7637
+ "node_modules/cacheable-request/node_modules/lowercase-keys": {
7638
+ "version": "3.0.0",
7639
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
7640
+ "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
7641
+ "dev": true,
7642
+ "license": "MIT",
7643
+ "engines": {
7644
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7645
+ },
7646
+ "funding": {
7647
+ "url": "https://github.com/sponsors/sindresorhus"
7648
+ }
7649
+ },
7650
+ "node_modules/cacheable-request/node_modules/mimic-response": {
7651
+ "version": "4.0.0",
7652
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
7653
+ "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
7654
+ "dev": true,
7655
+ "license": "MIT",
7656
+ "engines": {
7657
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
7658
+ },
7659
+ "funding": {
7660
+ "url": "https://github.com/sponsors/sindresorhus"
7661
+ }
7662
+ },
7663
+ "node_modules/cacheable-request/node_modules/responselike": {
7664
+ "version": "3.0.0",
7665
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
7666
+ "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
7667
+ "dev": true,
7861
7668
  "license": "MIT",
7862
7669
  "dependencies": {
7863
- "pump": "^3.0.0"
7670
+ "lowercase-keys": "^3.0.0"
7864
7671
  },
7865
7672
  "engines": {
7866
- "node": ">=8"
7673
+ "node": ">=14.16"
7867
7674
  },
7868
7675
  "funding": {
7869
7676
  "url": "https://github.com/sponsors/sindresorhus"
@@ -9792,13 +9599,13 @@
9792
9599
  }
9793
9600
  },
9794
9601
  "node_modules/eslint-plugin-sf-plugin": {
9795
- "version": "1.20.24",
9796
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
9797
- "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
9602
+ "version": "1.20.25",
9603
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
9604
+ "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
9798
9605
  "dev": true,
9799
9606
  "license": "BSD-3-Clause",
9800
9607
  "dependencies": {
9801
- "@salesforce/core": "^8.11.1",
9608
+ "@salesforce/core": "^8.12.0",
9802
9609
  "@typescript-eslint/utils": "^7.18.0"
9803
9610
  },
9804
9611
  "engines": {
@@ -10335,18 +10142,23 @@
10335
10142
  "license": "MIT"
10336
10143
  },
10337
10144
  "node_modules/fast-xml-parser": {
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==",
10145
+ "version": "4.4.1",
10146
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
10147
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
10148
+ "dev": true,
10341
10149
  "funding": [
10342
10150
  {
10343
10151
  "type": "github",
10344
10152
  "url": "https://github.com/sponsors/NaturalIntelligence"
10153
+ },
10154
+ {
10155
+ "type": "paypal",
10156
+ "url": "https://paypal.me/naturalintelligence"
10345
10157
  }
10346
10158
  ],
10347
10159
  "license": "MIT",
10348
10160
  "dependencies": {
10349
- "strnum": "^1.1.1"
10161
+ "strnum": "^1.0.5"
10350
10162
  },
10351
10163
  "bin": {
10352
10164
  "fxparser": "src/cli/cli.js"
@@ -11009,36 +10821,79 @@
11009
10821
  "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
11010
10822
  "dev": true,
11011
10823
  "license": "MIT",
11012
- "dependencies": {
11013
- "get-intrinsic": "^1.1.3"
10824
+ "dependencies": {
10825
+ "get-intrinsic": "^1.1.3"
10826
+ },
10827
+ "funding": {
10828
+ "url": "https://github.com/sponsors/ljharb"
10829
+ }
10830
+ },
10831
+ "node_modules/got": {
10832
+ "version": "13.0.0",
10833
+ "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
10834
+ "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
10835
+ "dev": true,
10836
+ "license": "MIT",
10837
+ "dependencies": {
10838
+ "@sindresorhus/is": "^5.2.0",
10839
+ "@szmarczak/http-timer": "^5.0.1",
10840
+ "cacheable-lookup": "^7.0.0",
10841
+ "cacheable-request": "^10.2.8",
10842
+ "decompress-response": "^6.0.0",
10843
+ "form-data-encoder": "^2.1.2",
10844
+ "get-stream": "^6.0.1",
10845
+ "http2-wrapper": "^2.1.10",
10846
+ "lowercase-keys": "^3.0.0",
10847
+ "p-cancelable": "^3.0.0",
10848
+ "responselike": "^3.0.0"
10849
+ },
10850
+ "engines": {
10851
+ "node": ">=16"
10852
+ },
10853
+ "funding": {
10854
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
10855
+ }
10856
+ },
10857
+ "node_modules/got/node_modules/@sindresorhus/is": {
10858
+ "version": "5.6.0",
10859
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
10860
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
10861
+ "dev": true,
10862
+ "license": "MIT",
10863
+ "engines": {
10864
+ "node": ">=14.16"
10865
+ },
10866
+ "funding": {
10867
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
10868
+ }
10869
+ },
10870
+ "node_modules/got/node_modules/lowercase-keys": {
10871
+ "version": "3.0.0",
10872
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
10873
+ "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
10874
+ "dev": true,
10875
+ "license": "MIT",
10876
+ "engines": {
10877
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11014
10878
  },
11015
10879
  "funding": {
11016
- "url": "https://github.com/sponsors/ljharb"
10880
+ "url": "https://github.com/sponsors/sindresorhus"
11017
10881
  }
11018
10882
  },
11019
- "node_modules/got": {
11020
- "version": "11.8.6",
11021
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
11022
- "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
10883
+ "node_modules/got/node_modules/responselike": {
10884
+ "version": "3.0.0",
10885
+ "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
10886
+ "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
10887
+ "dev": true,
11023
10888
  "license": "MIT",
11024
10889
  "dependencies": {
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",
11031
- "decompress-response": "^6.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"
10890
+ "lowercase-keys": "^3.0.0"
11036
10891
  },
11037
10892
  "engines": {
11038
- "node": ">=10.19.0"
10893
+ "node": ">=14.16"
11039
10894
  },
11040
10895
  "funding": {
11041
- "url": "https://github.com/sindresorhus/got?sponsor=1"
10896
+ "url": "https://github.com/sponsors/sindresorhus"
11042
10897
  }
11043
10898
  },
11044
10899
  "node_modules/graceful-fs": {
@@ -11313,13 +11168,14 @@
11313
11168
  }
11314
11169
  },
11315
11170
  "node_modules/http2-wrapper": {
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==",
11171
+ "version": "2.2.1",
11172
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
11173
+ "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
11174
+ "dev": true,
11319
11175
  "license": "MIT",
11320
11176
  "dependencies": {
11321
11177
  "quick-lru": "^5.1.1",
11322
- "resolve-alpn": "^1.0.0"
11178
+ "resolve-alpn": "^1.2.0"
11323
11179
  },
11324
11180
  "engines": {
11325
11181
  "node": ">=10.19.0"
@@ -11714,6 +11570,12 @@
11714
11570
  "node": ">= 12"
11715
11571
  }
11716
11572
  },
11573
+ "node_modules/ip-address/node_modules/sprintf-js": {
11574
+ "version": "1.1.3",
11575
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
11576
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
11577
+ "license": "BSD-3-Clause"
11578
+ },
11717
11579
  "node_modules/is-array-buffer": {
11718
11580
  "version": "3.0.4",
11719
11581
  "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
@@ -13981,12 +13843,13 @@
13981
13843
  }
13982
13844
  },
13983
13845
  "node_modules/normalize-url": {
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==",
13846
+ "version": "8.0.1",
13847
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
13848
+ "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
13849
+ "dev": true,
13987
13850
  "license": "MIT",
13988
13851
  "engines": {
13989
- "node": ">=10"
13852
+ "node": ">=14.16"
13990
13853
  },
13991
13854
  "funding": {
13992
13855
  "url": "https://github.com/sponsors/sindresorhus"
@@ -14299,9 +14162,9 @@
14299
14162
  }
14300
14163
  },
14301
14164
  "node_modules/oclif": {
14302
- "version": "4.18.0",
14303
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
14304
- "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
14165
+ "version": "4.18.1",
14166
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
14167
+ "integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
14305
14168
  "dev": true,
14306
14169
  "license": "MIT",
14307
14170
  "dependencies": {
@@ -14310,7 +14173,7 @@
14310
14173
  "@inquirer/confirm": "^3.1.22",
14311
14174
  "@inquirer/input": "^2.2.4",
14312
14175
  "@inquirer/select": "^2.5.0",
14313
- "@oclif/core": "^4.2.10",
14176
+ "@oclif/core": "^4.3.2",
14314
14177
  "@oclif/plugin-help": "^6.2.27",
14315
14178
  "@oclif/plugin-not-found": "^3.2.48",
14316
14179
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
@@ -14337,61 +14200,6 @@
14337
14200
  "node": ">=18.0.0"
14338
14201
  }
14339
14202
  },
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
- },
14395
14203
  "node_modules/oclif/node_modules/fs-extra": {
14396
14204
  "version": "8.1.0",
14397
14205
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
@@ -14407,32 +14215,6 @@
14407
14215
  "node": ">=6 <7 || >=8"
14408
14216
  }
14409
14217
  },
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
- },
14436
14218
  "node_modules/oclif/node_modules/hosted-git-info": {
14437
14219
  "version": "7.0.2",
14438
14220
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
@@ -14446,20 +14228,6 @@
14446
14228
  "node": "^16.14.0 || >=18.0.0"
14447
14229
  }
14448
14230
  },
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",
14455
- "dependencies": {
14456
- "quick-lru": "^5.1.1",
14457
- "resolve-alpn": "^1.2.0"
14458
- },
14459
- "engines": {
14460
- "node": ">=10.19.0"
14461
- }
14462
- },
14463
14231
  "node_modules/oclif/node_modules/jsonfile": {
14464
14232
  "version": "4.0.0",
14465
14233
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
@@ -14470,32 +14238,6 @@
14470
14238
  "graceful-fs": "^4.1.6"
14471
14239
  }
14472
14240
  },
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
- },
14499
14241
  "node_modules/oclif/node_modules/normalize-package-data": {
14500
14242
  "version": "6.0.1",
14501
14243
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
@@ -14512,45 +14254,6 @@
14512
14254
  "node": "^16.14.0 || >=18.0.0"
14513
14255
  }
14514
14256
  },
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
- },
14554
14257
  "node_modules/oclif/node_modules/universalify": {
14555
14258
  "version": "0.1.2",
14556
14259
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -14654,12 +14357,13 @@
14654
14357
  "license": "MIT"
14655
14358
  },
14656
14359
  "node_modules/p-cancelable": {
14657
- "version": "2.1.1",
14658
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
14659
- "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
14360
+ "version": "3.0.0",
14361
+ "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
14362
+ "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
14363
+ "dev": true,
14660
14364
  "license": "MIT",
14661
14365
  "engines": {
14662
- "node": ">=8"
14366
+ "node": ">=12.20"
14663
14367
  }
14664
14368
  },
14665
14369
  "node_modules/p-limit": {
@@ -15043,19 +14747,6 @@
15043
14747
  "rimraf": "bin.js"
15044
14748
  }
15045
14749
  },
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
- },
15059
14750
  "node_modules/path-browserify": {
15060
14751
  "version": "1.0.1",
15061
14752
  "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
@@ -15315,13 +15006,13 @@
15315
15006
  }
15316
15007
  },
15317
15008
  "node_modules/playwright-chromium": {
15318
- "version": "1.52.0",
15319
- "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.52.0.tgz",
15320
- "integrity": "sha512-ZTpzBzRFFRglyqRnAqdK5mFaw1P41qe8V2zSR+fA0eKPgGEEaH7r91ejXKijs3WhReatRcatHQe3ndMBMN1PLA==",
15009
+ "version": "1.53.0",
15010
+ "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.0.tgz",
15011
+ "integrity": "sha512-wFIOWSc3037Ql9swJrfCQL/SfcVXbl8X944CzzQmkvh4KqCNp1QMBOGPfltu/+URTfCa5I9qc6HW1YEgY1jeNA==",
15321
15012
  "hasInstallScript": true,
15322
15013
  "license": "Apache-2.0",
15323
15014
  "dependencies": {
15324
- "playwright-core": "1.52.0"
15015
+ "playwright-core": "1.53.0"
15325
15016
  },
15326
15017
  "bin": {
15327
15018
  "playwright": "cli.js"
@@ -15331,9 +15022,9 @@
15331
15022
  }
15332
15023
  },
15333
15024
  "node_modules/playwright-core": {
15334
- "version": "1.52.0",
15335
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz",
15336
- "integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==",
15025
+ "version": "1.53.0",
15026
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz",
15027
+ "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==",
15337
15028
  "license": "Apache-2.0",
15338
15029
  "bin": {
15339
15030
  "playwright-core": "cli.js"
@@ -16768,9 +16459,10 @@
16768
16459
  }
16769
16460
  },
16770
16461
  "node_modules/sprintf-js": {
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==",
16462
+ "version": "1.0.3",
16463
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
16464
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
16465
+ "dev": true,
16774
16466
  "license": "BSD-3-Clause"
16775
16467
  },
16776
16468
  "node_modules/srcset": {
@@ -16973,15 +16665,10 @@
16973
16665
  }
16974
16666
  },
16975
16667
  "node_modules/strnum": {
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
- ],
16668
+ "version": "1.0.5",
16669
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
16670
+ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
16671
+ "dev": true,
16985
16672
  "license": "MIT"
16986
16673
  },
16987
16674
  "node_modules/supports-color": {
@@ -18277,9 +17964,10 @@
18277
17964
  "license": "ISC"
18278
17965
  },
18279
17966
  "node_modules/yaml": {
18280
- "version": "2.7.1",
18281
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
18282
- "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
17967
+ "version": "2.4.1",
17968
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
17969
+ "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
17970
+ "dev": true,
18283
17971
  "license": "ISC",
18284
17972
  "bin": {
18285
17973
  "yaml": "bin.mjs"