Skip to content

Commit 98d9cef

Browse files
fix(deps): update dependency meow to v13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fa4155 commit 98d9cef

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"arrify": "^1.0.0",
4646
"git-raw-commits": "^4.0.0",
47-
"meow": "^12.0.0",
47+
"meow": "^13.0.0",
4848
"through2-concurrent": "^2.0.0"
4949
},
5050
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,11 +2315,16 @@ map-obj@^4.0.0:
23152315
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
23162316
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
23172317

2318-
meow@^12.0.0, meow@^12.0.1:
2318+
meow@^12.0.1:
23192319
version "12.1.1"
23202320
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
23212321
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
23222322

2323+
meow@^13.0.0:
2324+
version "13.2.0"
2325+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
2326+
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
2327+
23232328
meow@^3.3.0:
23242329
version "3.7.0"
23252330
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"

0 commit comments

Comments
 (0)