From b5b5a089949055fb51fefcc400aee9365e6a1859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:05:21 +0000 Subject: [PATCH] Bump @oclif/plugin-plugins from 5.4.24 to 5.4.25 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.24 to 5.4.25. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-plugins/compare/5.4.24...5.4.25) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... 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 897613a0c4..74a473890e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9471,11 +9471,11 @@ } }, "node_modules/@oclif/plugin-plugins": { - "version": "5.4.24", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.24.tgz", - "integrity": "sha512-Mzo0XNeD/5dshgLX9Ft7cpgSQKVQd7fw0PoaE/+58d7K/Lz00wxbo4zKjw19j65pqBfsKv7zVmg+jWxu3PZpgA==", + "version": "5.4.25", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.25.tgz", + "integrity": "sha512-44Yp532BuBoNrNYLf7wfp/2QkNY7ESdK3MgGi3GWCqW75apyX04+xC5RfRsz0KHOA9N7VFqn64PG+Ailo5TJyQ==", "dependencies": { - "@oclif/core": "^4.0.34", + "@oclif/core": "^4.2.2", "ansis": "^3.5.2", "debug": "^4.4.0", "npm": "^10.9.2",