From de1d54ecfbb11cb22521369e753930c3c50bfbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 11:04:08 +0000 Subject: [PATCH 1/2] deps: bump meow from 11.0.0 to 12.0.1 Bumps [meow](https://github.com/sindresorhus/meow) from 11.0.0 to 12.0.1. - [Release notes](https://github.com/sindresorhus/meow/releases) - [Commits](https://github.com/sindresorhus/meow/compare/v11.0.0...v12.0.1) --- updated-dependencies: - dependency-name: meow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/protons/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protons/package.json b/packages/protons/package.json index ebb0a4b..c758297 100644 --- a/packages/protons/package.json +++ b/packages/protons/package.json @@ -153,7 +153,7 @@ "release": "aegir release" }, "dependencies": { - "meow": "^11.0.0", + "meow": "^12.0.1", "protobufjs-cli": "^1.0.0" }, "devDependencies": { From f509983b31c10182a8b54f34a8c6c4ae6438ded8 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 30 Jun 2023 16:30:10 +0200 Subject: [PATCH 2/2] chore: update arg option --- packages/protons/bin/protons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protons/bin/protons.ts b/packages/protons/bin/protons.ts index 23ceee2..0ca88a0 100644 --- a/packages/protons/bin/protons.ts +++ b/packages/protons/bin/protons.ts @@ -18,7 +18,7 @@ async function main (): Promise { flags: { output: { type: 'string', - alias: 'o' + shortFlag: 'o' } } })