From 8e1137a86e9f617da16073da86385a61ec6ea558 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Fri, 20 Oct 2023 22:17:02 +0200 Subject: [PATCH] Update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 982c7b4..bbfaa5c 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "node": ">=16.10.0" }, "dependencies": { - "chalk": "^5.2.0", - "installed-check-core": "^7.1.2", - "meow": "^12.0.1", + "chalk": "^5.3.0", + "installed-check-core": "^7.1.4", + "meow": "^12.1.1", "pony-cause": "^2.1.10", "version-guard": "^1.1.1" },