@oclif/plugin-update 4.4.9 → 4.4.10

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.9/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.4.10/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.9"
99
+ "version": "4.4.10"
100
100
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.4.9",
3
+ "version": "4.4.10",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@inquirer/select": "^2.3.7",
7
+ "@inquirer/select": "^2.4.1",
8
8
  "@oclif/core": "^4",
9
9
  "ansis": "^3.2.1",
10
10
  "debug": "^4.3.5",
@@ -34,10 +34,10 @@
34
34
  "eslint-config-prettier": "^9.1.0",
35
35
  "husky": "^9",
36
36
  "lint-staged": "^15",
37
- "mocha": "^10.5.2",
37
+ "mocha": "^10.6.0",
38
38
  "nock": "^13.5.4",
39
39
  "oclif": "^4",
40
- "prettier": "^3.3.2",
40
+ "prettier": "^3.3.3",
41
41
  "shx": "^0.3.4",
42
42
  "sinon": "^18.0.0",
43
43
  "strip-ansi": "^7.1.0",