From 607c6fcfe437399100d05fc7b12c9510547f5ba7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 17:15:10 -0600 Subject: [PATCH] Bump @oclif/config from 1.15.0 to 1.15.1 (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Díaz --- 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 d104c20..cd8bfef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -467,9 +467,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 d4ede45..046837b 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",