From 17627b5e8ba2e038d1c3142ba058ef692edc1802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:04:13 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-not-found from 2.3.5 to 2.3.6 Bumps [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) from 2.3.5 to 2.3.6. - [Release notes](https://github.com/oclif/plugin-not-found/releases) - [Changelog](https://github.com/oclif/plugin-not-found/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-not-found/compare/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: "@oclif/plugin-not-found" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 99776028c..a509a2dc2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@oclif/core": "^1.18.0", "@oclif/plugin-help": "^5.1.15", - "@oclif/plugin-not-found": "^2.3.5", + "@oclif/plugin-not-found": "^2.3.6", "@oclif/plugin-warn-if-update-available": "^2.0.6", "aws-sdk": "^2.1231.0", "concurrently": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 1988eedaa..8b9587ce4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -506,7 +506,7 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/core@^1.16.1", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.18.0": +"@oclif/core@^1.16.1", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1": version "1.18.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.18.0.tgz#93c790c663c6b24a609d1ea44362f5438cb19d73" integrity sha512-12SWbbDbMrhBmEuN9cOQkbN+sFUKlSTw+NlCPVVIg3uEhnmkXgx2wZJtCN4c+IBMJjC27L9lDneeoe70yQuiVg== @@ -610,13 +610,13 @@ semver "^7.3.5" tslib "^2.0.0" -"@oclif/plugin-not-found@^2.3.5": - version "2.3.5" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.5.tgz#76d939d57f207039061a14727ee263de14e1a739" - integrity sha512-8c1hf6+JnWmtGQS5gBSGlbMOYLbssz0mpGytlzevHZzPes2k8EGuNQBOP2nEeyObM9HhbNjzBRjwJcjDB6zoQQ== +"@oclif/plugin-not-found@^2.3.6": + version "2.3.6" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.3.6.tgz#279dec98219512f7d2d667dd3a4b55abe6a1f9a8" + integrity sha512-VcO8VwHalrALUV+vZO1mEAjt1r4JM//rmW8Rw9Ca1/aITnOC58Saf8v2MpZABuu7QeJ/LbwQsZglR0MNDAbYnw== dependencies: "@oclif/color" "^1.0.1" - "@oclif/core" "^1.18.0" + "@oclif/core" "^1.19.1" fast-levenshtein "^3.0.0" lodash "^4.17.21"