From d104b33b02d48b6092b4786442839391bec9654a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:16:19 +0000 Subject: [PATCH] chore(deps)(deps): Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete), [@oclif/plugin-help](https://github.com/oclif/plugin-help) and [dayjs](https://github.com/iamkun/dayjs). Updates `@oclif/plugin-autocomplete` from 3.2.38 to 3.2.39 - [Release notes](https://github.com/oclif/plugin-autocomplete/releases) - [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-autocomplete/compare/3.2.38...3.2.39) Updates `@oclif/plugin-help` from 6.2.34 to 6.2.35 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.34...6.2.35) Updates `dayjs` from 1.11.18 to 1.11.19 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9ded7a..31bd7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,11 @@ "license": "MIT", "dependencies": { "@oclif/core": "^2.15.0", - "@oclif/plugin-autocomplete": "^3.2.38", - "@oclif/plugin-help": "^6.2.34", + "@oclif/plugin-autocomplete": "^3.2.39", + "@oclif/plugin-help": "^6.2.35", "chalk": "^4.1.2", "cli-table3": "^0.6.3", - "dayjs": "^1.11.10", + "dayjs": "^1.11.19", "inquirer": "^8.2.6", "keytar": "^7.9.0", "ora": "^5.4.1", @@ -3120,9 +3120,9 @@ } }, "node_modules/@oclif/plugin-autocomplete": { - "version": "3.2.38", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.38.tgz", - "integrity": "sha512-mjBADB+Cgpqv/Sema5nJYm4a9RHw/53Kku5opNCrnIvnvNYnr2u/ydVl95yvDLzctSoZ0VsJfXHupzTyLTLFqw==", + "version": "3.2.39", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.39.tgz", + "integrity": "sha512-OwAZNnSpuDjKyhAwoOJkFWxGswPFKBB4hpNIMsj6PUtbKwGBPmD+2wGGPgTsDioVwLmUELSb2bZ+1dxHfvXmvg==", "license": "MIT", "dependencies": { "@oclif/core": "^4", @@ -3179,9 +3179,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.34", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.34.tgz", - "integrity": "sha512-RvcDSp1PcXFuPJx8IvkI1sQKAPp7TuR+4QVg+uS+Dv3xG6QSqGW5IMNBdvfmB2NLrvSeIiDHadLv/bz9n4iQWQ==", + "version": "6.2.35", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.35.tgz", + "integrity": "sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA==", "license": "MIT", "dependencies": { "@oclif/core": "^4" @@ -6072,9 +6072,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", - "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index e80d4fc..40ff4da 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ }, "dependencies": { "@oclif/core": "^2.15.0", - "@oclif/plugin-autocomplete": "^3.2.38", - "@oclif/plugin-help": "^6.2.34", + "@oclif/plugin-autocomplete": "^3.2.39", + "@oclif/plugin-help": "^6.2.35", "chalk": "^4.1.2", "cli-table3": "^0.6.3", - "dayjs": "^1.11.10", + "dayjs": "^1.11.19", "inquirer": "^8.2.6", "keytar": "^7.9.0", "ora": "^5.4.1",