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",