From 713fa607e0acd7dabcb149946f4acff69bb4f228 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:37:57 +0000 Subject: [PATCH] Bump prompts from 2.4.0 to 2.4.1 Bumps [prompts](https://github.com/terkelg/prompts) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/terkelg/prompts/releases) - [Commits](https://github.com/terkelg/prompts/compare/v2.4.0...v2.4.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cdb6fcd..055d50a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-extra": "9.1.0", "nodemon": "2.0.7", "ora": "5.3.0", - "prompts": "2.4.0", + "prompts": "2.4.1", "rimraf": "3.0.2", "ssh2-sftp-client": "6.0.1", "ts-devscript": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index e3db5f2..fdb2035 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2299,10 +2299,10 @@ promise-retry@^2.0.1: err-code "^2.0.2" retry "^0.12.0" -prompts@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.0.tgz#4aa5de0723a231d1ee9121c40fdf663df73f61d7" - integrity sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ== +prompts@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61" + integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== dependencies: kleur "^3.0.3" sisteransi "^1.0.5"