@oclif/plugin-update 4.4.4 → 4.4.6

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.4/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.4.6/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.4"
99
+ "version": "4.4.6"
100
100
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.4.4",
3
+ "version": "4.4.6",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@inquirer/select": "^2.3.6",
7
+ "@inquirer/select": "^2.3.7",
8
8
  "@oclif/core": "^4",
9
9
  "ansis": "^3.2.0",
10
10
  "debug": "^4.3.5",
@@ -34,7 +34,7 @@
34
34
  "eslint-config-prettier": "^9.1.0",
35
35
  "husky": "^9",
36
36
  "lint-staged": "^15",
37
- "mocha": "^10.4.0",
37
+ "mocha": "^10.5.2",
38
38
  "nock": "^13.5.4",
39
39
  "oclif": "^4",
40
40
  "prettier": "^3.3.2",