Skip to content

Commit ad8a1f8

Browse files
fix(deps): bump @oclif/table from 0.4.13 to 0.4.14 (#1189)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.13 to 0.4.14. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.4.13...0.4.14) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.4.14 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>
1 parent 9e166bb commit ad8a1f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@inquirer/select": "^2.5.0",
88
"@oclif/core": "^4",
9-
"@oclif/table": "^0.4.13",
9+
"@oclif/table": "^0.4.14",
1010
"ansis": "^3.17.0",
1111
"debug": "^4.4.1",
1212
"filesize": "^6.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,10 +1632,10 @@
16321632
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
16331633
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
16341634

1635-
"@oclif/table@^0.4.13":
1636-
version "0.4.13"
1637-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.13.tgz#2c3a1282e9e4d5708d4364a6fc46f9360792bdc4"
1638-
integrity sha512-v1liJh2rQqJY+0saJk48DdYts7aDko+Wst8Y/j4MF1FzYrdUYz8o8BxH0DC6VPsxDY/jCwmPLG1l+jJ3cblTAw==
1635+
"@oclif/table@^0.4.14":
1636+
version "0.4.14"
1637+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.14.tgz#9206243895ca22a1621e2fdaa3742b58a5940bfc"
1638+
integrity sha512-qj7cl/duiIOgGK5b31W+Y2JE1POeDd4+q/0Qly63RQVBCwOxCdrCm7Nq1j0jXiYY9boUA7rJPT6KAyWOSFdQxA==
16391639
dependencies:
16401640
"@types/react" "^18.3.12"
16411641
change-case "^5.4.4"
@@ -1644,7 +1644,7 @@
16441644
natural-orderby "^3.0.2"
16451645
object-hash "^3.0.0"
16461646
react "^18.3.1"
1647-
strip-ansi "^7.1.0"
1647+
strip-ansi "^7.1.2"
16481648
wrap-ansi "^9.0.2"
16491649

16501650
"@pnpm/config.env-replace@^1.1.0":

0 commit comments

Comments
 (0)