@jayree/sfdx-plugin-manifest 2.5.3 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,20 +1,20 @@
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": "2.5.3",
4
+ "version": "2.6.1",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^1.23.0",
10
10
  "@salesforce/command": "^5.2.35",
11
- "@salesforce/kit": "^1.7.1",
11
+ "@salesforce/kit": "^1.8.0",
12
12
  "@salesforce/source-deploy-retrieve": "^7.5.19",
13
- "@salesforce/ts-types": "^1.5.21",
13
+ "@salesforce/ts-types": "^1.7.1",
14
14
  "debug": "^4.3.4",
15
15
  "fast-deep-equal": "^3.1.3",
16
16
  "fast-xml-parser": "^4.0.12",
17
- "fs-extra": "^10.1.0",
17
+ "fs-extra": "^11.1.0",
18
18
  "isomorphic-git": "^1.21.0",
19
19
  "listr2": "^5.0.6",
20
20
  "marked": "^4.2.5",
@@ -63,7 +63,7 @@
63
63
  "prettier": "^2.8.1",
64
64
  "pretty-quick": "^3.1.3",
65
65
  "shx": "^0.3.4",
66
- "sinon": "14.0.2",
66
+ "sinon": "15.0.1",
67
67
  "source-map-support": "~0.5.21",
68
68
  "ts-node": "^10.9.1",
69
69
  "typescript": "^4.9.4"