@oclif/plugin-update 4.2.2 → 4.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.2.
|
|
58
|
+
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.3/src/commands/update.ts)_
|
|
59
59
|
<!-- commandsstop -->
|
|
60
60
|
|
|
61
61
|
# Contributing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-update",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@oclif/plugin-update",
|
|
9
|
-
"version": "4.2.
|
|
9
|
+
"version": "4.2.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.21.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"debug": "^4.3.1",
|
|
16
16
|
"filesize": "^6.1.0",
|
|
17
17
|
"http-call": "^5.3.0",
|
|
18
|
-
"inquirer": "^9.2.
|
|
18
|
+
"inquirer": "^9.2.17",
|
|
19
19
|
"lodash.throttle": "^4.1.1",
|
|
20
20
|
"semver": "^7.6.0",
|
|
21
21
|
"tar-fs": "^2.1.1"
|
|
@@ -10319,9 +10319,9 @@
|
|
|
10319
10319
|
"license": "ISC"
|
|
10320
10320
|
},
|
|
10321
10321
|
"node_modules/inquirer": {
|
|
10322
|
-
"version": "9.2.
|
|
10323
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.
|
|
10324
|
-
"integrity": "sha512-
|
|
10322
|
+
"version": "9.2.17",
|
|
10323
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz",
|
|
10324
|
+
"integrity": "sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==",
|
|
10325
10325
|
"license": "MIT",
|
|
10326
10326
|
"dependencies": {
|
|
10327
10327
|
"@ljharb/through": "^2.3.13",
|
package/oclif.lock
CHANGED
|
@@ -5438,10 +5438,10 @@ inquirer@^8.0.0:
|
|
|
5438
5438
|
through "^2.3.6"
|
|
5439
5439
|
wrap-ansi "^6.0.1"
|
|
5440
5440
|
|
|
5441
|
-
inquirer@^9.2.
|
|
5442
|
-
version "9.2.
|
|
5443
|
-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.
|
|
5444
|
-
integrity sha512-
|
|
5441
|
+
inquirer@^9.2.17:
|
|
5442
|
+
version "9.2.17"
|
|
5443
|
+
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz"
|
|
5444
|
+
integrity sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==
|
|
5445
5445
|
dependencies:
|
|
5446
5446
|
"@ljharb/through" "^2.3.13"
|
|
5447
5447
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-update",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
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.1",
|
|
11
11
|
"filesize": "^6.1.0",
|
|
12
12
|
"http-call": "^5.3.0",
|
|
13
|
-
"inquirer": "^9.2.
|
|
13
|
+
"inquirer": "^9.2.17",
|
|
14
14
|
"lodash.throttle": "^4.1.1",
|
|
15
15
|
"semver": "^7.6.0",
|
|
16
16
|
"tar-fs": "^2.1.1"
|