Skip to content

Commit 22f3e8b

Browse files
authoredDec 22, 2024··
fix(deps): bump @oclif/table from 0.3.7 to 0.3.9 (#1008)
Bumps [@oclif/table](https://github.com/oclif/table) from 0.3.7 to 0.3.9. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](oclif/table@0.3.7...0.3.9) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a65a09 commit 22f3e8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
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.3.7",
9+
"@oclif/table": "^0.3.9",
1010
"ansis": "^3.3.2",
1111
"debug": "^4.4.0",
1212
"filesize": "^6.1.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1199,10 +1199,10 @@
11991199
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
12001200
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
12011201

1202-
"@oclif/table@^0.3.7":
1203-
version "0.3.7"
1204-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.7.tgz#b13fb4525413c570cf1c34c8f6da9e13ea7ced0e"
1205-
integrity sha512-ixk/2swooqgg07N3mICe3gvkq/G4Au3jNMaRNCWIfWtcoyT+tTrOQxD+Ead0wMBuZl/J+CyEwImIjJqC21P1kA==
1202+
"@oclif/table@^0.3.9":
1203+
version "0.3.9"
1204+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.9.tgz#9bbdfe64c6da94da20d668bd244b3c2dabb7ae6e"
1205+
integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
12061206
dependencies:
12071207
"@oclif/core" "^4"
12081208
"@types/react" "^18.3.12"

0 commit comments

Comments
 (0)
Please sign in to comment.