From 66adba7f90c9dc1853cf4cf8c607c6a4e1544400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:04:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20meow=20from=2012.1.?= =?UTF-8?q?1=20to=2013.1.0=20(#1250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Bump meow from 12.1.1 to 13.1.0 Bumps [meow](https://github.com/sindresorhus/meow) from 12.1.1 to 13.1.0. - [Release notes](https://github.com/sindresorhus/meow/releases) - [Commits](https://github.com/sindresorhus/meow/compare/v12.1.1...v13.1.0) --- updated-dependencies: - dependency-name: meow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d75e0dbe1..ce4e742ea 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fuse.js": "7.0.0", "inquirer": "^9.2.13", "inquirer-autocomplete-prompt": "^3.0.1", - "meow": "^12.1.1", + "meow": "^13.1.0", "node-fetch": "^3.3.2", "ora": "^8.0.1", "path-exists": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 7a9327ee6..8fe9f223b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4288,10 +4288,10 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" -meow@^12.1.1: - version "12.1.1" - resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6" - integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw== +meow@^13.1.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37" + integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA== merge-stream@^2.0.0: version "2.0.0"