@oclif/plugin-update 4.4.10 → 4.4.12

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.12/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.12"
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.12",
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
  },
@@ -32,7 +32,7 @@
32
32
  "eslint-config-oclif": "^5.2.0",
33
33
  "eslint-config-oclif-typescript": "^3.1.8",
34
34
  "eslint-config-prettier": "^9.1.0",
35
- "husky": "^9",
35
+ "husky": "^9.1.1",
36
36
  "lint-staged": "^15",
37
37
  "mocha": "^10.6.0",
38
38
  "nock": "^13.5.4",