From e694e3046c5e9f08d48f6b7b47e84d3e6ff37d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:50:38 +0000 Subject: [PATCH] build(deps): bump the oclif group with 2 updates Bumps the oclif group with 2 updates: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) and [@oclif/test](https://github.com/oclif/test). Updates `@oclif/plugin-plugins` from 3.7.0 to 3.8.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/3.7.0...3.8.0) Updates `@oclif/test` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: oclif - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: oclif ... 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 0c54aea7..c98d1465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -830,9 +830,9 @@ } }, "node_modules/@oclif/plugin-plugins": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.7.0.tgz", - "integrity": "sha512-cHH8o5sFwyhYd/udZ/E63FgIjkRyUw0q9TNC62NcRi2D43eRW/6bXShnvO8o+D9WCfQWrnGw+DX6In3CBsIgIw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.0.tgz", + "integrity": "sha512-yQ+M0REyP7DeCQQ4j4TDYV2bu0wy66tJzrO/ZN/ZHbwdzcyM3JmfQsqo9rBSXDJZf6FU2xL9P2+Gfj2VpG7qMw==", "dependencies": { "@oclif/core": "^2.15.0", "chalk": "^4.1.2", @@ -902,13 +902,13 @@ } }, "node_modules/@oclif/test": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.5.5.tgz", - "integrity": "sha512-IJV9vkshHjvtaQIFauBdF2E+OEr9YRzTuBNS8TtZ+hZQpExkNXrDh2t+hEVTSH5LExBzZqxObRDdGeAg2by0ig==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.5.6.tgz", + "integrity": "sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg==", "dev": true, "dependencies": { "@oclif/core": "^2.15.0", - "fancy-test": "^2.0.41" + "fancy-test": "^2.0.42" }, "engines": { "node": ">=12.0.0"