Skip to content

Commit

Permalink
Merge pull request #1010 from oclif/dependabot-npm_and_yarn-oclif-plu…
Browse files Browse the repository at this point in the history
…gin-not-found-2.3.6

fix(deps): bump @oclif/plugin-not-found from 2.3.5 to 2.3.6
  • Loading branch information
svc-cli-bot committed Oct 23, 2022
2 parents 91ce8da + f886f7a commit ed3fd73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.16",
"@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
10 changes: 5 additions & 5 deletions yarn.lock
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 ed3fd73

Please sign in to comment.