@oclif/plugin-update 4.1.6 → 4.1.8

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.6"
91
+ "version": "4.1.8"
92
92
  }
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.1.6",
3
+ "version": "4.1.8",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@oclif/core": "^3.15.1",
7
+ "@oclif/core": "^3.18.1",
8
8
  "chalk": "^5",
9
9
  "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
11
11
  "filesize": "^6.1.0",
12
12
  "http-call": "^5.3.0",
13
- "inquirer": "^9.2.11",
13
+ "inquirer": "^9.2.12",
14
14
  "lodash.throttle": "^4.1.1",
15
15
  "semver": "^7.5.4",
16
16
  "tar-fs": "^2.1.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@commitlint/config-conventional": "^17.7.0",
19
+ "@commitlint/config-conventional": "^17.8.1",
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.10",
23
+ "@types/chai": "^4.3.11",
24
24
  "@types/cross-spawn": "^6.0.6",
25
25
  "@types/debug": "^4.1.12",
26
26
  "@types/execa": "^0.9.0",
27
27
  "@types/glob": "^7.1.3",
28
- "@types/inquirer": "^9.0.4",
28
+ "@types/inquirer": "^9.0.7",
29
29
  "@types/lodash.throttle": "^4.1.9",
30
30
  "@types/mocha": "^10",
31
31
  "@types/node": "^18",
32
32
  "@types/semver": "^7.5.6",
33
33
  "@types/supports-color": "^7.2.0",
34
34
  "@types/tar-fs": "^2.0.2",
35
- "chai": "^4.3.10",
35
+ "chai": "^4.4.0",
36
36
  "commitlint": "^17.8.1",
37
- "eslint": "^8.54.0",
37
+ "eslint": "^8.56.0",
38
38
  "eslint-config-oclif": "^5.0.0",
39
- "eslint-config-oclif-typescript": "^3.0.26",
39
+ "eslint-config-oclif-typescript": "^3.0.33",
40
40
  "eslint-config-prettier": "^9.1.0",
41
41
  "got": "^13.0.0",
42
42
  "husky": "^8.0.3",
43
43
  "lint-staged": "^14.0.1",
44
44
  "mocha": "^10.2.0",
45
- "nock": "^13.3.6",
45
+ "nock": "^13.4.0",
46
46
  "oclif": "^4",
47
47
  "prettier": "^3.1.1",
48
48
  "qqjs": "^0.3.11",