From 49d00583ce782cf93f6cc027db9839c8ca5c5c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:38:13 +0000 Subject: [PATCH] Bump @oclif/plugin-plugins from 5.3.9 to 5.4.0 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.3.9 to 5.4.0. - [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.3.9...5.4.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1df4c0e0d..4f873c65be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4216,9 +4216,9 @@ } }, "node_modules/@oclif/plugin-plugins": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.9.tgz", - "integrity": "sha512-79PM/ACAbuyxF6XMRdzW12OOJ1XsNb5h/vWWglISbYf7IlI/Uyo26B7ix+mvdL0nq/XSDaMePBad1+aR5BmXzg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.0.tgz", + "integrity": "sha512-nps0twvQypi4X3iWDpkft8+fG7xeJFwevF9al2YQIXo2wHgkXqX7ZfR6h4xjItRBwOoaXtJfBehVuWUw6IXWNw==", "dependencies": { "@oclif/core": "^4", "ansis": "^3.2.1",