@jayree/sfdx-plugin-manifest 3.6.1 → 3.6.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.6.3](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.2...3.6.3) (2024-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([#1549](https://github.com/jayree/sfdx-plugin-manifest/issues/1549)) ([34d1edb](https://github.com/jayree/sfdx-plugin-manifest/commit/34d1edb625cec20af554149148778486f93315d8))
7
+
8
+
9
+
10
+ ## [3.6.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.1...3.6.2) (2024-11-02)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/core from 8.6.3 to 8.6.4 ([#1545](https://github.com/jayree/sfdx-plugin-manifest/issues/1545)) ([6cd437a](https://github.com/jayree/sfdx-plugin-manifest/commit/6cd437aaf72a2a83c93ee38ed9f919cb756f3116))
16
+
17
+
18
+
1
19
  ## [3.6.1](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.0...3.6.1) (2024-11-02)
2
20
 
3
21
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
61
61
  ```
62
62
 
63
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.1/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.3/src/commands/jayree/manifest/cleanup.ts)_
64
64
 
65
65
  ### `sf jayree manifest generate`
66
66
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
99
99
  ```
100
100
 
101
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.1/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.3/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,7 +181,7 @@ FLAG DESCRIPTIONS
181
181
  The location can be an absolute path or relative to the current working directory.
182
182
  ```
183
183
 
184
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.1/src/commands/jayree/manifest/git/diff.ts)_
184
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.3/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
186
186
 
187
187
  ## Performance Testing
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.6.1",
3
+ "version": "3.6.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.1",
9
+ "version": "3.6.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
- "@oclif/core": "^4.0.30",
14
- "@salesforce/core": "^8.6.2",
13
+ "@oclif/core": "^4.0.31",
14
+ "@salesforce/core": "^8.6.4",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.0.9",
17
17
  "@salesforce/source-deploy-retrieve": "^12.10.0",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-prettier": "^5.2.1",
38
38
  "eslint-plugin-sf-plugin": "^1.20.10",
39
39
  "is-ci": "^3.0.1",
40
- "oclif": "^4.15.15",
40
+ "oclif": "^4.15.16",
41
41
  "patch-package": "^8.0.0",
42
42
  "prettier": "^3.3.3",
43
43
  "pretty-quick": "^4.0.0",
@@ -3514,9 +3514,9 @@
3514
3514
  }
3515
3515
  },
3516
3516
  "node_modules/@oclif/core": {
3517
- "version": "4.0.30",
3518
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.30.tgz",
3519
- "integrity": "sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==",
3517
+ "version": "4.0.31",
3518
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.31.tgz",
3519
+ "integrity": "sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==",
3520
3520
  "license": "MIT",
3521
3521
  "dependencies": {
3522
3522
  "ansi-escapes": "^4.3.2",
@@ -3528,7 +3528,7 @@
3528
3528
  "get-package-type": "^0.1.0",
3529
3529
  "globby": "^11.1.0",
3530
3530
  "indent-string": "^4.0.0",
3531
- "is-wsl": "^3",
3531
+ "is-wsl": "^2.2.0",
3532
3532
  "lilconfig": "^3.1.2",
3533
3533
  "minimatch": "^9.0.5",
3534
3534
  "semver": "^7.6.3",
@@ -3994,9 +3994,9 @@
3994
3994
  }
3995
3995
  },
3996
3996
  "node_modules/@salesforce/core": {
3997
- "version": "8.6.3",
3998
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.3.tgz",
3999
- "integrity": "sha512-fxY3J9AttGztTY45AYH4QP1cKB3OD1fJMDd1j/ALGCI6EMb2iMPp52awKVKHxrd/eTbZhn1OV5Jr0r6nJx5Hhw==",
3997
+ "version": "8.6.4",
3998
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.4.tgz",
3999
+ "integrity": "sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==",
4000
4000
  "license": "BSD-3-Clause",
4001
4001
  "dependencies": {
4002
4002
  "@jsforce/jsforce-node": "^3.6.1",
@@ -10923,7 +10923,6 @@
10923
10923
  "version": "2.2.1",
10924
10924
  "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
10925
10925
  "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
10926
- "dev": true,
10927
10926
  "license": "MIT",
10928
10927
  "bin": {
10929
10928
  "is-docker": "cli.js"
@@ -10980,39 +10979,6 @@
10980
10979
  "url": "https://github.com/sponsors/sindresorhus"
10981
10980
  }
10982
10981
  },
10983
- "node_modules/is-inside-container": {
10984
- "version": "1.0.0",
10985
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
10986
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
10987
- "license": "MIT",
10988
- "dependencies": {
10989
- "is-docker": "^3.0.0"
10990
- },
10991
- "bin": {
10992
- "is-inside-container": "cli.js"
10993
- },
10994
- "engines": {
10995
- "node": ">=14.16"
10996
- },
10997
- "funding": {
10998
- "url": "https://github.com/sponsors/sindresorhus"
10999
- }
11000
- },
11001
- "node_modules/is-inside-container/node_modules/is-docker": {
11002
- "version": "3.0.0",
11003
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
11004
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
11005
- "license": "MIT",
11006
- "bin": {
11007
- "is-docker": "cli.js"
11008
- },
11009
- "engines": {
11010
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11011
- },
11012
- "funding": {
11013
- "url": "https://github.com/sponsors/sindresorhus"
11014
- }
11015
- },
11016
10982
  "node_modules/is-negative-zero": {
11017
10983
  "version": "2.0.3",
11018
10984
  "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
@@ -11242,18 +11208,15 @@
11242
11208
  }
11243
11209
  },
11244
11210
  "node_modules/is-wsl": {
11245
- "version": "3.1.0",
11246
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
11247
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
11211
+ "version": "2.2.0",
11212
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
11213
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
11248
11214
  "license": "MIT",
11249
11215
  "dependencies": {
11250
- "is-inside-container": "^1.0.0"
11216
+ "is-docker": "^2.0.0"
11251
11217
  },
11252
11218
  "engines": {
11253
- "node": ">=16"
11254
- },
11255
- "funding": {
11256
- "url": "https://github.com/sponsors/sindresorhus"
11219
+ "node": ">=8"
11257
11220
  }
11258
11221
  },
11259
11222
  "node_modules/isarray": {
@@ -13231,9 +13194,9 @@
13231
13194
  }
13232
13195
  },
13233
13196
  "node_modules/oclif": {
13234
- "version": "4.15.15",
13235
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.15.tgz",
13236
- "integrity": "sha512-AhuSSQ9gW+g3C86hdTHYBWKGknE/q0puFHsEcQTeCPS+NfTXSefmEUowE7QWAx8CkrdYDpJY/sOWXrK3FJEqFQ==",
13197
+ "version": "4.15.16",
13198
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.16.tgz",
13199
+ "integrity": "sha512-y/xBQpFrYZihmEoCUwCzGM2aoKKWHMEcnEHrXrsrTOmDIcS8diwk7IoL8k72Ztp7kbD+GrAVhUXfsbo1jUZCaQ==",
13237
13200
  "dev": true,
13238
13201
  "license": "MIT",
13239
13202
  "dependencies": {
@@ -13243,7 +13206,7 @@
13243
13206
  "@inquirer/input": "^2.2.4",
13244
13207
  "@inquirer/select": "^2.5.0",
13245
13208
  "@oclif/core": "^4.0.30",
13246
- "@oclif/plugin-help": "^6.2.14",
13209
+ "@oclif/plugin-help": "^6.2.16",
13247
13210
  "@oclif/plugin-not-found": "^3.2.21",
13248
13211
  "@oclif/plugin-warn-if-update-available": "^3.1.20",
13249
13212
  "async-retry": "^1.3.3",
@@ -13498,19 +13461,6 @@
13498
13461
  "url": "https://github.com/sponsors/sindresorhus"
13499
13462
  }
13500
13463
  },
13501
- "node_modules/open/node_modules/is-wsl": {
13502
- "version": "2.2.0",
13503
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
13504
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
13505
- "dev": true,
13506
- "license": "MIT",
13507
- "dependencies": {
13508
- "is-docker": "^2.0.0"
13509
- },
13510
- "engines": {
13511
- "node": ">=8"
13512
- }
13513
- },
13514
13464
  "node_modules/optionator": {
13515
13465
  "version": "0.9.4",
13516
13466
  "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
package/oclif.lock CHANGED
@@ -1689,10 +1689,10 @@
1689
1689
  "@nodelib/fs.scandir" "2.1.5"
1690
1690
  fastq "^1.6.0"
1691
1691
 
1692
- "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30":
1693
- version "4.0.30"
1694
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.30.tgz#65672282756bf19fde3830cab6d8031bf6236064"
1695
- integrity sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==
1692
+ "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30", "@oclif/core@^4.0.31":
1693
+ version "4.0.31"
1694
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.31.tgz#3f7ac806f27de6a87a7ee7caab8826687ce50412"
1695
+ integrity sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==
1696
1696
  dependencies:
1697
1697
  ansi-escapes "^4.3.2"
1698
1698
  ansis "^3.3.2"
@@ -1703,7 +1703,7 @@
1703
1703
  get-package-type "^0.1.0"
1704
1704
  globby "^11.1.0"
1705
1705
  indent-string "^4.0.0"
1706
- is-wsl "^3"
1706
+ is-wsl "^2.2.0"
1707
1707
  lilconfig "^3.1.2"
1708
1708
  minimatch "^9.0.5"
1709
1709
  semver "^7.6.3"
@@ -1728,7 +1728,7 @@
1728
1728
  semver "^7.6.3"
1729
1729
  ts-json-schema-generator "^1.5.1"
1730
1730
 
1731
- "@oclif/plugin-help@^6.2.14", "@oclif/plugin-help@^6.2.16":
1731
+ "@oclif/plugin-help@^6.2.16":
1732
1732
  version "6.2.16"
1733
1733
  resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.16.tgz#3cb6c068739bc934159dc430d4f8ca7f9effa22a"
1734
1734
  integrity sha512-1x/Bm0LebDouDOfsjkOz+6AXqY6gIZ6JmmU/KuF/GnUmowDvj5i3MFlP9uBTiN8UsOUeT9cdLwnc1kmitHWFTg==
@@ -1820,10 +1820,10 @@
1820
1820
  strip-ansi "6.0.1"
1821
1821
  ts-retry-promise "^0.8.1"
1822
1822
 
1823
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3":
1824
- version "8.6.3"
1825
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.3.tgz#1a4d50eaa2b731c1e480986cef96b414ccafd347"
1826
- integrity sha512-fxY3J9AttGztTY45AYH4QP1cKB3OD1fJMDd1j/ALGCI6EMb2iMPp52awKVKHxrd/eTbZhn1OV5Jr0r6nJx5Hhw==
1823
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.3", "@salesforce/core@^8.6.4":
1824
+ version "8.6.4"
1825
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
1826
+ integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
1827
1827
  dependencies:
1828
1828
  "@jsforce/jsforce-node" "^3.6.1"
1829
1829
  "@salesforce/kit" "^3.2.2"
@@ -5722,11 +5722,6 @@ is-docker@^2.0.0:
5722
5722
  resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
5723
5723
  integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
5724
5724
 
5725
- is-docker@^3.0.0:
5726
- version "3.0.0"
5727
- resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
5728
- integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
5729
-
5730
5725
  is-extglob@^2.1.1:
5731
5726
  version "2.1.1"
5732
5727
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -5761,13 +5756,6 @@ is-in-ci@^0.1.0:
5761
5756
  resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
5762
5757
  integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
5763
5758
 
5764
- is-inside-container@^1.0.0:
5765
- version "1.0.0"
5766
- resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
5767
- integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
5768
- dependencies:
5769
- is-docker "^3.0.0"
5770
-
5771
5759
  is-negative-zero@^2.0.3:
5772
5760
  version "2.0.3"
5773
5761
  resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
@@ -5885,20 +5873,13 @@ is-windows@^1.0.2:
5885
5873
  resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
5886
5874
  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
5887
5875
 
5888
- is-wsl@^2.1.1:
5876
+ is-wsl@^2.1.1, is-wsl@^2.2.0:
5889
5877
  version "2.2.0"
5890
5878
  resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
5891
5879
  integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
5892
5880
  dependencies:
5893
5881
  is-docker "^2.0.0"
5894
5882
 
5895
- is-wsl@^3:
5896
- version "3.1.0"
5897
- resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
5898
- integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
5899
- dependencies:
5900
- is-inside-container "^1.0.0"
5901
-
5902
5883
  isarray@0.0.1:
5903
5884
  version "0.0.1"
5904
5885
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -6985,10 +6966,10 @@ object.values@^1.1.7:
6985
6966
  define-properties "^1.2.1"
6986
6967
  es-object-atoms "^1.0.0"
6987
6968
 
6988
- oclif@^4.15.15:
6989
- version "4.15.15"
6990
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.15.tgz#dd5e586a4bd9be495d5bf11c3bc11e59fdc22b0a"
6991
- integrity sha512-AhuSSQ9gW+g3C86hdTHYBWKGknE/q0puFHsEcQTeCPS+NfTXSefmEUowE7QWAx8CkrdYDpJY/sOWXrK3FJEqFQ==
6969
+ oclif@^4.15.16:
6970
+ version "4.15.16"
6971
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.16.tgz#02c9f8690eac3b625a40fabbf3e21312461207d1"
6972
+ integrity sha512-y/xBQpFrYZihmEoCUwCzGM2aoKKWHMEcnEHrXrsrTOmDIcS8diwk7IoL8k72Ztp7kbD+GrAVhUXfsbo1jUZCaQ==
6992
6973
  dependencies:
6993
6974
  "@aws-sdk/client-cloudfront" "^3.679.0"
6994
6975
  "@aws-sdk/client-s3" "^3.676.0"
@@ -6996,7 +6977,7 @@ oclif@^4.15.15:
6996
6977
  "@inquirer/input" "^2.2.4"
6997
6978
  "@inquirer/select" "^2.5.0"
6998
6979
  "@oclif/core" "^4.0.30"
6999
- "@oclif/plugin-help" "^6.2.14"
6980
+ "@oclif/plugin-help" "^6.2.16"
7000
6981
  "@oclif/plugin-not-found" "^3.2.21"
7001
6982
  "@oclif/plugin-warn-if-update-available" "^3.1.20"
7002
6983
  async-retry "^1.3.3"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.6.1"
326
+ "version": "3.6.3"
327
327
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.6.1",
4
+ "version": "3.6.3",
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.4",
10
- "@oclif/core": "^4.0.30",
11
- "@salesforce/core": "^8.6.2",
10
+ "@oclif/core": "^4.0.31",
11
+ "@salesforce/core": "^8.6.4",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.0.9",
14
14
  "@salesforce/source-deploy-retrieve": "^12.10.0",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-prettier": "^5.2.1",
35
35
  "eslint-plugin-sf-plugin": "^1.20.10",
36
36
  "is-ci": "^3.0.1",
37
- "oclif": "^4.15.15",
37
+ "oclif": "^4.15.16",
38
38
  "patch-package": "^8.0.0",
39
39
  "prettier": "^3.3.3",
40
40
  "pretty-quick": "^4.0.0",