@oclif/plugin-update 4.4.6 → 4.4.8

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.6/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.4.8/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.6"
99
+ "version": "4.4.8"
100
100
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.4.6",
3
+ "version": "4.4.8",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
7
  "@inquirer/select": "^2.3.7",
8
8
  "@oclif/core": "^4",
9
- "ansis": "^3.2.0",
9
+ "ansis": "^3.2.1",
10
10
  "debug": "^4.3.5",
11
11
  "filesize": "^6.1.0",
12
12
  "got": "^13",
@@ -42,7 +42,7 @@
42
42
  "sinon": "^18.0.0",
43
43
  "strip-ansi": "^7.1.0",
44
44
  "ts-node": "^10.9.2",
45
- "typescript": "^5.5.2"
45
+ "typescript": "^5.5.3"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.0.0"