diff --git a/package-lock.json b/package-lock.json index ed85698b..1572622e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@autifyhq/autify-sdk": "^0.10.0", "@oclif/core": "^1.21.0", "@oclif/errors": "^1.3.6", - "@oclif/plugin-help": "^5.1.20", + "@oclif/plugin-help": "^5.1.22", "@oclif/plugin-not-found": "^2.3.9", "@oclif/plugin-update": "^3.0.8", "@oclif/plugin-warn-if-update-available": "^2.0.16", @@ -1491,9 +1491,9 @@ } }, "node_modules/@oclif/core": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.21.0.tgz", - "integrity": "sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.23.1.tgz", + "integrity": "sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==", "dependencies": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.3", @@ -1578,11 +1578,11 @@ "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" }, "node_modules/@oclif/plugin-help": { - "version": "5.1.20", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.20.tgz", - "integrity": "sha512-N8xRxE/isFcdBDI8cobixEZA5toxIK5jbxpwALNTr4s8KNAtBA3ORQrSiY0fWGkcv0sCGMwZw7rJ0Izh18JPsw==", + "version": "5.1.22", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.22.tgz", + "integrity": "sha512-gflrCqV3c7nd1UgknuZZTX6Th9CTkvVyTjL76UNHrea3kCZEpPzsMGhwP989R+j3KSGJGeZVrq2i9g2QXI9tZA==", "dependencies": { - "@oclif/core": "^1.21.0" + "@oclif/core": "^1.23.1" }, "engines": { "node": ">=12.0.0" @@ -14870,9 +14870,9 @@ } }, "@oclif/core": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.21.0.tgz", - "integrity": "sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.23.1.tgz", + "integrity": "sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==", "requires": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.3", @@ -14947,11 +14947,11 @@ "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" }, "@oclif/plugin-help": { - "version": "5.1.20", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.20.tgz", - "integrity": "sha512-N8xRxE/isFcdBDI8cobixEZA5toxIK5jbxpwALNTr4s8KNAtBA3ORQrSiY0fWGkcv0sCGMwZw7rJ0Izh18JPsw==", + "version": "5.1.22", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.22.tgz", + "integrity": "sha512-gflrCqV3c7nd1UgknuZZTX6Th9CTkvVyTjL76UNHrea3kCZEpPzsMGhwP989R+j3KSGJGeZVrq2i9g2QXI9tZA==", "requires": { - "@oclif/core": "^1.21.0" + "@oclif/core": "^1.23.1" } }, "@oclif/plugin-not-found": { diff --git a/package.json b/package.json index 15182e82..4a1c89d4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@autifyhq/autify-sdk": "^0.10.0", "@oclif/core": "^1.21.0", "@oclif/errors": "^1.3.6", - "@oclif/plugin-help": "^5.1.20", + "@oclif/plugin-help": "^5.1.22", "@oclif/plugin-not-found": "^2.3.9", "@oclif/plugin-update": "^3.0.8", "@oclif/plugin-warn-if-update-available": "^2.0.16",