Bump @oclif/config from 1.15.0 to 1.15.1 (#107)

Bumps [@oclif/config](https://github.com/oclif/config) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/oclif/config/releases)
- [Changelog](https://github.com/oclif/config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/config/compare/v1.15.0...v1.15.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-08 17:15:10 -06:00 committed by GitHub
parent 133423c98d
commit 607c6fcfe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -467,9 +467,9 @@
} }
}, },
"@oclif/config": { "@oclif/config": {
"version": "1.15.0", "version": "1.15.1",
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.0.tgz", "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.1.tgz",
"integrity": "sha512-MLA5yGJwJRIY1YJWbikAGV/ZELkmzi5BQVbudvQjnvDMnccWtZKZmPr2dkWU0kh/q5XLh4OQdiaVYpqtdteuKw==", "integrity": "sha512-GdyHpEZuWlfU8GSaZoiywtfVBsPcfYn1KuSLT1JTfvZGpPG6vShcGr24YZ3HG2jXUFlIuAqDcYlTzOrqOdTPNQ==",
"requires": { "requires": {
"@oclif/errors": "^1.0.0", "@oclif/errors": "^1.0.0",
"@oclif/parser": "^3.8.0", "@oclif/parser": "^3.8.0",

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@oclif/plugin-help": "3.0.0", "@oclif/plugin-help": "3.0.0",
"@oclif/command": "1.5.20", "@oclif/command": "1.5.20",
"@oclif/config": "1.15.0", "@oclif/config": "1.15.1",
"@oclif/plugin-warn-if-update-available": "1.7.0", "@oclif/plugin-warn-if-update-available": "1.7.0",
"beau-std": "0.9.4", "beau-std": "0.9.4",
"cli-color": "2.0.0", "cli-color": "2.0.0",