From 6fd0fdf15ed373e866ca54e0d71c321a13c12023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:13:46 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.11.4 to 4.11.6 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.4 to 4.11.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.11.4...4.11.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7625a898..e990dc66 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.20", "@inquirer/prompts": "^8.0.2", - "@oclif/core": "^4.11.4", + "@oclif/core": "^4.11.6", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1", @@ -2349,9 +2349,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz", - "integrity": "sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==", + "version": "4.11.6", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.6.tgz", + "integrity": "sha512-8OTkBkWA0HJz2bSIQI0AoiIeL7ok4bZhUaJNEzfLu+iAn3liAyj4KmXRdXAUZBCjPEfdBTpyxKDAg1l/BDJKVg==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -10384,7 +10384,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 44f99b4b..52ba79bf 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.20", "@inquirer/prompts": "^8.0.2", - "@oclif/core": "^4.11.4", + "@oclif/core": "^4.11.6", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1",