@oclif/plugin-update 4.6.17 → 4.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -56,7 +56,7 @@ EXAMPLES
56
56
  $ oclif-example update --available
57
57
  ```
58
58
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.6.17/src/commands/update.ts)_
59
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.6.19/src/commands/update.ts)_
60
60
  <!-- commandsstop -->
61
61
 
62
62
  # Contributing
@@ -106,5 +106,5 @@
106
106
  ]
107
107
  }
108
108
  },
109
- "version": "4.6.17"
109
+ "version": "4.6.19"
110
110
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.6.17",
3
+ "version": "4.6.19",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
7
  "@inquirer/select": "^2.5.0",
8
8
  "@oclif/core": "^4",
9
- "@oclif/table": "^0.3.5",
9
+ "@oclif/table": "^0.3.9",
10
10
  "ansis": "^3.3.2",
11
11
  "debug": "^4.4.0",
12
12
  "filesize": "^6.1.0",
@@ -38,7 +38,7 @@
38
38
  "mocha": "^10.8.2",
39
39
  "nock": "^13.5.6",
40
40
  "oclif": "^4",
41
- "prettier": "^3.3.3",
41
+ "prettier": "^3.4.2",
42
42
  "shx": "^0.3.4",
43
43
  "sinon": "^18.0.1",
44
44
  "strip-ansi": "^7.1.0",