diff --git a/package.json b/package.json index ad02a63..d9eb700 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@salesforce/dev-scripts": "^8.4.2", "@types/mocha": "^10.0.6", "eslint-plugin-sf-plugin": "^1.17.4", - "oclif": "^4.5.0", + "oclif": "^4.5.4", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.3.3" diff --git a/yarn.lock b/yarn.lock index b3e196c..045a21c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1526,12 +1526,12 @@ dependencies: "@oclif/core" "^3.20.0" -"@oclif/plugin-not-found@^3.0.10": - version "3.0.13" - resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.13.tgz" - integrity sha512-MhV4dJ27G81C1hJ6VJ5Mv+rYZm37pavv2dlp0/wlkxdbFywxpq5kVr+f8NVruAepuwQ3qMN6fX/qb5tSFwlOfg== +"@oclif/plugin-not-found@^3.0.14": + version "3.0.14" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01" + integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w== dependencies: - "@oclif/core" "^3.20.0" + "@oclif/core" "^3.21.0" chalk "^5.3.0" fast-levenshtein "^3.0.0" @@ -7029,16 +7029,16 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.5.0: - version "4.5.0" - resolved "https://registry.npmjs.org/oclif/-/oclif-4.5.0.tgz" - integrity sha512-i+cmb3hyoJzPftJ97NawImslCQVHJAVMVpMmIuPbYqDMJNH8Jw5jKYxByvPyNoEo8sIvHOwqL9XerasVQEBNEw== +oclif@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.4.tgz#8b874dd3bbab1a16a4a72a1e7e3babd34c3614c4" + integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q== dependencies: "@aws-sdk/client-cloudfront" "^3.525.0" "@aws-sdk/client-s3" "^3.515.0" "@oclif/core" "^3.21.0" "@oclif/plugin-help" "^6.0.14" - "@oclif/plugin-not-found" "^3.0.10" + "@oclif/plugin-not-found" "^3.0.14" "@oclif/plugin-warn-if-update-available" "^3.0.12" async-retry "^1.3.3" change-case "^4"