Skip to content

Commit 5302e58

Browse files
committed
fix(deps): update dependency prompts to ^2.4.2
1 parent c11e50c commit 5302e58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"deepmerge": "^4.2.2",
4949
"ejs": "^3.1.6",
5050
"glob": "^7.2.0",
51-
"prompts": "^2.4.1",
51+
"prompts": "^2.4.2",
5252
"semver": "^7.3.5"
5353
},
5454
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6211,10 +6211,10 @@ progress@^2.0.0:
62116211
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
62126212
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
62136213

6214-
prompts@^2.4.1:
6215-
version "2.4.1"
6216-
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61"
6217-
integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==
6214+
prompts@^2.4.2:
6215+
version "2.4.2"
6216+
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
6217+
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
62186218
dependencies:
62196219
kleur "^3.0.3"
62206220
sisteransi "^1.0.5"

0 commit comments

Comments
 (0)