@jayree/sfdx-plugin-manifest 3.4.13 → 3.4.15

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.4.13"
326
+ "version": "3.4.15"
327
327
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
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.4.13",
4
+ "version": "3.4.15",
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.2",
10
- "@oclif/core": "^4.0.18",
10
+ "@oclif/core": "^4.0.19",
11
11
  "@salesforce/core": "^8.4.0",
12
12
  "@salesforce/kit": "^3.2.1",
13
13
  "@salesforce/sf-plugins-core": "^11.3.4",
14
14
  "@salesforce/source-deploy-retrieve": "^12.5.1",
15
- "@salesforce/source-tracking": "^7.1.7",
15
+ "@salesforce/source-tracking": "^7.1.9",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
18
  "fast-xml-parser": "^4.4.1",
@@ -21,7 +21,7 @@
21
21
  "isomorphic-git": "1.27.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.12",
24
+ "@oclif/plugin-command-snapshot": "^5.2.14",
25
25
  "@oclif/plugin-help": "^6.2.8",
26
26
  "@salesforce/cli-plugins-testkit": "^5.3.26",
27
27
  "@salesforce/dev-scripts": "^10.2.9",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-prettier": "^5.2.1",
35
35
  "eslint-plugin-sf-plugin": "^1.20.5",
36
36
  "is-ci": "^3.0.1",
37
- "oclif": "^4.14.19",
37
+ "oclif": "^4.14.22",
38
38
  "patch-package": "^8.0.0",
39
39
  "prettier": "^3.3.3",
40
40
  "pretty-quick": "^4.0.0",