From 8fb156035f1d229d224f8a42608cc7cc2636864b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 01:12:10 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-autocomplete from 3.2.18 to 3.2.27 Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.18 to 3.2.27. - [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.18...3.2.27) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f9594a..c60e225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@adobe/aio-cli-plugin-runtime": "^7", "@adobe/aio-cli-plugin-telemetry": "^2", "@oclif/core": "2.11.7", - "@oclif/plugin-autocomplete": "^3.0.5", + "@oclif/plugin-autocomplete": "^3.2.27", "@oclif/plugin-help": "^6.0.12", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^5", @@ -60,7 +60,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": ">=18" + "node": "^18 || ^20 || ^22" } }, "node_modules/@adobe/aio-cli-lib-app-config": { @@ -6659,12 +6659,13 @@ "integrity": "sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==" }, "node_modules/@oclif/plugin-autocomplete": { - "version": "3.2.18", - "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.18.tgz", - "integrity": "sha512-MX1x7J0K+KtSK8xaOjt1SiXgsQPCV22dQD2Fm2o654SlQAJZN4I+k7vyG0gv36UqT1lFeUo2upWeW71BsXWsZA==", + "version": "3.2.27", + "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.27.tgz", + "integrity": "sha512-Aywx0Vw36k0fQVBa2uLb8FKblGAP7ly1cQ5bdKqL4BmhJnUasy37tpyIDMUor93asOS+kKFQg+52pOxQgXHi1A==", + "license": "MIT", "dependencies": { "@oclif/core": "^4", - "ansis": "^3.5.2", + "ansis": "^3.16.0", "debug": "^4.4.0", "ejs": "^3.1.10" }, @@ -11632,11 +11633,12 @@ "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==" }, "node_modules/ansis": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz", - "integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz", + "integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==", + "license": "ISC", "engines": { - "node": ">=16" + "node": ">=14" } }, "node_modules/anymatch": { diff --git a/package.json b/package.json index 26cb5c8..e4b2711 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@adobe/aio-cli-plugin-runtime": "^7", "@adobe/aio-cli-plugin-telemetry": "^2", "@oclif/core": "2.11.7", - "@oclif/plugin-autocomplete": "^3.0.5", + "@oclif/plugin-autocomplete": "^3.2.27", "@oclif/plugin-help": "^6.0.12", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^5",