Skip to content

Commit

Permalink
deps: bump meow from 11.0.0 to 12.0.1 (#97)
Browse files Browse the repository at this point in the history
* 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](sindresorhus/meow@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] <support@github.com>

* chore: update arg option

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Jun 30, 2023
1 parent 63eea21 commit 33250df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protons/bin/protons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function main (): Promise<void> {
flags: {
output: {
type: 'string',
alias: 'o'
shortFlag: 'o'
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion packages/protons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"release": "aegir release"
},
"dependencies": {
"meow": "^11.0.0",
"meow": "^12.0.1",
"protobufjs-cli": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 33250df

Please sign in to comment.