Skip to content

Commit 0dff796

Browse files
fix(deps): bump @oclif/table from 0.4.12 to 0.4.13 (#1184)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.12 to 0.4.13. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.4.12...0.4.13) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.4.13 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 7a74941 commit 0dff796

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.12",
9+
"@oclif/table": "^0.4.13",
1010
"ansis": "^3.17.0",
1111
"debug": "^4.4.1",
1212
"filesize": "^6.1.0",

yarn.lock

Lines changed: 9 additions & 9 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.12":
1636-
version "0.4.12"
1637-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1638-
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
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==
16391639
dependencies:
16401640
"@types/react" "^18.3.12"
16411641
change-case "^5.4.4"
@@ -1645,7 +1645,7 @@
16451645
object-hash "^3.0.0"
16461646
react "^18.3.1"
16471647
strip-ansi "^7.1.0"
1648-
wrap-ansi "^9.0.0"
1648+
wrap-ansi "^9.0.2"
16491649

16501650
"@pnpm/config.env-replace@^1.1.0":
16511651
version "1.1.0"
@@ -8243,10 +8243,10 @@ wrap-ansi@^7.0.0:
82438243
string-width "^4.1.0"
82448244
strip-ansi "^6.0.0"
82458245

8246-
wrap-ansi@^9.0.0:
8247-
version "9.0.0"
8248-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
8249-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
8246+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
8247+
version "9.0.2"
8248+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
8249+
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
82508250
dependencies:
82518251
ansi-styles "^6.2.1"
82528252
string-width "^7.0.0"

0 commit comments

Comments
 (0)