diff --git a/package-lock.json b/package-lock.json index 3dd4a305..331ed948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@cyclonedx/cdxgen": "^12.5.1", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.19", "@inquirer/prompts": "^8.0.2", - "@oclif/core": "^4.10.5", + "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1", @@ -2823,9 +2823,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz", - "integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz", + "integrity": "sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -2839,10 +2839,10 @@ "is-wsl": "^2.2.0", "lilconfig": "^3.1.3", "minimatch": "^10.2.5", - "semver": "^7.7.3", + "semver": "^7.8.1", "string-width": "^4.2.3", "supports-color": "^8", - "tinyglobby": "^0.2.14", + "tinyglobby": "^0.2.16", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" @@ -11619,7 +11619,6 @@ "version": "7.8.2", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", - "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" diff --git a/package.json b/package.json index 15009211..29b4244d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@cyclonedx/cdxgen": "^12.5.1", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.19", "@inquirer/prompts": "^8.0.2", - "@oclif/core": "^4.10.5", + "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1",