From 5458955b597b7eb014a3fcb7584dda5366a14e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:34:19 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-update from 4.6.37 to 4.6.38 Bumps [@oclif/plugin-update](https://github.com/oclif/plugin-update) from 4.6.37 to 4.6.38. - [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.37...4.6.38) --- updated-dependencies: - dependency-name: "@oclif/plugin-update" dependency-version: 4.6.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f58f9ea..ed247128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3652,14 +3652,14 @@ } }, "node_modules/@oclif/plugin-update": { - "version": "4.6.37", - "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.37.tgz", - "integrity": "sha512-tARj/uPaZT7GctUncMseMd8d7D3dANOJyaykwjYHC0O2oeLeptdqaiISQAuh8Wu5VKhcgwkrNO5DoVCdZNW48g==", + "version": "4.6.38", + "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.38.tgz", + "integrity": "sha512-Q+E6HP+Qi5PVJGqEHVON1nN5vgDmNl2xTzi644cIL58BVlWTXx1eLaqv7Hac0DoBUAx0Me2TwZoq5CovVWgbrQ==", "license": "MIT", "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.4.7", + "@oclif/table": "^0.4.8", "ansis": "^3.17.0", "debug": "^4.4.0", "filesize": "^6.1.0", @@ -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",