From 63f5fd14fbfa991e6613d98137d57f3381befd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:13:16 +0000 Subject: [PATCH] Bump @oclif/core from 4.2.3 to 4.2.4 Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.3 to 4.2.4. - [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.2.3...4.2.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8c5cc496..3a514e859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7082,12 +7082,13 @@ } }, "node_modules/@oclif/core": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz", - "integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz", + "integrity": "sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==", + "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", - "ansis": "^3.8.1", + "ansis": "^3.9.0", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "debug": "^4.4.0",