From 7e0b07109d1fdc314422baa0a8f1b3aa5caec1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:39:34 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.12.2 to 4.13.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.12.2 to 4.13.1. - [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.12.2...4.13.1) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a5de8b..057efcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15003,9 +15003,9 @@ } }, "node_modules/oclif": { - "version": "4.12.2", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.12.2.tgz", - "integrity": "sha512-l2WnVsky2H8W2+pzBFTKGZdSoCfxeV79WWh5noa4RO34vouqHH7GxLckB3DcEXlNeyREM7zagC1R7kWaYBUMrg==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.13.1.tgz", + "integrity": "sha512-R/tkEB7k0unsDDaNHyZc+7NHcKwNPUMG21oCOf+Vy5qfEWD7504l55m5tGLpYpJSKwvU6c7WhMpRpPLaZhxZkA==", "dev": true, "dependencies": { "@aws-sdk/client-cloudfront": "^3.574.0", @@ -15013,9 +15013,9 @@ "@inquirer/confirm": "^3.1.6", "@inquirer/input": "^2.1.9", "@inquirer/select": "^2.3.5", - "@oclif/core": "^4.0.0-beta.12", + "@oclif/core": "^4", "@oclif/plugin-help": "^6.0.21", - "@oclif/plugin-not-found": "^3.1.10", + "@oclif/plugin-not-found": "^3.2.1", "@oclif/plugin-warn-if-update-available": "^3.0.19", "async-retry": "^1.3.3", "chalk": "^4", @@ -15041,17 +15041,17 @@ } }, "node_modules/oclif/node_modules/@oclif/core": { - "version": "4.0.0-beta.13", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz", - "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz", + "integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==", "dev": true, "dependencies": { "ansi-escapes": "^4.3.2", - "ansis": "^3.0.1", + "ansis": "^3.1.1", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "cosmiconfig": "^9.0.0", - "debug": "^4.3.4", + "debug": "^4.3.5", "ejs": "^3.1.10", "get-package-type": "^0.1.0", "globby": "^11.1.0", @@ -15059,7 +15059,7 @@ "is-wsl": "^2.2.0", "minimatch": "^9.0.4", "string-width": "^4.2.3", - "supports-color": "^9.4.0", + "supports-color": "^8", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" @@ -15091,18 +15091,6 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/oclif/node_modules/supports-color": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz", - "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/oclif/node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",