Skip to content

Commit

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

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

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 Nov 2, 2024
1 parent 659be7c commit f78d2f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.2.3",
"@oclif/table": "^0.3.2",
"lodash": "^4.17.21",
"object-treeify": "^4.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,13 +1306,13 @@
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==

"@oclif/table@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.3.tgz#f17d220ab7ebe5ea4f9560800961666f93206df9"
integrity sha512-9QL3jhwbgANY+9z0pK6m3oSyI0Mk4s28MD7NVG7yu59v7FajsljvyyuPOyraUS/c+SaQy6/zKyZiyiXJ/cqx2g==
"@oclif/table@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.2.tgz#192a310488af67a7341ba203a0e3a0d67f1d8693"
integrity sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
"@types/react" "^18.3.12"
change-case "^5.4.4"
cli-truncate "^4.0.0"
ink "^5.0.1"
Expand Down Expand Up @@ -1967,10 +1967,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==

"@types/react@^18.3.11":
version "18.3.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537"
integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==
"@types/react@^18.3.12":
version "18.3.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down

0 comments on commit f78d2f9

Please sign in to comment.