From 79107d813c2918eee103a33286ceeb6b237d5cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:08:04 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.7.2 to 4.8.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.7.2 to 4.8.0. - [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.7.2...4.8.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f659a102..798e0d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.11.0", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", - "@oclif/core": "^4.5.3", + "@oclif/core": "^4.8.0", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.13", "node-machine-id": "^1.1.12", @@ -3803,9 +3803,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz", - "integrity": "sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.0.tgz", + "integrity": "sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index deff0fbf..3d97d6bf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.11.0", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", - "@oclif/core": "^4.5.3", + "@oclif/core": "^4.8.0", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.13", "node-machine-id": "^1.1.12",