From 87d5025c1ca8a5f617e73f33f9123486010dbd70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:09:55 +0000 Subject: [PATCH] fix(deps): update dependency meow to v14 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b00a05..8948eca 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "iconv-lite": "0.7.0", "jschardet": "3.1.4", "marked": "16.4.2", - "meow": "13.2.0", + "meow": "14.1.0", "mime": "4.1.0", "xlsx": "^0.18.5", "xpath": "0.0.34", diff --git a/yarn.lock b/yarn.lock index e1fedc3..e38b7fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3769,10 +3769,10 @@ math-intrinsics@^1.1.0: resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== -meow@13.2.0: - version "13.2.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f" - integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA== +meow@14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-14.1.0.tgz#3cd2d16ad534829ab12fcb5010fc2fdb89facd31" + integrity sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw== micromatch@^4.0.8: version "4.0.8"