From a7820f33982f4566acf934fb8638e416cb2f8259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:41:10 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-update from 4.6.42 to 4.6.45 Bumps [@oclif/plugin-update](https://github.com/oclif/plugin-update) from 4.6.42 to 4.6.45. - [Release notes](https://github.com/oclif/plugin-update/releases) - [Changelog](https://github.com/oclif/plugin-update/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-update/compare/4.6.42...4.6.45) --- updated-dependencies: - dependency-name: "@oclif/plugin-update" dependency-version: 4.6.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89ec70aa..ce32b478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@cyclonedx/cdxgen": "^11.3.2", "@oclif/core": "^4.3.1", "@oclif/plugin-help": "^6.2.28", - "@oclif/plugin-update": "^4.6.42", + "@oclif/plugin-update": "^4.6.45", "graphql": "^16.11.0", "packageurl-js": "^2.0.1", "terminal-link": "^4.0.0", @@ -3735,14 +3735,14 @@ } }, "node_modules/@oclif/plugin-update": { - "version": "4.6.42", - "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.42.tgz", - "integrity": "sha512-TaF5untXCHbgbuNe6BDEm1zbIWvdEGyIbdsfwn2iOfXCQby23ggDSyvow6uB3w+op5WkpX8IevbE10oGRH3wwA==", + "version": "4.6.45", + "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.45.tgz", + "integrity": "sha512-B+10I6SMAV/614iO9MoOv2qKeEgZrguqHCYMA5f3fjkY0V2MfXZpvYhk0yodAFpMG/CNM/rnII7PQKUvjRIooA==", "license": "MIT", "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.4.8", + "@oclif/table": "^0.4.9", "ansis": "^3.17.0", "debug": "^4.4.1", "filesize": "^6.1.0", @@ -3859,9 +3859,9 @@ } }, "node_modules/@oclif/table": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz", - "integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.9.tgz", + "integrity": "sha512-j6M16G2qXhQCZ3e6TffYmJgBdl0sha0/P1X8xpZpaXMvNHE7nWGGvScUACwvMn64XoSLHzLC9yEcaI5IpH0kYg==", "license": "MIT", "dependencies": { "@types/react": "^18.3.12", diff --git a/package.json b/package.json index 452823dc..c7e88f34 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@cyclonedx/cdxgen": "^11.3.2", "@oclif/core": "^4.3.1", "@oclif/plugin-help": "^6.2.28", - "@oclif/plugin-update": "^4.6.42", + "@oclif/plugin-update": "^4.6.45", "graphql": "^16.11.0", "packageurl-js": "^2.0.1", "terminal-link": "^4.0.0",