@jayree/sfdx-plugin-manifest 3.1.48 → 3.1.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -302,5 +302,5 @@
302
302
  ]
303
303
  }
304
304
  },
305
- "version": "3.1.48"
305
+ "version": "3.1.49"
306
306
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
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.1.48",
4
+ "version": "3.1.49",
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.1.9",
10
10
  "@oclif/core": "^3.18.1",
11
- "@salesforce/core": "^6.4.7",
11
+ "@salesforce/core": "^6.5.1",
12
12
  "@salesforce/sf-plugins-core": "^5.0.13",
13
- "@salesforce/source-deploy-retrieve": "^10.2.11",
13
+ "@salesforce/source-deploy-retrieve": "^10.2.13",
14
14
  "debug": "^4.3.4",
15
15
  "fast-deep-equal": "^3.1.3",
16
16
  "fast-xml-parser": "^4.3.3",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-prettier": "^5.1.3",
35
35
  "eslint-plugin-sf-plugin": "^1.17.2",
36
36
  "is-ci": "^3.0.1",
37
- "oclif": "^4.3.6",
37
+ "oclif": "^4.3.10",
38
38
  "patch-package": "^8.0.0",
39
39
  "prettier": "^3.2.4",
40
40
  "pretty-quick": "^3.1.3",