Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: update dependency meow to v8.1.0 (#2380)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 28, 2020
1 parent 9732a22 commit 0fbadcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -40,7 +40,7 @@
"@commitlint/test": "^11.0.0",
"execa": "^5.0.0",
"is-builtin-module": "3.0.0",
"meow": "8.0.0",
"meow": "8.1.0",
"read-pkg": "5.2.0",
"require-from-string": "2.0.2",
"tar-fs": "2.1.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7342,10 +7342,10 @@ medium-zoom@^1.0.6:
resolved "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.0.6.tgz#9247f21ca9313d8bbe9420aca153a410df08d027"
integrity sha512-UdiUWfvz9fZMg1pzf4dcuqA0W079o0mpqbTnOz5ip4VGYX96QjmbM+OgOU/0uOzAytxC0Ny4z+VcYQnhdifimg==

meow@8.0.0:
version "8.0.0"
resolved "https://registry.npmjs.org/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==
meow@8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/meow/-/meow-8.1.0.tgz#0fcaa267e35e4d58584b8205923df6021ddcc7ba"
integrity sha512-fNWkgM1UVMey2kf24yLiccxLihc5W+6zVus3/N0b+VfnJgxV99E9u04X6NAiKdg6ED7DAQBX5sy36NM0QJZkWA==
dependencies:
"@types/minimist" "^1.2.0"
camelcase-keys "^6.2.2"
Expand Down

0 comments on commit 0fbadcf

Please sign in to comment.