Skip to content

Commit

Permalink
fix(deps): bump @oclif/plugin-not-found from 3.0.7 to 3.0.8 (oclif#1242)
Browse files Browse the repository at this point in the history
Bumps [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) from 3.0.7 to 3.0.8.
- [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@3.0.7...3.0.8)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-not-found"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 50d2cb0 commit 6072880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@aws-sdk/client-s3": "^3.468.0",
"@oclif/core": "^3.16.0",
"@oclif/plugin-help": "^6.0.9",
"@oclif/plugin-not-found": "^3.0.7",
"@oclif/plugin-not-found": "^3.0.8",
"@oclif/plugin-warn-if-update-available": "^3.0.8",
"async-retry": "^1.3.3",
"change-case": "^4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1401,12 +1401,12 @@
debug "^4.3.3"
semver "^7.5.4"

"@oclif/plugin-not-found@^3.0.7":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.7.tgz#7dcdd1406d464f74eb37e9cde73918d5e1139d8d"
integrity sha512-AofTUzKVvuU9uQBKMhX3i62aPeoijqtNsRM4rHShS4FyUd1MEhjbI2SmxcNTWjwedRL5F+b9EpjWuswc86fUMg==
"@oclif/plugin-not-found@^3.0.8":
version "3.0.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.8.tgz#d694a9308993703a1cbacbab7f5625315f0169ea"
integrity sha512-sfh7jFc+1vFsF/+9ghF3pVul9xFJ4Hu1JI+KzkDjgWkfVSyPSEE+s6Hfn2z6lCXkwSKQ5lJATuZmafnGes7NGg==
dependencies:
"@oclif/core" "^3.15.1"
"@oclif/core" "^3.16.0"
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

Expand Down

0 comments on commit 6072880

Please sign in to comment.