From 7e79b963f1b498792a24b6d0f8692fb80ea7825c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:11:41 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.3.1 to 4.3.3 Bumps [@oclif/core](https://github.com/oclif/core) from 4.3.1 to 4.3.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.3.1...4.3.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bbf13a6..07d175ea 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.3", "@oclif/plugin-help": "^6.2.28", "@oclif/plugin-update": "^4.6.42", "graphql": "^16.11.0", @@ -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.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz", + "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -3697,7 +3697,7 @@ "semver": "^7.6.3", "string-width": "^4.2.3", "supports-color": "^8", - "tinyglobby": "^0.2.13", + "tinyglobby": "^0.2.14", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" diff --git a/package.json b/package.json index 0c2fc5fe..6ba94a77 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.3", "@oclif/plugin-help": "^6.2.28", "@oclif/plugin-update": "^4.6.42", "graphql": "^16.11.0",