@jayree/sfdx-plugin-manifest 3.3.16 → 3.3.18

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.3.16"
326
+ "version": "3.3.18"
327
327
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.3.16",
4
+ "version": "3.3.18",
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.1",
10
- "@oclif/core": "^4.0.8",
10
+ "@oclif/core": "^4.0.12",
11
11
  "@salesforce/core": "^8.1.1",
12
12
  "@salesforce/kit": "^3.1.6",
13
13
  "@salesforce/sf-plugins-core": "^11.1.6",
@@ -17,11 +17,11 @@
17
17
  "fast-xml-parser": "^4.4.0",
18
18
  "fs-extra": "^11.2.0",
19
19
  "graceful-fs": "^4.2.11",
20
- "isomorphic-git": "1.27.0"
20
+ "isomorphic-git": "1.27.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.2.4",
24
- "@oclif/plugin-help": "^6.2.4",
23
+ "@oclif/plugin-command-snapshot": "^5.2.6",
24
+ "@oclif/plugin-help": "^6.2.6",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.18",
26
26
  "@salesforce/dev-scripts": "^10.2.2",
27
27
  "@salesforce/ts-sinon": "^1.4.22",
@@ -33,9 +33,9 @@
33
33
  "eslint-plugin-prettier": "^5.1.3",
34
34
  "eslint-plugin-sf-plugin": "^1.18.11",
35
35
  "is-ci": "^3.0.1",
36
- "oclif": "^4.13.12",
36
+ "oclif": "^4.14.0",
37
37
  "patch-package": "^8.0.0",
38
- "prettier": "^3.3.2",
38
+ "prettier": "^3.3.3",
39
39
  "pretty-quick": "^4.0.0",
40
40
  "ts-node": "^10.9.2",
41
41
  "typescript": "^5.5.3"