From 934f94d171af83028e056bade40bc739b77c6ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:34:41 +0000 Subject: [PATCH] chore(deps): bump @oclif/table from 0.4.7 to 0.4.8 Bumps [@oclif/table](https://github.com/oclif/table) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/oclif/table/releases) - [Changelog](https://github.com/oclif/table/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/table/compare/0.4.7...0.4.8) --- updated-dependencies: - dependency-name: "@oclif/table" dependency-version: 0.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f58f9ea..9b1ce57b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@oclif/core": "^4", "@oclif/plugin-help": "^6", "@oclif/plugin-update": "^4", - "@oclif/table": "^0.4.7", + "@oclif/table": "^0.4.8", "graphql": "^16.8.1", "packageurl-js": "^2.0.1", "update-notifier": "^7.3.1" @@ -3777,9 +3777,9 @@ } }, "node_modules/@oclif/table": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.7.tgz", - "integrity": "sha512-NZGHzQbsy4w30fw9p+5eANmPUB4aXyIAbU+qAlxbAGzRm1ogxm06EmuuCfdH25rUIlq4GnycGEO3AQIkPnG9Cg==", + "version": "0.4.8", + "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz", + "integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==", "license": "MIT", "dependencies": { "@types/react": "^18.3.12", diff --git a/package.json b/package.json index 0064a21c..918a5031 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@oclif/core": "^4", "@oclif/plugin-help": "^6", "@oclif/plugin-update": "^4", - "@oclif/table": "^0.4.7", + "@oclif/table": "^0.4.8", "graphql": "^16.8.1", "packageurl-js": "^2.0.1", "update-notifier": "^7.3.1"