@jayree/sfdx-plugin-manifest 3.2.5 → 3.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.2.5"
326
+ "version": "3.2.6"
327
327
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.2.5",
4
+ "version": "3.2.6",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -19,12 +19,12 @@
19
19
  "fast-xml-parser": "^4.3.6",
20
20
  "fs-extra": "^11.2.0",
21
21
  "graceful-fs": "^4.2.11",
22
- "isomorphic-git": "1.25.9",
22
+ "isomorphic-git": "1.25.10",
23
23
  "tslib": "^2.6.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@oclif/plugin-command-snapshot": "^5.1.8",
27
- "@oclif/plugin-help": "^6.0.20",
27
+ "@oclif/plugin-help": "^6.0.21",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.2",
29
29
  "@salesforce/dev-scripts": "^9.0.0",
30
30
  "@salesforce/ts-sinon": "^1.4.19",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-prettier": "^5.1.3",
38
38
  "eslint-plugin-sf-plugin": "^1.18.3",
39
39
  "is-ci": "^3.0.1",
40
- "oclif": "^4.10.4",
40
+ "oclif": "^4.10.7",
41
41
  "patch-package": "^8.0.0",
42
42
  "prettier": "^3.2.5",
43
43
  "pretty-quick": "^4.0.0",