Skip to content

Commit

Permalink
fix(deps): bump @oclif/table from 0.3.9 to 0.4.0 (#843)
Browse files Browse the repository at this point in the history
Bumps [@oclif/table](https://github.com/oclif/table) from 0.3.9 to 0.4.0.
- [Release notes](https://github.com/oclif/table/releases)
- [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md)
- [Commits](oclif/table@0.3.9...0.4.0)

---
updated-dependencies:
- dependency-name: "@oclif/table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent 5b020ea commit e191a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
"@oclif/core": "^4",
"@oclif/table": "^0.3.9",
"@oclif/table": "^0.4.0",
"lodash": "^4.17.21",
"object-treeify": "^4.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,10 +1442,10 @@
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==

"@oclif/table@^0.3.9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.9.tgz#9bbdfe64c6da94da20d668bd244b3c2dabb7ae6e"
integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
"@oclif/table@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.0.tgz#3bf97121a4fc3524801883f550eeb0fd822852a9"
integrity sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.12"
Expand Down

0 comments on commit e191a5d

Please sign in to comment.