@oclif/plugin-update 4.2.5 → 4.2.6

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.2.5"
91
+ "version": "4.2.6"
92
92
  }
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
+ "@inquirer/select": "^2.3.1",
7
8
  "@oclif/core": "^3.21.0",
8
9
  "chalk": "^5",
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.18",
14
13
  "lodash.throttle": "^4.1.1",
15
14
  "semver": "^7.6.0",
16
15
  "tar-fs": "^2.1.1"
@@ -21,10 +20,8 @@
21
20
  "@oclif/prettier-config": "^0.2.1",
22
21
  "@oclif/test": "^3",
23
22
  "@types/chai": "^4.3.11",
24
- "@types/cross-spawn": "^6.0.6",
25
23
  "@types/debug": "^4.1.12",
26
24
  "@types/execa": "^0.9.0",
27
- "@types/inquirer": "^9.0.7",
28
25
  "@types/lodash.throttle": "^4.1.9",
29
26
  "@types/mocha": "^10",
30
27
  "@types/node": "^18",
@@ -32,10 +29,10 @@
32
29
  "@types/tar-fs": "^2.0.2",
33
30
  "chai": "^4.4.1",
34
31
  "commitlint": "^18",
35
- "eslint-config-oclif-typescript": "^3.1.3",
32
+ "eslint": "^8.57.0",
36
33
  "eslint-config-oclif": "^5.1.1",
34
+ "eslint-config-oclif-typescript": "^3.1.3",
37
35
  "eslint-config-prettier": "^9.1.0",
38
- "eslint": "^8.57.0",
39
36
  "got": "^13.0.0",
40
37
  "husky": "^9",
41
38
  "lint-staged": "^15",