From d267c52c0f94bd4eb8ce4a7561895182e98389c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 21:04:36 +0000 Subject: [PATCH] fix(deps): update @oclif/plugin-plugins requirement Updates the requirements on [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) to permit the latest version. - [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/2.1.6...2.2.4) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9560c3..f927df0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hyperjumptch/prisma-seeder": "https://github.com/hyperjumptech/prisma-seeder/releases/download/v0.0.9/hyperjumptech-prisma-seeder-0.0.9.tgz", "@oclif/core": "^1.19.1", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.1.6" + "@oclif/plugin-plugins": "^2.2.4" }, "devDependencies": { "@oclif/test": "^2.2.8",