From b1c256f5c2bb853572e020577f062c2002367ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:20:32 +0000 Subject: [PATCH] Bump @oclif/plugin-plugins from 5.4.8 to 5.4.9 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.8 to 5.4.9. - [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.8...5.4.9) --- 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 12f084d0e..11a721864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5873,13 +5873,13 @@ } }, "node_modules/@oclif/plugin-plugins": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.8.tgz", - "integrity": "sha512-jDkWedI7HVhkig8UycXpvSq92s08Op0MJqYnumHZv3g3puz3AAMPouESlMOKY8Z0mEnJHSlnOjLyVXQL2BDKWg==", + "version": "5.4.9", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.9.tgz", + "integrity": "sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g==", "dependencies": { "@oclif/core": "^4", "ansis": "^3.3.2", - "debug": "^4.3.6", + "debug": "^4.3.7", "npm": "^10.8.3", "npm-package-arg": "^11.0.3", "npm-run-path": "^5.3.0",