From c9dd11a458f5aafce4a7be7287e61dab51b15e5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:22:58 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v5 --- create-plainweb/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/create-plainweb/package.json b/create-plainweb/package.json index aa9c7c9..a4fe65d 100644 --- a/create-plainweb/package.json +++ b/create-plainweb/package.json @@ -27,7 +27,7 @@ "@inquirer/prompts": "^5.0.4", "@remix-run/web-fetch": "^4.4.2", "arg": "^5.0.2", - "chalk": "4.1.2", + "chalk": "5.3.0", "execa": "5.1.1", "fs-extra": "^11.2.0", "gunzip-maybe": "^1.4.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3978166..0356ed6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: ^5.0.2 version: 5.0.2 chalk: - specifier: 4.1.2 - version: 4.1.2 + specifier: 5.3.0 + version: 5.3.0 execa: specifier: 5.1.1 version: 5.1.1