@oclif/plugin-update 3.2.2 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -53,5 +53,5 @@ EXAMPLES
53
53
  $ oclif-example update --available
54
54
  ```
55
55
 
56
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v3.0.0/src/commands/update.ts)_
56
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.2.4/src/commands/update.ts)_
57
57
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.2.2",
2
+ "version": "3.2.4",
3
3
  "commands": {
4
4
  "update": {
5
5
  "id": "update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
@@ -18,32 +18,32 @@
18
18
  "tar-fs": "^2.1.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-help": "^5.2.17",
22
- "@oclif/test": "^2.4.4",
23
- "@types/chai": "^4.3.5",
24
- "@types/cross-spawn": "^6.0.2",
21
+ "@oclif/plugin-help": "^5.2.19",
22
+ "@oclif/test": "^2.5.5",
23
+ "@types/chai": "^4.3.6",
24
+ "@types/cross-spawn": "^6.0.3",
25
25
  "@types/execa": "^0.9.0",
26
26
  "@types/fs-extra": "^8.0.1",
27
27
  "@types/glob": "^7.1.3",
28
28
  "@types/inquirer": "^8.2.0",
29
29
  "@types/lodash.throttle": "^4.1.6",
30
30
  "@types/mocha": "^9",
31
- "@types/node": "^14.18.54",
32
- "@types/semver": "^7.5.0",
31
+ "@types/node": "^14.18.62",
32
+ "@types/semver": "^7.5.2",
33
33
  "@types/supports-color": "^7.2.0",
34
34
  "@types/write-json-file": "^3.2.1",
35
- "chai": "^4.3.7",
35
+ "chai": "^4.3.8",
36
36
  "eslint": "^7.32.0",
37
37
  "eslint-config-oclif": "^4",
38
38
  "eslint-config-oclif-typescript": "^1.0.3",
39
39
  "globby": "^11.0.2",
40
40
  "mocha": "^9",
41
- "nock": "^13.3.2",
42
- "oclif": "^3.11.3",
41
+ "nock": "^13.3.3",
42
+ "oclif": "^3.17.1",
43
43
  "qqjs": "^0.3.11",
44
44
  "sinon": "^12.0.1",
45
45
  "ts-node": "^9.1.1",
46
- "tslib": "^2.6.1",
46
+ "tslib": "^2.6.2",
47
47
  "typescript": "4.4.3"
48
48
  },
49
49
  "engines": {