@oclif/plugin-update 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -56,6 +56,6 @@ EXAMPLES
56
56
  $ oclif-example update --available
57
57
  ```
58
58
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.3.0/src/commands/update.ts)_
59
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.1/src/commands/update.ts)_
60
60
 
61
61
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -569,6 +569,37 @@
569
569
  wordwrap "^1.0.0"
570
570
  wrap-ansi "^7.0.0"
571
571
 
572
+ "@oclif/core@^3.0.9":
573
+ version "3.0.9"
574
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
575
+ integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
576
+ dependencies:
577
+ ansi-escapes "^4.3.2"
578
+ ansi-styles "^4.3.0"
579
+ cardinal "^2.1.1"
580
+ chalk "^4.1.2"
581
+ clean-stack "^3.0.1"
582
+ cli-progress "^3.12.0"
583
+ debug "^4.3.4"
584
+ ejs "^3.1.8"
585
+ get-package-type "^0.1.0"
586
+ globby "^11.1.0"
587
+ hyperlinker "^1.0.0"
588
+ indent-string "^4.0.0"
589
+ is-wsl "^2.2.0"
590
+ js-yaml "^3.14.1"
591
+ natural-orderby "^2.0.3"
592
+ object-treeify "^1.1.33"
593
+ password-prompt "^1.1.2"
594
+ slice-ansi "^4.0.0"
595
+ string-width "^4.2.3"
596
+ strip-ansi "^6.0.1"
597
+ supports-color "^8.1.1"
598
+ supports-hyperlinks "^2.2.0"
599
+ widest-line "^3.1.0"
600
+ wordwrap "^1.0.0"
601
+ wrap-ansi "^7.0.0"
602
+
572
603
  "@oclif/plugin-help@^5.2.14":
573
604
  version "5.2.20"
574
605
  resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
@@ -1576,11 +1607,6 @@ builtins@^1.0.3:
1576
1607
  resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
1577
1608
  integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
1578
1609
 
1579
- byline@5.x:
1580
- version "5.0.0"
1581
- resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
1582
- integrity sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=
1583
-
1584
1610
  cacache@^15.0.3, cacache@^15.0.5, cacache@^15.2.0:
1585
1611
  version "15.3.0"
1586
1612
  resolved "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
@@ -4345,13 +4371,6 @@ lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17
4345
4371
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4346
4372
  integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
4347
4373
 
4348
- log-chopper@^1.0.2:
4349
- version "1.0.2"
4350
- resolved "https://registry.yarnpkg.com/log-chopper/-/log-chopper-1.0.2.tgz#a88da7a47a9f0e511eda4d5e1dc840e0eaf4547a"
4351
- integrity sha512-tEWS6Fb+Xv0yLChJ6saA1DP3H1yPL0PfiIN7SDJ+U/CyP+fD4G/dhKfow+P5UuJWi6BdE4mUcPkJclGXCWxDrg==
4352
- dependencies:
4353
- byline "5.x"
4354
-
4355
4374
  log-symbols@4.1.0, log-symbols@^4.0.0, log-symbols@^4.1.0:
4356
4375
  version "4.1.0"
4357
4376
  resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
@@ -87,5 +87,5 @@
87
87
  ]
88
88
  }
89
89
  },
90
- "version": "4.1.0"
90
+ "version": "4.1.1"
91
91
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@oclif/core": "^3.0.4",
7
+ "@oclif/core": "^3.0.9",
8
8
  "chalk": "^5",
9
9
  "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
@@ -12,7 +12,6 @@
12
12
  "http-call": "^5.3.0",
13
13
  "inquirer": "^9.2.11",
14
14
  "lodash.throttle": "^4.1.1",
15
- "log-chopper": "^1.0.2",
16
15
  "semver": "^7.5.4",
17
16
  "tar-fs": "^2.1.1"
18
17
  },