diff --git a/package.json b/package.json index 6bd1ce47..728f30f4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "husky": "^7.0.4", "mocha": "^9.1.3", "nyc": "^15.1.0", - "oclif": "^3.2.28", + "oclif": "^3.3.0", "prettier": "^2.8.0", "pretty-quick": "^3.1.3", "salesforce-alm": "^54.8.3", diff --git a/yarn.lock b/yarn.lock index 7381409b..34941974 100644 --- a/yarn.lock +++ b/yarn.lock @@ -728,7 +728,7 @@ is-wsl "^2.1.1" tslib "^2.3.1" -"@oclif/core@^1.16.4", "@oclif/core@^1.19.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2", "@oclif/core@^1.20.4", "@oclif/core@^1.8.0": +"@oclif/core@^1.16.4", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2", "@oclif/core@^1.20.4", "@oclif/core@^1.8.0": version "1.20.4" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff" integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg== @@ -839,12 +839,12 @@ widest-line "^3.1.0" wrap-ansi "^6.2.0" -"@oclif/plugin-help@^5.1.16": - version "5.1.16" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.16.tgz#b55376e50007ba6b73819b11d02232288203fb70" - integrity sha512-30uy/bRUzptI4mFf6re1imTBxJJB2r9pQyZ7sbr8zn0oymLZX4dMArlMDi/LwpPqEtIN3fivXgDkjcoKO8ezGQ== +"@oclif/plugin-help@^5.1.19": + version "5.1.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.19.tgz#43051772fefafe9bfe8823e2298103feb351b9c7" + integrity sha512-eQVRCFJOwRj8Tbqz8Lzd9GN38egwLCg+ohJ0xfg12CoXml03WqkfcFiAWkVwSWmLVrZUlUVrxfXKKkmpUaXZHg== dependencies: - "@oclif/core" "^1.19.1" + "@oclif/core" "^1.20.4" "@oclif/plugin-not-found@^2.3.7": version "2.3.7" @@ -4734,10 +4734,10 @@ git-raw-commits@^2.0.0: split2 "^2.0.0" through2 "^3.0.0" -github-slugger@^1.2.1, github-slugger@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e" - integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ== +github-slugger@^1.2.1, github-slugger@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d" + integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw== github-username@^6.0.0: version "6.0.0" @@ -7713,13 +7713,13 @@ object.values@^1.1.5: define-properties "^1.1.3" es-abstract "^1.19.1" -oclif@^3.2.28: - version "3.2.28" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.28.tgz#a10ea7b4bc08344a46c9fbdee7c6c16fa4d19538" - integrity sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw== +oclif@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.3.0.tgz#9f19a8a8de51c723eb3b593d48403fe6c052b734" + integrity sha512-4zmF0FiwQqm8rqM0/Ic6naKbWti1KkZ7wbghstEE5kHq2J/AKpqb0dq7Xx7QpDAiS+rmnizaQraGIlfaoGLKvA== dependencies: "@oclif/core" "^1.20.4" - "@oclif/plugin-help" "^5.1.16" + "@oclif/plugin-help" "^5.1.19" "@oclif/plugin-not-found" "^2.3.7" "@oclif/plugin-warn-if-update-available" "^2.0.14" aws-sdk "^2.1231.0" @@ -7727,7 +7727,7 @@ oclif@^3.2.28: debug "^4.3.3" find-yarn-workspace-root "^2.0.0" fs-extra "^8.1" - github-slugger "^1.4.0" + github-slugger "^1.5.0" lodash "^4.17.21" normalize-package-data "^3.0.3" qqjs "^0.3.11"