diff --git a/package-lock.json b/package-lock.json index 89ec70a..e0635bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/sinon": "^17.0.4", "@types/update-notifier": "^6.0.8", "globstar": "^1.0.0", - "oclif": "^4.18.0", + "oclif": "^4.19.0", "shx": "^0.4.0", "sinon": "^20.0.0", "ts-node": "^10.9.2", @@ -3678,9 +3678,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz", - "integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz", + "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -3697,7 +3697,7 @@ "semver": "^7.6.3", "string-width": "^4.2.3", "supports-color": "^8", - "tinyglobby": "^0.2.13", + "tinyglobby": "^0.2.14", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" @@ -3707,9 +3707,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.28", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.28.tgz", - "integrity": "sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==", + "version": "6.2.29", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz", + "integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==", "license": "MIT", "dependencies": { "@oclif/core": "^4" @@ -3719,9 +3719,9 @@ } }, "node_modules/@oclif/plugin-not-found": { - "version": "3.2.55", - "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.55.tgz", - "integrity": "sha512-+zgaRKoDsq431UyR/rOlJFDa6zdFkaNenQnLecrUWt9y9bwvw6Bs+mkQymAUJZCd9+JS4sZwqUilONXxU9g6DQ==", + "version": "3.2.57", + "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz", + "integrity": "sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw==", "dev": true, "license": "MIT", "dependencies": { @@ -9966,9 +9966,9 @@ } }, "node_modules/oclif": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz", - "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.19.0.tgz", + "integrity": "sha512-Edb844zoNrMP/m4SUXLxP9HfLpM0MTeS8NMEjavPBS0x4vZpAMkFjY9Q9yZRm+V0wLeQpGJgeSGFlTIt24EfLg==", "dev": true, "license": "MIT", "dependencies": { @@ -9977,9 +9977,9 @@ "@inquirer/confirm": "^3.1.22", "@inquirer/input": "^2.2.4", "@inquirer/select": "^2.5.0", - "@oclif/core": "^4.2.10", - "@oclif/plugin-help": "^6.2.27", - "@oclif/plugin-not-found": "^3.2.48", + "@oclif/core": "^4.3.3", + "@oclif/plugin-help": "^6.2.29", + "@oclif/plugin-not-found": "^3.2.57", "@oclif/plugin-warn-if-update-available": "^3.1.38", "ansis": "^3.16.0", "async-retry": "^1.3.3", diff --git a/package.json b/package.json index 452823d..2dfbd75 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/sinon": "^17.0.4", "@types/update-notifier": "^6.0.8", "globstar": "^1.0.0", - "oclif": "^4.18.0", + "oclif": "^4.19.0", "shx": "^0.4.0", "sinon": "^20.0.0", "ts-node": "^10.9.2",