From 8d918b959ac0d963499a64890ee56bc547fd21e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:11:40 +0000 Subject: [PATCH] chore(deps-dev): bump oclif from 4.18.0 to 4.18.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.18.0 to 4.18.1. - [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.18.0...4.18.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.18.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bbf13a6..a3b166b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/sinon": "^17.0.4", "@types/update-notifier": "^6.0.8", "globstar": "^1.0.0", - "oclif": "^4.18.0", + "oclif": "^4.18.1", "shx": "^0.4.0", "sinon": "^20.0.0", "ts-node": "^10.9.2", @@ -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" @@ -9966,9 +9966,9 @@ } }, "node_modules/oclif": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz", - "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz", + "integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==", "dev": true, "license": "MIT", "dependencies": { @@ -9977,7 +9977,7 @@ "@inquirer/confirm": "^3.1.22", "@inquirer/input": "^2.2.4", "@inquirer/select": "^2.5.0", - "@oclif/core": "^4.2.10", + "@oclif/core": "^4.3.2", "@oclif/plugin-help": "^6.2.27", "@oclif/plugin-not-found": "^3.2.48", "@oclif/plugin-warn-if-update-available": "^3.1.38", diff --git a/package.json b/package.json index 0c2fc5fe..df2914bc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/sinon": "^17.0.4", "@types/update-notifier": "^6.0.8", "globstar": "^1.0.0", - "oclif": "^4.18.0", + "oclif": "^4.18.1", "shx": "^0.4.0", "sinon": "^20.0.0", "ts-node": "^10.9.2",