From 862da6a626cc2a0900e5d369d965c275ec164a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:55:21 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.5.2 to 4.5.3 Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.2 to 4.5.3. - [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.5.2...4.5.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fe725f30..b2653308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "~11.4.4", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", - "@oclif/core": "^4.5.2", + "@oclif/core": "^4.5.3", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.4", "graphql": "^16.11.0", @@ -3847,9 +3847,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz", - "integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz", + "integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index b262a6c7..fb4ff9dc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "~11.4.4", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11", - "@oclif/core": "^4.5.2", + "@oclif/core": "^4.5.3", "@oclif/plugin-help": "^6.2.32", "@oclif/plugin-update": "^4.7.4", "graphql": "^16.11.0",