Browse Source

⬆️ Upgrade dependency @oclif/command to v1.5.20

pull/84/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
0e4d01a3dd
  1. 2
      package.json
  2. 14
      yarn.lock

2
package.json

@ -8,7 +8,7 @@
},
"bugs": "https://github.com/beaussan/nbx/issues",
"dependencies": {
"@oclif/command": "1.5.19",
"@oclif/command": "1.5.20",
"@oclif/config": "1.15.1",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "2.2.3",

14
yarn.lock

@ -1216,7 +1216,19 @@
supports-color "^5.4.0"
tslib "^1"
"@oclif/command@1.5.19", "@oclif/command@^1.5.1", "@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.3":
"@oclif/command@1.5.20":
version "1.5.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.20.tgz#bb0693586d7d66a457c49b719e394c02ff0169a7"
integrity sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q==
dependencies:
"@oclif/config" "^1"
"@oclif/errors" "^1.2.2"
"@oclif/parser" "^3.8.3"
"@oclif/plugin-help" "^2"
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":
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==

Loading…
Cancel
Save