From 3d50324f2e5e0d75371b6ca6f228af6e629f29d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:16:24 +0000 Subject: [PATCH] Bump oclif from 4.17.0 to 4.17.4 Bumps [oclif](https://github.com/oclif/oclif) from 4.17.0 to 4.17.4. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.17.0...4.17.4) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development 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 cb63bf406..332f6aea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18004,9 +18004,9 @@ } }, "node_modules/oclif": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.0.tgz", - "integrity": "sha512-fRj4J4uIzvRmqSTKGYmYuioG6im29niMBL499wcAIOyRM2UHJslrKi8MCxpzNgqUr6ekkdvyQ13HyzgdPlhytQ==", + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.4.tgz", + "integrity": "sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ==", "dev": true, "dependencies": { "@aws-sdk/client-cloudfront": "^3.699.0", @@ -18014,10 +18014,10 @@ "@inquirer/confirm": "^3.1.22", "@inquirer/input": "^2.2.4", "@inquirer/select": "^2.5.0", - "@oclif/core": "^4.0.37", - "@oclif/plugin-help": "^6.2.17", - "@oclif/plugin-not-found": "^3.2.30", - "@oclif/plugin-warn-if-update-available": "^3.1.21", + "@oclif/core": "^4.2.0", + "@oclif/plugin-help": "^6.2.20", + "@oclif/plugin-not-found": "^3.2.31", + "@oclif/plugin-warn-if-update-available": "^3.1.28", "async-retry": "^1.3.3", "chalk": "^4", "change-case": "^4",