diff --git a/package-lock.json b/package-lock.json index 8b48ace..fc9cffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@oclif/core": "^1.13.10", - "@oclif/plugin-autocomplete": "^1.3.0", + "@oclif/plugin-autocomplete": "^1.3.1", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.0.1", "fs-extra": "^9.1.0", @@ -992,9 +992,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@oclif/core": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.13.10.tgz", - "integrity": "sha512-nwpjXwWscETdvO+/z94V1zd95vnzmCB6VRaobR4BdBllwWU6jHF/eCi1Ud2Tk9RSedChoLneZuDCkKnRCmxyng==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.16.4.tgz", + "integrity": "sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==", "dependencies": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.2", @@ -1035,11 +1035,11 @@ "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" }, "node_modules/@oclif/plugin-autocomplete": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.0.tgz", - "integrity": "sha512-N2DRWKvuSXTGuaYf4buRbRfh5yNybb1cjQmPl9viY0BIqTwZgtQdzSD6ZSOkwda51RbGcQomYcc/h8T+ZFAkMQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.1.tgz", + "integrity": "sha512-XiEBmtMLyFvBkIl+p3g90G7/lbnZmiKPskZ5bXUySw8BgfmaczXhirn0YIr443H//4laUasfI/A9LjASiE4qww==", "dependencies": { - "@oclif/core": "^1.7.0", + "@oclif/core": "^1.16.4", "chalk": "^4.1.0", "debug": "^4.3.4", "fs-extra": "^9.0.1" @@ -10279,9 +10279,9 @@ } }, "@oclif/core": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.13.10.tgz", - "integrity": "sha512-nwpjXwWscETdvO+/z94V1zd95vnzmCB6VRaobR4BdBllwWU6jHF/eCi1Ud2Tk9RSedChoLneZuDCkKnRCmxyng==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.16.4.tgz", + "integrity": "sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==", "requires": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.2", @@ -10319,11 +10319,11 @@ "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" }, "@oclif/plugin-autocomplete": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.0.tgz", - "integrity": "sha512-N2DRWKvuSXTGuaYf4buRbRfh5yNybb1cjQmPl9viY0BIqTwZgtQdzSD6ZSOkwda51RbGcQomYcc/h8T+ZFAkMQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.1.tgz", + "integrity": "sha512-XiEBmtMLyFvBkIl+p3g90G7/lbnZmiKPskZ5bXUySw8BgfmaczXhirn0YIr443H//4laUasfI/A9LjASiE4qww==", "requires": { - "@oclif/core": "^1.7.0", + "@oclif/core": "^1.16.4", "chalk": "^4.1.0", "debug": "^4.3.4", "fs-extra": "^9.0.1" diff --git a/package.json b/package.json index e220113..e7dfe31 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "@oclif/core": "^1.13.10", - "@oclif/plugin-autocomplete": "^1.3.0", + "@oclif/plugin-autocomplete": "^1.3.1", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.0.1", "fs-extra": "^9.1.0",