diff --git a/package.json b/package.json index f5741a98..ef8518a7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@salesforce/ts-sinon": "^1.4.23", "eslint-plugin-sf-plugin": "^1.20.1", "moment": "^2.30.1", - "oclif": "^4.14.17", + "oclif": "^4.14.19", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index e729ec85..7fafc0cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1312,7 +1312,7 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917" integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== -"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.20": +"@inquirer/confirm@^3.1.20", "@inquirer/confirm@^3.1.22": version "3.1.22" resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037" integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg== @@ -1610,12 +1610,12 @@ dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@^3.2.14": - version "3.2.15" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.15.tgz#1ed11b3d0727e6aa6e18f011cbe9da0666b258ea" - integrity sha512-+i+ieIXS0Tqh/m7n5Mat81hjeY46Wo4pWV8dQKbX+kw2u0BxidBTYugZtMxz47PbYUT5rS/xYB5l31CAZf4yTg== +"@oclif/plugin-not-found@^3.2.15": + version "3.2.16" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.16.tgz#e81c3ec965802d07b80dade118cbec86ec5082dd" + integrity sha512-9yGR1lAg4ItSwRb4WhZ41X+6tO55SJjDYnu+EXW9gPCPj64z5qRIBU1ZWUZGtxJpHNB0vUh9nDLTsQAJOw/lnw== dependencies: - "@inquirer/confirm" "^3.1.14" + "@inquirer/confirm" "^3.1.22" "@oclif/core" "^4" ansis "^3.3.1" fast-levenshtein "^3.0.0" @@ -6453,19 +6453,19 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.14.17: - version "4.14.17" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.17.tgz#04fe8f984257f81e8ffe018a06577295fbe6d6ff" - integrity sha512-L5dZEzuJxRlk7ptdy5iJ+a5MPsbCuPbSMR9QbUVGMbRRv4hRaQP54H7z3ngO1Wjm+XVas5Aol+SLcJIlyDQkuA== +oclif@^4.14.19: + version "4.14.19" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.19.tgz#e6bdc56abb336100a7e2d8b2bb0e62cf741cb330" + integrity sha512-JdpLi1JbJ2OqSYCSLNzuLx9sn+ZgKNx3Z/zAL9f/BWsrQ6ohq3ElhjeAOSwOki3n533hjGqFHJW/hj1yuGYl0g== dependencies: "@aws-sdk/client-cloudfront" "^3.624.0" "@aws-sdk/client-s3" "^3.614.0" - "@inquirer/confirm" "^3.1.16" + "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.3.10" "@oclif/core" "^4" "@oclif/plugin-help" "^6.2.7" - "@oclif/plugin-not-found" "^3.2.14" + "@oclif/plugin-not-found" "^3.2.15" "@oclif/plugin-warn-if-update-available" "^3.0.19" async-retry "^1.3.3" chalk "^4"