From c0aec41d94ca590f8917b9fb2da2e8b455bac471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:35:08 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 4.11.4 to 4.11.7 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.4 to 4.11.7. - [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.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.7 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 70ac75c..9c91178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.5.0", "license": "Apache-2.0", "dependencies": { - "@oclif/core": "4.11.4", + "@oclif/core": "4.11.7", "chalk": "^5.6.2", "esbuild": "^0.28", "jszip": "^3.10.1", @@ -772,9 +772,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.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.7.tgz", + "integrity": "sha512-LHii7kSaLvv5bpbS09I7BlI1AQa3Kak/QDyyZOik79ET8tQyt1U5O38al+sYkMxi139105w5gS+aWe+5BlJ0yQ==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index ffe144f..0c2f29a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ } }, "dependencies": { - "@oclif/core": "4.11.4", + "@oclif/core": "4.11.7", "chalk": "^5.6.2", "esbuild": "^0.28", "jszip": "^3.10.1",