Skip to content

Commit

Permalink
chore(deps): upgrade inquirer to v8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent b4b86b2 commit 98d4a64
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"inquirer": "8.2.4",
"inquirer": "8.2.6",
"jest": "29.5.0",
"jest-environment-node": "29.5.0",
"jsdom": "22.1.0",
Expand Down
31 changes: 21 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12654,7 +12654,7 @@ __metadata:
express: 4.18.2
framer-motion: 10.12.17
husky: 8.0.3
inquirer: 8.2.4
inquirer: 8.2.6
jest: 29.5.0
jest-environment-node: 29.5.0
jsdom: 22.1.0
Expand Down Expand Up @@ -16429,9 +16429,9 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:8.2.4":
version: 8.2.4
resolution: "inquirer@npm:8.2.4"
"inquirer@npm:8.2.5":
version: 8.2.5
resolution: "inquirer@npm:8.2.5"
dependencies:
ansi-escapes: ^4.2.1
chalk: ^4.1.1
Expand All @@ -16448,13 +16448,13 @@ __metadata:
strip-ansi: ^6.0.0
through: ^2.3.6
wrap-ansi: ^7.0.0
checksum: dfcb6529d3af443dfea2241cb471508091b51f5121a088fdb8728b23ec9b349ef0a5e13a0ef2c8e19457b0bed22f7cbbcd561f7a4529d084c562a58c605e2655
checksum: f13ee4c444187786fb393609dedf6b30870115a57b603f2e6424f29a99abc13446fd45ee22461c33c9c40a92a60a8df62d0d6b25d74fc6676fa4cb211de55b55
languageName: node
linkType: hard

"inquirer@npm:8.2.5":
version: 8.2.5
resolution: "inquirer@npm:8.2.5"
"inquirer@npm:8.2.6":
version: 8.2.6
resolution: "inquirer@npm:8.2.6"
dependencies:
ansi-escapes: ^4.2.1
chalk: ^4.1.1
Expand All @@ -16470,8 +16470,8 @@ __metadata:
string-width: ^4.1.0
strip-ansi: ^6.0.0
through: ^2.3.6
wrap-ansi: ^7.0.0
checksum: f13ee4c444187786fb393609dedf6b30870115a57b603f2e6424f29a99abc13446fd45ee22461c33c9c40a92a60a8df62d0d6b25d74fc6676fa4cb211de55b55
wrap-ansi: ^6.0.1
checksum: 387ffb0a513559cc7414eb42c57556a60e302f820d6960e89d376d092e257a919961cd485a1b4de693dbb5c0de8bc58320bfd6247dfd827a873aa82a4215a240
languageName: node
linkType: hard

Expand Down Expand Up @@ -27504,6 +27504,17 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^6.0.1":
version: 6.2.0
resolution: "wrap-ansi@npm:6.2.0"
dependencies:
ansi-styles: ^4.0.0
string-width: ^4.1.0
strip-ansi: ^6.0.0
checksum: 6cd96a410161ff617b63581a08376f0cb9162375adeb7956e10c8cd397821f7eb2a6de24eb22a0b28401300bf228c86e50617cd568209b5f6775b93c97d2fe3a
languageName: node
linkType: hard

"wrap-ansi@npm:^7.0.0":
version: 7.0.0
resolution: "wrap-ansi@npm:7.0.0"
Expand Down

0 comments on commit 98d4a64

Please sign in to comment.