Skip to content

Commit

Permalink
fix(deps): bump @oclif/plugin-not-found from 3.2.1 to 3.2.3
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.2.1 to 3.2.3.
- [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.2.1...3.2.3)

---
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 Jun 9, 2024
1 parent 8ea5fe0 commit 336bfb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@inquirer/select": "^2.3.5",
"@oclif/core": "^4",
"@oclif/plugin-help": "^6.2.0",
"@oclif/plugin-not-found": "^3.2.1",
"@oclif/plugin-not-found": "^3.2.3",
"@oclif/plugin-warn-if-update-available": "^3.0.19",
"async-retry": "^1.3.3",
"chalk": "^4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^4", "@oclif/core@^4.0.0-beta.13":
"@oclif/core@^4":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
Expand Down Expand Up @@ -1636,13 +1636,13 @@
debug "^4.3.3"
semver "^7.5.4"

"@oclif/plugin-not-found@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.1.tgz#59664f68ef7a67899e2a48ed7379126a44411dad"
integrity sha512-Y2FyWLEziTrgdQwd4LtZcYv3VOMeDhW0pW6hbE0u3fJdxs8f3JLfOHJPd8FPorVt2ldsaj4zcXUWA6vMQKeKbQ==
"@oclif/plugin-not-found@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.3.tgz#90e1ee6829315d0822969bc1dde0296a70caa8be"
integrity sha512-hDHuvMFl7CfJ+GdtDVkLDAMc9J+9Tk1ZRSuFQT7vw4eBtv0EmiXtlTafQqCW9kXypQHgw6UigC3Dz1HXkPpwNQ==
dependencies:
"@inquirer/confirm" "^3.1.9"
"@oclif/core" "^4.0.0-beta.13"
"@oclif/core" "^4"
ansis "^3.2.0"
fast-levenshtein "^3.0.0"

Expand Down

0 comments on commit 336bfb0

Please sign in to comment.