@jayree/sfdx-plugin-manifest 6.0.11 → 6.0.12

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,12 @@
1
+ ## [6.0.12](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.11...6.0.12) (2026-08-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.13.3 to 4.13.5 ([#2378](https://github.com/jayree/sfdx-plugin-manifest/issues/2378)) ([8cb57c9](https://github.com/jayree/sfdx-plugin-manifest/commit/8cb57c90b62bb77d70de7e5de30c182c749337f6))
7
+ * resolved security vulnerability in powershell path (W-23807278) ([911e9d2](https://github.com/oclif/core/commit/911e9d257d4862dd4935f05e944fa5ab3bf948e9))
8
+ * replaced require with dynamic import (W-23807278) ([d35e325](https://github.com/oclif/core/commit/d35e325edc943bfa54e1f120c835cf6f37cd954e))
9
+
1
10
  ## [6.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.10...6.0.11) (2026-08-14)
2
11
 
3
12
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.11/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.12/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.11/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.12/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.11/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.12/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "6.0.11",
3
+ "version": "6.0.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "6.0.11",
9
+ "version": "6.0.12",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
13
- "@oclif/core": "^4.13.3",
13
+ "@oclif/core": "^4.13.5",
14
14
  "@salesforce/core": "^9.1.1",
15
15
  "@salesforce/kit": "^4.0.0",
16
16
  "@salesforce/sf-plugins-core": "^13.0.0",
@@ -2837,9 +2837,9 @@
2837
2837
  }
2838
2838
  },
2839
2839
  "node_modules/@oclif/core": {
2840
- "version": "4.13.3",
2841
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
2842
- "integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
2840
+ "version": "4.13.5",
2841
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.5.tgz",
2842
+ "integrity": "sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==",
2843
2843
  "license": "MIT",
2844
2844
  "dependencies": {
2845
2845
  "ansi-escapes": "^4.3.2",
@@ -2847,10 +2847,9 @@
2847
2847
  "clean-stack": "^3.0.1",
2848
2848
  "cli-spinners": "^2.9.2",
2849
2849
  "debug": "^4.4.3",
2850
- "ejs": "^3.1.10",
2850
+ "ejs": "^6",
2851
2851
  "get-package-type": "^0.1.0",
2852
2852
  "indent-string": "^4.0.0",
2853
- "is-wsl": "^2.2.0",
2854
2853
  "lilconfig": "^3.1.3",
2855
2854
  "minimatch": "^10.2.5",
2856
2855
  "semver": "^7.8.1",
@@ -2859,7 +2858,8 @@
2859
2858
  "tinyglobby": "^0.2.17",
2860
2859
  "widest-line": "^3.1.0",
2861
2860
  "wordwrap": "^1.0.0",
2862
- "wrap-ansi": "^7.0.0"
2861
+ "wrap-ansi": "^7.0.0",
2862
+ "wsl-utils": "^0.4.0"
2863
2863
  },
2864
2864
  "engines": {
2865
2865
  "node": ">=18.0.0"
@@ -2880,6 +2880,18 @@
2880
2880
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2881
2881
  }
2882
2882
  },
2883
+ "node_modules/@oclif/core/node_modules/ejs": {
2884
+ "version": "6.0.1",
2885
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
2886
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
2887
+ "license": "Apache-2.0",
2888
+ "bin": {
2889
+ "ejs": "bin/cli.js"
2890
+ },
2891
+ "engines": {
2892
+ "node": ">=0.12.18"
2893
+ }
2894
+ },
2883
2895
  "node_modules/@oclif/core/node_modules/supports-color": {
2884
2896
  "version": "8.1.1",
2885
2897
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -5030,6 +5042,7 @@
5030
5042
  "version": "3.2.6",
5031
5043
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
5032
5044
  "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
5045
+ "dev": true,
5033
5046
  "license": "MIT"
5034
5047
  },
5035
5048
  "node_modules/async-lock": {
@@ -6856,6 +6869,7 @@
6856
6869
  "version": "3.1.10",
6857
6870
  "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
6858
6871
  "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
6872
+ "dev": true,
6859
6873
  "license": "Apache-2.0",
6860
6874
  "dependencies": {
6861
6875
  "jake": "^10.8.5"
@@ -7855,6 +7869,7 @@
7855
7869
  "version": "1.0.6",
7856
7870
  "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.6.tgz",
7857
7871
  "integrity": "sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==",
7872
+ "dev": true,
7858
7873
  "license": "Apache-2.0",
7859
7874
  "dependencies": {
7860
7875
  "minimatch": "^5.0.1"
@@ -7864,6 +7879,7 @@
7864
7879
  "version": "5.1.9",
7865
7880
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
7866
7881
  "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
7882
+ "dev": true,
7867
7883
  "license": "ISC",
7868
7884
  "dependencies": {
7869
7885
  "brace-expansion": "^2.0.1"
@@ -9323,6 +9339,7 @@
9323
9339
  "version": "2.2.1",
9324
9340
  "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
9325
9341
  "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
9342
+ "dev": true,
9326
9343
  "license": "MIT",
9327
9344
  "bin": {
9328
9345
  "is-docker": "cli.js"
@@ -9398,6 +9415,39 @@
9398
9415
  "url": "https://github.com/sponsors/sindresorhus"
9399
9416
  }
9400
9417
  },
9418
+ "node_modules/is-inside-container": {
9419
+ "version": "1.0.0",
9420
+ "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
9421
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
9422
+ "license": "MIT",
9423
+ "dependencies": {
9424
+ "is-docker": "^3.0.0"
9425
+ },
9426
+ "bin": {
9427
+ "is-inside-container": "cli.js"
9428
+ },
9429
+ "engines": {
9430
+ "node": ">=14.16"
9431
+ },
9432
+ "funding": {
9433
+ "url": "https://github.com/sponsors/sindresorhus"
9434
+ }
9435
+ },
9436
+ "node_modules/is-inside-container/node_modules/is-docker": {
9437
+ "version": "3.0.0",
9438
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
9439
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
9440
+ "license": "MIT",
9441
+ "bin": {
9442
+ "is-docker": "cli.js"
9443
+ },
9444
+ "engines": {
9445
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
9446
+ },
9447
+ "funding": {
9448
+ "url": "https://github.com/sponsors/sindresorhus"
9449
+ }
9450
+ },
9401
9451
  "node_modules/is-number": {
9402
9452
  "version": "7.0.0",
9403
9453
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
@@ -9525,6 +9575,7 @@
9525
9575
  "version": "2.2.0",
9526
9576
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
9527
9577
  "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
9578
+ "dev": true,
9528
9579
  "license": "MIT",
9529
9580
  "dependencies": {
9530
9581
  "is-docker": "^2.0.0"
@@ -9725,6 +9776,7 @@
9725
9776
  "version": "10.9.4",
9726
9777
  "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
9727
9778
  "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==",
9779
+ "dev": true,
9728
9780
  "license": "Apache-2.0",
9729
9781
  "dependencies": {
9730
9782
  "async": "^3.2.6",
@@ -12348,6 +12400,7 @@
12348
12400
  "version": "1.1.1",
12349
12401
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
12350
12402
  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
12403
+ "dev": true,
12351
12404
  "license": "ISC"
12352
12405
  },
12353
12406
  "node_modules/picomatch": {
@@ -12544,6 +12597,18 @@
12544
12597
  "node": ">= 0.4"
12545
12598
  }
12546
12599
  },
12600
+ "node_modules/powershell-utils": {
12601
+ "version": "0.1.0",
12602
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
12603
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
12604
+ "license": "MIT",
12605
+ "engines": {
12606
+ "node": ">=20"
12607
+ },
12608
+ "funding": {
12609
+ "url": "https://github.com/sponsors/sindresorhus"
12610
+ }
12611
+ },
12547
12612
  "node_modules/prelude-ls": {
12548
12613
  "version": "1.2.1",
12549
12614
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -15501,6 +15566,37 @@
15501
15566
  }
15502
15567
  }
15503
15568
  },
15569
+ "node_modules/wsl-utils": {
15570
+ "version": "0.4.0",
15571
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
15572
+ "integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
15573
+ "license": "MIT",
15574
+ "dependencies": {
15575
+ "is-wsl": "^3.1.0",
15576
+ "powershell-utils": "^0.1.0"
15577
+ },
15578
+ "engines": {
15579
+ "node": ">=20"
15580
+ },
15581
+ "funding": {
15582
+ "url": "https://github.com/sponsors/sindresorhus"
15583
+ }
15584
+ },
15585
+ "node_modules/wsl-utils/node_modules/is-wsl": {
15586
+ "version": "3.1.1",
15587
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
15588
+ "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
15589
+ "license": "MIT",
15590
+ "dependencies": {
15591
+ "is-inside-container": "^1.0.0"
15592
+ },
15593
+ "engines": {
15594
+ "node": ">=16"
15595
+ },
15596
+ "funding": {
15597
+ "url": "https://github.com/sponsors/sindresorhus"
15598
+ }
15599
+ },
15504
15600
  "node_modules/xml-naming": {
15505
15601
  "version": "0.3.0",
15506
15602
  "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz",
package/oclif.lock CHANGED
@@ -1244,20 +1244,19 @@
1244
1244
  "@nodelib/fs.scandir" "2.1.5"
1245
1245
  fastq "^1.6.0"
1246
1246
 
1247
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.3":
1248
- version "4.13.3"
1249
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.3.tgz#856aa8c48d65e711574dca2955eb0b29d86c1a74"
1250
- integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
1247
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.5":
1248
+ version "4.13.5"
1249
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.5.tgz#9b0d85d9f8680781f78eca515aaf22b1b88e1cc9"
1250
+ integrity sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==
1251
1251
  dependencies:
1252
1252
  ansi-escapes "^4.3.2"
1253
1253
  ansis "^3.17.0"
1254
1254
  clean-stack "^3.0.1"
1255
1255
  cli-spinners "^2.9.2"
1256
1256
  debug "^4.4.3"
1257
- ejs "^3.1.10"
1257
+ ejs "^6"
1258
1258
  get-package-type "^0.1.0"
1259
1259
  indent-string "^4.0.0"
1260
- is-wsl "^2.2.0"
1261
1260
  lilconfig "^3.1.3"
1262
1261
  minimatch "^10.2.5"
1263
1262
  semver "^7.8.1"
@@ -1267,6 +1266,7 @@
1267
1266
  widest-line "^3.1.0"
1268
1267
  wordwrap "^1.0.0"
1269
1268
  wrap-ansi "^7.0.0"
1269
+ wsl-utils "^0.4.0"
1270
1270
 
1271
1271
  "@oclif/plugin-command-snapshot@^5.3.35":
1272
1272
  version "5.3.35"
@@ -3490,6 +3490,11 @@ ejs@^3.1.10:
3490
3490
  dependencies:
3491
3491
  jake "^10.8.5"
3492
3492
 
3493
+ ejs@^6:
3494
+ version "6.0.1"
3495
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-6.0.1.tgz#88ea8ce00335c3575d7c3602dd76e84b0bd60f43"
3496
+ integrity sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==
3497
+
3493
3498
  electron-to-chromium@^1.5.393:
3494
3499
  version "1.5.399"
3495
3500
  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.399.tgz#d4522e98338d65ca4fea49a3c9220474c7c028a7"
@@ -4771,6 +4776,11 @@ is-docker@^2.0.0:
4771
4776
  resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
4772
4777
  integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
4773
4778
 
4779
+ is-docker@^3.0.0:
4780
+ version "3.0.0"
4781
+ resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
4782
+ integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
4783
+
4774
4784
  is-extglob@^2.1.1:
4775
4785
  version "2.1.1"
4776
4786
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -4813,6 +4823,13 @@ is-in-ci@^0.1.0:
4813
4823
  resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
4814
4824
  integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
4815
4825
 
4826
+ is-inside-container@^1.0.0:
4827
+ version "1.0.0"
4828
+ resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
4829
+ integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
4830
+ dependencies:
4831
+ is-docker "^3.0.0"
4832
+
4816
4833
  is-number@^7.0.0:
4817
4834
  version "7.0.0"
4818
4835
  resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -4877,13 +4894,20 @@ is-windows@^1.0.2:
4877
4894
  resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
4878
4895
  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
4879
4896
 
4880
- is-wsl@^2.1.1, is-wsl@^2.2.0:
4897
+ is-wsl@^2.1.1:
4881
4898
  version "2.2.0"
4882
4899
  resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
4883
4900
  integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
4884
4901
  dependencies:
4885
4902
  is-docker "^2.0.0"
4886
4903
 
4904
+ is-wsl@^3.1.0:
4905
+ version "3.1.1"
4906
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.1.tgz#327897b26832a3eb117da6c27492d04ca132594f"
4907
+ integrity sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==
4908
+ dependencies:
4909
+ is-inside-container "^1.0.0"
4910
+
4887
4911
  isarray@0.0.1:
4888
4912
  version "0.0.1"
4889
4913
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -6454,6 +6478,11 @@ possible-typed-array-names@^1.0.0:
6454
6478
  resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz#93e3582bc0e5426586d9d07b79ee40fc841de4ae"
6455
6479
  integrity sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==
6456
6480
 
6481
+ powershell-utils@^0.1.0:
6482
+ version "0.1.0"
6483
+ resolved "https://registry.yarnpkg.com/powershell-utils/-/powershell-utils-0.1.0.tgz#5a42c9a824fb4f2f251ccb41aaae73314f5d6ac2"
6484
+ integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
6485
+
6457
6486
  prelude-ls@^1.2.1:
6458
6487
  version "1.2.1"
6459
6488
  resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -8123,6 +8152,14 @@ ws@^8.15.0:
8123
8152
  resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.1.tgz#045650cd4b1207809e7547146223c3814a9af586"
8124
8153
  integrity sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==
8125
8154
 
8155
+ wsl-utils@^0.4.0:
8156
+ version "0.4.0"
8157
+ resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.4.0.tgz#58334dda6892a81d7acc80417cd6f141a8074958"
8158
+ integrity sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==
8159
+ dependencies:
8160
+ is-wsl "^3.1.0"
8161
+ powershell-utils "^0.1.0"
8162
+
8126
8163
  xml-naming@^0.3.0:
8127
8164
  version "0.3.0"
8128
8165
  resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.3.0.tgz#46c1e18bfe2858479982dd2accf34d16e749eda2"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.11"
270
+ "version": "6.0.12"
271
271
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
4
- "version": "6.0.11",
4
+ "version": "6.0.12",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.39",
10
- "@oclif/core": "^4.13.3",
10
+ "@oclif/core": "^4.13.5",
11
11
  "@salesforce/core": "^9.1.1",
12
12
  "@salesforce/kit": "^4.0.0",
13
13
  "@salesforce/sf-plugins-core": "^13.0.0",