@oclif/plugin-update 4.1.3 → 4.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.1.3"
91
+ "version": "4.1.4"
92
92
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@oclif/core": "^3.5.0",
7
+ "@oclif/core": "^3.12.0",
8
8
  "chalk": "^5",
9
9
  "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
@@ -20,23 +20,23 @@
20
20
  "@oclif/plugin-help": "^5.2.17",
21
21
  "@oclif/prettier-config": "^0.2.1",
22
22
  "@oclif/test": "^3",
23
- "@types/chai": "^4.3.5",
24
- "@types/cross-spawn": "^6.0.3",
25
- "@types/debug": "^4.1.9",
23
+ "@types/chai": "^4.3.10",
24
+ "@types/cross-spawn": "^6.0.6",
25
+ "@types/debug": "^4.1.10",
26
26
  "@types/execa": "^0.9.0",
27
27
  "@types/glob": "^7.1.3",
28
28
  "@types/inquirer": "^9.0.4",
29
- "@types/lodash.throttle": "^4.1.6",
29
+ "@types/lodash.throttle": "^4.1.9",
30
30
  "@types/mocha": "^10",
31
31
  "@types/node": "^18",
32
- "@types/semver": "^7.5.3",
32
+ "@types/semver": "^7.5.5",
33
33
  "@types/supports-color": "^7.2.0",
34
34
  "@types/tar-fs": "^2.0.2",
35
- "chai": "^4.3.7",
36
- "commitlint": "^17.7.2",
37
- "eslint": "^8.49.0",
35
+ "chai": "^4.3.10",
36
+ "commitlint": "^17.8.1",
37
+ "eslint": "^8.54.0",
38
38
  "eslint-config-oclif": "^5.0.0",
39
- "eslint-config-oclif-typescript": "^3.0.1",
39
+ "eslint-config-oclif-typescript": "^3.0.15",
40
40
  "eslint-config-prettier": "^9.0.0",
41
41
  "got": "^13.0.0",
42
42
  "husky": "^8.0.3",
@@ -44,10 +44,10 @@
44
44
  "mocha": "^10.2.0",
45
45
  "nock": "^13.3.6",
46
46
  "oclif": "^4",
47
- "prettier": "^3.0.3",
47
+ "prettier": "^3.1.0",
48
48
  "qqjs": "^0.3.11",
49
- "quibble": "^0.8.0",
50
- "sinon": "^16.1.0",
49
+ "quibble": "^0.9.0",
50
+ "sinon": "^16.1.3",
51
51
  "strip-ansi": "^7.1.0",
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^5.2.2"
@@ -84,7 +84,7 @@
84
84
  "postpack": "rm -f oclif.manifest.json",
85
85
  "posttest": "yarn lint",
86
86
  "prepack": "yarn build && oclif lock && oclif manifest . && oclif lock",
87
- "prepare": "husky install",
87
+ "prepare": "husky install && yarn build",
88
88
  "pretest": "yarn build --noEmit && tsc -p test --noEmit",
89
89
  "test:integration:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",
90
90
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",