From 0fb1a1c0eb7af4d05162e234f5cc887773f42d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 02:53:32 +0000 Subject: [PATCH] build: bump @oclif/plugin-not-found from 3.2.59 to 3.2.60 Bumps [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) from 3.2.59 to 3.2.60. - [Release notes](https://github.com/oclif/plugin-not-found/releases) - [Changelog](https://github.com/oclif/plugin-not-found/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-not-found/compare/3.2.59...3.2.60) --- updated-dependencies: - dependency-name: "@oclif/plugin-not-found" dependency-version: 3.2.60 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a18c07..82a9a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4718,9 +4718,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.0.tgz", - "integrity": "sha512-UYWyDFNKFyzgXVXO0DHfOvJ/8qpw4yPYe7fOHausDEVU44qjDr90ZnfYTljZPK8dhgMggxiZs9n+TFajnXRp7g==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.1.tgz", + "integrity": "sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==", "license": "MIT", "dependencies": { "ansi-escapes": "^4.3.2", @@ -4760,14 +4760,14 @@ } }, "node_modules/@oclif/plugin-not-found": { - "version": "3.2.59", - "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.59.tgz", - "integrity": "sha512-xHyDo1YBSQOBaDqJis41k4LWG9OaCkjlbHO0pqwauW3l2tYoT9AMMSkAb8sJ73z2/YceAbMlm0gzQcO9W6xtMw==", + "version": "3.2.60", + "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.60.tgz", + "integrity": "sha512-TK+o2gdFK/IEOR/A9lk2Ob7qm7Z+fEaaHlNls4AfKcEgxfSGaDwGu6cF9lxtMq87pVJ47uiAjjZaBtGYmS01Wg==", "dev": true, "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.6.0", - "@oclif/core": "^4", + "@oclif/core": "^4.5.1", "ansis": "^3.17.0", "fast-levenshtein": "^3.0.0" },