diff --git a/package-lock.json b/package-lock.json index 088bd6b..f5b126a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -895,9 +895,9 @@ } }, "@oclif/config": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz", - "integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.0.tgz", + "integrity": "sha512-MLA5yGJwJRIY1YJWbikAGV/ZELkmzi5BQVbudvQjnvDMnccWtZKZmPr2dkWU0kh/q5XLh4OQdiaVYpqtdteuKw==", "requires": { "@oclif/errors": "^1.0.0", "@oclif/parser": "^3.8.0", diff --git a/package.json b/package.json index 3bc48f7..2929275 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "/bin" ], "dependencies": { - "@oclif/config": "1.14.0", + "@oclif/config": "1.15.0", "@oclif/command": "1.5.19", "@oclif/plugin-help": "2.2.2", "@oclif/plugin-warn-if-update-available": "1.7.0",