Browse Source

⬆️ Upgrade dependency @oclif/plugin-not-found to v1.2.4

pull/120/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
697d3b1e7e
  1. 2
      package.json
  2. 28
      yarn.lock

2
package.json

@ -12,7 +12,7 @@
"@oclif/config": "1.15.1",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "3.0.1",
"@oclif/plugin-not-found": "1.2.3",
"@oclif/plugin-not-found": "1.2.4",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"axios": "0.19.2",
"colors": "1.4.0",

28
yarn.lock

@ -1216,16 +1216,18 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"
"@oclif/color@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.0.0.tgz#54939bbd16d1387511bf1a48ccda1a417248e6a9"
integrity sha512-KKd3W7eNwfNF061tr663oUNdt8EMnfuyf5Xv55SGWA1a0rjhWqS/32P7OeB7CbXcJUBdfVrPyR//1afaW12AWw==
"@oclif/color@^0.x":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.1.2.tgz#28b07e2850d9ce814d0b587ce3403b7ad8f7d987"
integrity sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==
dependencies:
ansi-styles "^3.2.1"
chalk "^3.0.0"
strip-ansi "^5.2.0"
supports-color "^5.4.0"
tslib "^1"
"@oclif/command@1.6.1":
"@oclif/command@1.6.1", "@oclif/command@^1.6.0":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.6.1.tgz#774e860f283f32a728377da1c2a90beb8aadf9f5"
integrity sha512-pvmMmfGn+zm4e4RwVw63mg9sIaqKqmVsFbImQoUrCO/43UmWzoSHWNXKdgEGigOezWrkZfFucaeZcSbp149OWg==
@ -1237,7 +1239,7 @@
debug "^4.1.1"
semver "^5.6.0"
"@oclif/command@^1.5.1", "@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.3":
"@oclif/command@^1.5.1", "@oclif/command@^1.5.10", "@oclif/command@^1.5.13":
version "1.5.19"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.19.tgz#13f472450eb83bd6c6871a164c03eadb5e1a07ed"
integrity sha512-6+iaCMh/JXJaB2QWikqvGE9//wLEVYYwZd5sud8aLoLKog1Q75naZh2vlGVtg5Mq/NqpqGQvdIjJb3Bm+64AUQ==
@ -1367,13 +1369,13 @@
widest-line "^2.0.1"
wrap-ansi "^4.0.0"
"@oclif/plugin-not-found@1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-1.2.3.tgz#00f9e7a0a793a5e2f616d8280075f4592de8f079"
integrity sha512-Igbw2T4gLrb/f28Llr730FeMXBSI2PXdky2YvQfsZeQGDsyBZmC4gprJJtmrMWQcjz0B51IInRBnZYERvwfIpw==
"@oclif/plugin-not-found@1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b"
integrity sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==
dependencies:
"@oclif/color" "^0.0.0"
"@oclif/command" "^1.5.3"
"@oclif/color" "^0.x"
"@oclif/command" "^1.6.0"
cli-ux "^4.9.0"
fast-levenshtein "^2.0.6"
lodash "^4.17.13"
@ -9126,7 +9128,7 @@ strip-ansi@^4.0.0:
dependencies:
ansi-regex "^3.0.0"
strip-ansi@^5.0.0, strip-ansi@^5.1.0:
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==

Loading…
Cancel
Save