From 670c884b1361972705e093ac1e7ceb21e3609b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:20:42 +0000 Subject: [PATCH] chore(deps-dev): bump oclif from 4.17.46 to 4.18.0 Bumps [oclif](https://github.com/oclif/oclif) from 4.17.46 to 4.18.0. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.17.46...4.18.0) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed51884e..6cd8f91e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9831,9 +9831,9 @@ } }, "node_modules/oclif": { - "version": "4.17.46", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz", - "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz", + "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==", "dev": true, "license": "MIT", "dependencies": { @@ -9846,8 +9846,8 @@ "@oclif/plugin-help": "^6.2.27", "@oclif/plugin-not-found": "^3.2.48", "@oclif/plugin-warn-if-update-available": "^3.1.38", + "ansis": "^3.16.0", "async-retry": "^1.3.3", - "chalk": "^4", "change-case": "^4", "debug": "^4.4.0", "ejs": "^3.1.10",