From 0523dcccf5789e314b17468f8be54b6088260060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:58:03 +0000 Subject: [PATCH] chore(deps-dev): bump @smithery/cli from 4.5.0 to 4.7.0 Bumps [@smithery/cli](https://github.com/smithery-ai/cli) from 4.5.0 to 4.7.0. - [Release notes](https://github.com/smithery-ai/cli/releases) - [Changelog](https://github.com/smithery-ai/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithery-ai/cli/compare/v4.5.0...v4.7.0) --- updated-dependencies: - dependency-name: "@smithery/cli" dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 327b36a..8f6601d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2229,11 +2229,14 @@ } }, "node_modules/@smithery/cli": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@smithery/cli/-/cli-4.5.0.tgz", - "integrity": "sha512-4EzKQcBsjFy6JCIWQasr14STZeX74MSdkNkZ3W9ZexAKz3+LjVoWhY5gAmwXQ2mZrRHipNJIAzS6jKzSe5TPRA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@smithery/cli/-/cli-4.7.0.tgz", + "integrity": "sha512-55v7etienJb7tJ2BVA7yK7314GT1sD5VGcckN79zsgJWsCAwC6MdVFkOsIeCm69zxaugdDqq7TQ8/isejVAM+w==", "dev": true, "hasInstallScript": true, + "dependencies": { + "fflate": "^0.8.2" + }, "bin": { "smithery": "dist/index.js" }, @@ -4912,6 +4915,12 @@ "node": "^12.20 || >= 14.13" } }, + "node_modules/fflate": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "dev": true + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -11074,11 +11083,13 @@ } }, "@smithery/cli": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@smithery/cli/-/cli-4.5.0.tgz", - "integrity": "sha512-4EzKQcBsjFy6JCIWQasr14STZeX74MSdkNkZ3W9ZexAKz3+LjVoWhY5gAmwXQ2mZrRHipNJIAzS6jKzSe5TPRA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@smithery/cli/-/cli-4.7.0.tgz", + "integrity": "sha512-55v7etienJb7tJ2BVA7yK7314GT1sD5VGcckN79zsgJWsCAwC6MdVFkOsIeCm69zxaugdDqq7TQ8/isejVAM+w==", "dev": true, - "requires": {} + "requires": { + "fflate": "^0.8.2" + } }, "@standard-schema/spec": { "version": "1.1.0", @@ -12825,6 +12836,12 @@ "web-streams-polyfill": "^3.0.3" } }, + "fflate": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "dev": true + }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",