Skip to content

Commit

Permalink
fix(deps): bump @oclif/plugin-not-found from 2.3.5 to 2.3.6
Browse files Browse the repository at this point in the history
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](oclif/plugin-not-found@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 22, 2022
1 parent 9682e26 commit 17627b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -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==
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 17627b5

Please sign in to comment.