@oclif/plugin-update 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.2",
2
+ "version": "3.1.3",
3
3
  "commands": {
4
4
  "update": {
5
5
  "id": "update",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@oclif/color": "^1.0.3",
7
+ "@oclif/color": "^1.0.4",
8
8
  "@oclif/core": "^2.0.7",
9
9
  "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
@@ -18,7 +18,7 @@
18
18
  "tar-fs": "^2.1.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-help": "^5.2.0",
21
+ "@oclif/plugin-help": "^5.2.4",
22
22
  "@oclif/test": "^2.3.3",
23
23
  "@types/chai": "^4.3.4",
24
24
  "@types/cross-spawn": "^6.0.2",