From e862dc5acebdfebc81ce37a0bca431468158727b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:36:31 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.3.0 to 4.3.1 Bumps [@oclif/core](https://github.com/oclif/core) from 4.3.0 to 4.3.1. - [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.3.0...4.3.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.3.1 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 18129beb..b8543191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.3.2", - "@oclif/core": "^4.3.1", + "@oclif/core": "^4.3.2", "@oclif/plugin-help": "^6.2.28", "@oclif/plugin-update": "^4.6.42", "@oclif/table": "^0.4.8", @@ -3678,9 +3678,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz", - "integrity": "sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz", + "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index 0fb6a260..4ba333bd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.3.2", - "@oclif/core": "^4.3.1", + "@oclif/core": "^4.3.2", "@oclif/plugin-help": "^6.2.28", "@oclif/plugin-update": "^4.6.42", "@oclif/table": "^0.4.8",