From 80806c09a8fe31de4975e97b7037fbaee021d0b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 23:11:22 +0000 Subject: [PATCH] Bump @oclif/config from 1.15.0 to 1.15.1 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f68d8ee..9c51d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -889,9 +889,9 @@ } }, "@oclif/config": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.0.tgz", - "integrity": "sha512-MLA5yGJwJRIY1YJWbikAGV/ZELkmzi5BQVbudvQjnvDMnccWtZKZmPr2dkWU0kh/q5XLh4OQdiaVYpqtdteuKw==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.1.tgz", + "integrity": "sha512-GdyHpEZuWlfU8GSaZoiywtfVBsPcfYn1KuSLT1JTfvZGpPG6vShcGr24YZ3HG2jXUFlIuAqDcYlTzOrqOdTPNQ==", "requires": { "@oclif/errors": "^1.0.0", "@oclif/parser": "^3.8.0", diff --git a/package.json b/package.json index 7a092f8..ba459bb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@oclif/plugin-help": "3.0.0", "@oclif/command": "1.5.20", - "@oclif/config": "1.15.0", + "@oclif/config": "1.15.1", "@oclif/plugin-warn-if-update-available": "1.7.0", "beau-std": "0.9.4", "cli-color": "2.0.0",