Skip to content

Commit eea525e

Browse files
fix(deps): update dependency meow to v14
1 parent c2f7c15 commit eea525e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "rm -rf tmp && tape test.js"
3535
},
3636
"dependencies": {
37-
"meow": "13.2.0"
37+
"meow": "14.0.0"
3838
},
3939
"devDependencies": {
4040
"tape": "5.9.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,10 @@ isarray@^2.0.5:
830830
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
831831
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
832832

833-
meow@13.2.0:
834-
version "13.2.0"
835-
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
836-
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
833+
meow@14.0.0:
834+
version "14.0.0"
835+
resolved "https://registry.yarnpkg.com/meow/-/meow-14.0.0.tgz#97d44d2f9eeb9836db06108570891f7523103bbc"
836+
integrity sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==
837837

838838
minimatch@^3.0.4, minimatch@^3.1.1:
839839
version "3.1.2"

0 commit comments

Comments
 (0)