sfdx-jayree 4.8.202 → 4.8.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [4.8.203](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.202...v4.8.203) (2026-05-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-uri from 3.0.1 to 3.1.2 ([#1975](https://github.com/jayree/sfdx-jayree-plugin/issues/1975)) ([57c9b1f](https://github.com/jayree/sfdx-jayree-plugin/commit/57c9b1fc94b8d0605adc9d50e7f9da65b3c23593))
7
+ * **deps:** bump fast-xml-builder from 1.1.4 to 1.2.0 ([#1974](https://github.com/jayree/sfdx-jayree-plugin/issues/1974)) ([03e17a6](https://github.com/jayree/sfdx-jayree-plugin/commit/03e17a6f4b2166621f72a59472a6abf730d58106))
8
+
1
9
  ## [4.8.202](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.201...v4.8.202) (2026-05-08)
2
10
 
3
11
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.202",
3
+ "version": "4.8.203",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.202",
9
+ "version": "4.8.203",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.128",
@@ -867,6 +867,22 @@
867
867
  "fxparser": "src/cli/cli.js"
868
868
  }
869
869
  },
870
+ "node_modules/@aws-sdk/client-cloudfront/node_modules/path-expression-matcher": {
871
+ "version": "1.1.3",
872
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
873
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
874
+ "dev": true,
875
+ "funding": [
876
+ {
877
+ "type": "github",
878
+ "url": "https://github.com/sponsors/NaturalIntelligence"
879
+ }
880
+ ],
881
+ "license": "MIT",
882
+ "engines": {
883
+ "node": ">=14.0.0"
884
+ }
885
+ },
870
886
  "node_modules/@aws-sdk/client-cloudfront/node_modules/strnum": {
871
887
  "version": "2.1.2",
872
888
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1336,6 +1352,22 @@
1336
1352
  "fxparser": "src/cli/cli.js"
1337
1353
  }
1338
1354
  },
1355
+ "node_modules/@aws-sdk/credential-provider-env/node_modules/path-expression-matcher": {
1356
+ "version": "1.1.3",
1357
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1358
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1359
+ "dev": true,
1360
+ "funding": [
1361
+ {
1362
+ "type": "github",
1363
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1364
+ }
1365
+ ],
1366
+ "license": "MIT",
1367
+ "engines": {
1368
+ "node": ">=14.0.0"
1369
+ }
1370
+ },
1339
1371
  "node_modules/@aws-sdk/credential-provider-env/node_modules/strnum": {
1340
1372
  "version": "2.1.2",
1341
1373
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1432,6 +1464,22 @@
1432
1464
  "fxparser": "src/cli/cli.js"
1433
1465
  }
1434
1466
  },
1467
+ "node_modules/@aws-sdk/credential-provider-http/node_modules/path-expression-matcher": {
1468
+ "version": "1.1.3",
1469
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1470
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1471
+ "dev": true,
1472
+ "funding": [
1473
+ {
1474
+ "type": "github",
1475
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1476
+ }
1477
+ ],
1478
+ "license": "MIT",
1479
+ "engines": {
1480
+ "node": ">=14.0.0"
1481
+ }
1482
+ },
1435
1483
  "node_modules/@aws-sdk/credential-provider-http/node_modules/strnum": {
1436
1484
  "version": "2.1.2",
1437
1485
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1532,6 +1580,22 @@
1532
1580
  "fxparser": "src/cli/cli.js"
1533
1581
  }
1534
1582
  },
1583
+ "node_modules/@aws-sdk/credential-provider-ini/node_modules/path-expression-matcher": {
1584
+ "version": "1.1.3",
1585
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1586
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1587
+ "dev": true,
1588
+ "funding": [
1589
+ {
1590
+ "type": "github",
1591
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1592
+ }
1593
+ ],
1594
+ "license": "MIT",
1595
+ "engines": {
1596
+ "node": ">=14.0.0"
1597
+ }
1598
+ },
1535
1599
  "node_modules/@aws-sdk/credential-provider-ini/node_modules/strnum": {
1536
1600
  "version": "2.1.2",
1537
1601
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1626,6 +1690,22 @@
1626
1690
  "fxparser": "src/cli/cli.js"
1627
1691
  }
1628
1692
  },
1693
+ "node_modules/@aws-sdk/credential-provider-login/node_modules/path-expression-matcher": {
1694
+ "version": "1.1.3",
1695
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1696
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1697
+ "dev": true,
1698
+ "funding": [
1699
+ {
1700
+ "type": "github",
1701
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1702
+ }
1703
+ ],
1704
+ "license": "MIT",
1705
+ "engines": {
1706
+ "node": ">=14.0.0"
1707
+ }
1708
+ },
1629
1709
  "node_modules/@aws-sdk/credential-provider-login/node_modules/strnum": {
1630
1710
  "version": "2.1.2",
1631
1711
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1742,6 +1822,22 @@
1742
1822
  "fxparser": "src/cli/cli.js"
1743
1823
  }
1744
1824
  },
1825
+ "node_modules/@aws-sdk/credential-provider-process/node_modules/path-expression-matcher": {
1826
+ "version": "1.1.3",
1827
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1828
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1829
+ "dev": true,
1830
+ "funding": [
1831
+ {
1832
+ "type": "github",
1833
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1834
+ }
1835
+ ],
1836
+ "license": "MIT",
1837
+ "engines": {
1838
+ "node": ">=14.0.0"
1839
+ }
1840
+ },
1745
1841
  "node_modules/@aws-sdk/credential-provider-process/node_modules/strnum": {
1746
1842
  "version": "2.1.2",
1747
1843
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1836,6 +1932,22 @@
1836
1932
  "fxparser": "src/cli/cli.js"
1837
1933
  }
1838
1934
  },
1935
+ "node_modules/@aws-sdk/credential-provider-sso/node_modules/path-expression-matcher": {
1936
+ "version": "1.1.3",
1937
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
1938
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
1939
+ "dev": true,
1940
+ "funding": [
1941
+ {
1942
+ "type": "github",
1943
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1944
+ }
1945
+ ],
1946
+ "license": "MIT",
1947
+ "engines": {
1948
+ "node": ">=14.0.0"
1949
+ }
1950
+ },
1839
1951
  "node_modules/@aws-sdk/credential-provider-sso/node_modules/strnum": {
1840
1952
  "version": "2.1.2",
1841
1953
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -1929,6 +2041,22 @@
1929
2041
  "fxparser": "src/cli/cli.js"
1930
2042
  }
1931
2043
  },
2044
+ "node_modules/@aws-sdk/credential-provider-web-identity/node_modules/path-expression-matcher": {
2045
+ "version": "1.1.3",
2046
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
2047
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
2048
+ "dev": true,
2049
+ "funding": [
2050
+ {
2051
+ "type": "github",
2052
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2053
+ }
2054
+ ],
2055
+ "license": "MIT",
2056
+ "engines": {
2057
+ "node": ">=14.0.0"
2058
+ }
2059
+ },
1932
2060
  "node_modules/@aws-sdk/credential-provider-web-identity/node_modules/strnum": {
1933
2061
  "version": "2.1.2",
1934
2062
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -2188,6 +2316,22 @@
2188
2316
  "fxparser": "src/cli/cli.js"
2189
2317
  }
2190
2318
  },
2319
+ "node_modules/@aws-sdk/middleware-user-agent/node_modules/path-expression-matcher": {
2320
+ "version": "1.1.3",
2321
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
2322
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
2323
+ "dev": true,
2324
+ "funding": [
2325
+ {
2326
+ "type": "github",
2327
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2328
+ }
2329
+ ],
2330
+ "license": "MIT",
2331
+ "engines": {
2332
+ "node": ">=14.0.0"
2333
+ }
2334
+ },
2191
2335
  "node_modules/@aws-sdk/middleware-user-agent/node_modules/strnum": {
2192
2336
  "version": "2.1.2",
2193
2337
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -2373,6 +2517,22 @@
2373
2517
  "fxparser": "src/cli/cli.js"
2374
2518
  }
2375
2519
  },
2520
+ "node_modules/@aws-sdk/nested-clients/node_modules/path-expression-matcher": {
2521
+ "version": "1.1.3",
2522
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
2523
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
2524
+ "dev": true,
2525
+ "funding": [
2526
+ {
2527
+ "type": "github",
2528
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2529
+ }
2530
+ ],
2531
+ "license": "MIT",
2532
+ "engines": {
2533
+ "node": ">=14.0.0"
2534
+ }
2535
+ },
2376
2536
  "node_modules/@aws-sdk/nested-clients/node_modules/strnum": {
2377
2537
  "version": "2.1.2",
2378
2538
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -2501,6 +2661,22 @@
2501
2661
  "fxparser": "src/cli/cli.js"
2502
2662
  }
2503
2663
  },
2664
+ "node_modules/@aws-sdk/token-providers/node_modules/path-expression-matcher": {
2665
+ "version": "1.1.3",
2666
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
2667
+ "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
2668
+ "dev": true,
2669
+ "funding": [
2670
+ {
2671
+ "type": "github",
2672
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2673
+ }
2674
+ ],
2675
+ "license": "MIT",
2676
+ "engines": {
2677
+ "node": ">=14.0.0"
2678
+ }
2679
+ },
2504
2680
  "node_modules/@aws-sdk/token-providers/node_modules/strnum": {
2505
2681
  "version": "2.1.2",
2506
2682
  "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
@@ -11775,10 +11951,20 @@
11775
11951
  }
11776
11952
  },
11777
11953
  "node_modules/fast-uri": {
11778
- "version": "3.0.1",
11779
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
11780
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
11781
- "license": "MIT"
11954
+ "version": "3.1.2",
11955
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
11956
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
11957
+ "funding": [
11958
+ {
11959
+ "type": "github",
11960
+ "url": "https://github.com/sponsors/fastify"
11961
+ },
11962
+ {
11963
+ "type": "opencollective",
11964
+ "url": "https://opencollective.com/fastify"
11965
+ }
11966
+ ],
11967
+ "license": "BSD-3-Clause"
11782
11968
  },
11783
11969
  "node_modules/fast-wrap-ansi": {
11784
11970
  "version": "0.2.0",
@@ -11790,10 +11976,9 @@
11790
11976
  }
11791
11977
  },
11792
11978
  "node_modules/fast-xml-builder": {
11793
- "version": "1.1.4",
11794
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
11795
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
11796
- "dev": true,
11979
+ "version": "1.2.0",
11980
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
11981
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
11797
11982
  "funding": [
11798
11983
  {
11799
11984
  "type": "github",
@@ -11802,7 +11987,8 @@
11802
11987
  ],
11803
11988
  "license": "MIT",
11804
11989
  "dependencies": {
11805
- "path-expression-matcher": "^1.1.3"
11990
+ "path-expression-matcher": "^1.5.0",
11991
+ "xml-naming": "^0.1.0"
11806
11992
  }
11807
11993
  },
11808
11994
  "node_modules/fast-xml-parser": {
@@ -11826,51 +12012,6 @@
11826
12012
  "fxparser": "src/cli/cli.js"
11827
12013
  }
11828
12014
  },
11829
- "node_modules/fast-xml-parser/node_modules/fast-xml-builder": {
11830
- "version": "1.1.9",
11831
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz",
11832
- "integrity": "sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==",
11833
- "funding": [
11834
- {
11835
- "type": "github",
11836
- "url": "https://github.com/sponsors/NaturalIntelligence"
11837
- }
11838
- ],
11839
- "license": "MIT",
11840
- "dependencies": {
11841
- "path-expression-matcher": "^1.1.3"
11842
- }
11843
- },
11844
- "node_modules/fast-xml-parser/node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
11845
- "version": "1.1.3",
11846
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
11847
- "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
11848
- "funding": [
11849
- {
11850
- "type": "github",
11851
- "url": "https://github.com/sponsors/NaturalIntelligence"
11852
- }
11853
- ],
11854
- "license": "MIT",
11855
- "engines": {
11856
- "node": ">=14.0.0"
11857
- }
11858
- },
11859
- "node_modules/fast-xml-parser/node_modules/path-expression-matcher": {
11860
- "version": "1.5.0",
11861
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
11862
- "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
11863
- "funding": [
11864
- {
11865
- "type": "github",
11866
- "url": "https://github.com/sponsors/NaturalIntelligence"
11867
- }
11868
- ],
11869
- "license": "MIT",
11870
- "engines": {
11871
- "node": ">=14.0.0"
11872
- }
11873
- },
11874
12015
  "node_modules/fastest-levenshtein": {
11875
12016
  "version": "1.0.16",
11876
12017
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
@@ -17007,10 +17148,9 @@
17007
17148
  }
17008
17149
  },
17009
17150
  "node_modules/path-expression-matcher": {
17010
- "version": "1.1.3",
17011
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
17012
- "integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
17013
- "dev": true,
17151
+ "version": "1.5.0",
17152
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
17153
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
17014
17154
  "funding": [
17015
17155
  {
17016
17156
  "type": "github",
@@ -20405,6 +20545,21 @@
20405
20545
  }
20406
20546
  }
20407
20547
  },
20548
+ "node_modules/xml-naming": {
20549
+ "version": "0.1.0",
20550
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
20551
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
20552
+ "funding": [
20553
+ {
20554
+ "type": "github",
20555
+ "url": "https://github.com/sponsors/NaturalIntelligence"
20556
+ }
20557
+ ],
20558
+ "license": "MIT",
20559
+ "engines": {
20560
+ "node": ">=16.0.0"
20561
+ }
20562
+ },
20408
20563
  "node_modules/xml2js": {
20409
20564
  "version": "0.6.2",
20410
20565
  "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
package/oclif.lock CHANGED
@@ -5243,9 +5243,9 @@ fast-string-width@^3.0.2:
5243
5243
  fast-string-truncated-width "^3.0.2"
5244
5244
 
5245
5245
  fast-uri@^3.0.1:
5246
- version "3.0.1"
5247
- resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
5248
- integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
5246
+ version "3.1.2"
5247
+ resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz"
5248
+ integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
5249
5249
 
5250
5250
  fast-wrap-ansi@^0.2.0:
5251
5251
  version "0.2.0"
@@ -5254,19 +5254,13 @@ fast-wrap-ansi@^0.2.0:
5254
5254
  dependencies:
5255
5255
  fast-string-width "^3.0.2"
5256
5256
 
5257
- fast-xml-builder@^1.1.4:
5258
- version "1.1.4"
5259
- resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz"
5260
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
5261
- dependencies:
5262
- path-expression-matcher "^1.1.3"
5263
-
5264
- fast-xml-builder@^1.1.7:
5265
- version "1.1.9"
5266
- resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz"
5267
- integrity sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==
5257
+ fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.7:
5258
+ version "1.2.0"
5259
+ resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz"
5260
+ integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
5268
5261
  dependencies:
5269
- path-expression-matcher "^1.1.3"
5262
+ path-expression-matcher "^1.5.0"
5263
+ xml-naming "^0.1.0"
5270
5264
 
5271
5265
  fast-xml-parser@^4.5.3:
5272
5266
  version "4.5.3"
@@ -10112,6 +10106,11 @@ ws@^8.15.0:
10112
10106
  resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
10113
10107
  integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
10114
10108
 
10109
+ xml-naming@^0.1.0:
10110
+ version "0.1.0"
10111
+ resolved "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz"
10112
+ integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
10113
+
10115
10114
  xml2js@^0.6.2:
10116
10115
  version "0.6.2"
10117
10116
  resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.202"
3
+ "version": "4.8.203"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.202",
4
+ "version": "4.8.203",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",