@oclif/plugin-update 4.4.10 → 4.4.11

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -55,7 +55,7 @@ EXAMPLES
55
55
  $ oclif-example update --available
56
56
  ```
57
57
 
58
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.4.10/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.4.11/src/commands/update.ts)_
59
59
  <!-- commandsstop -->
60
60
 
61
61
  # Contributing
@@ -96,5 +96,5 @@
96
96
  ]
97
97
  }
98
98
  },
99
- "version": "4.4.10"
99
+ "version": "4.4.11"
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.4.10",
3
+ "version": "4.4.11",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "debug": "^4.3.5",
11
11
  "filesize": "^6.1.0",
12
12
  "got": "^13",
13
- "semver": "^7.6.0",
13
+ "semver": "^7.6.3",
14
14
  "tar-fs": "^2.1.1",
15
15
  "tty-table": "^4.2.3"
16
16
  },