Skip to content

Commit

Permalink
fix: 馃摝 dependency inquirer to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2022
1 parent 967a520 commit ad78db0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/semver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@nrwl/devkit": "14.0.3",
"inquirer": "8.2.2",
"inquirer": "8.2.3",
"rxjs": "7.5.5",
"standard-version": "9.3.2"
},
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3350,10 +3350,10 @@ ini@^1.3.2, ini@^1.3.4:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

inquirer@8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.2.tgz#1310517a87a0814d25336c78a20b44c3d9b7629d"
integrity sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==
inquirer@8.2.3:
version "8.2.3"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.3.tgz#9c0b8a3fda91fdb00590557ec8530160e908c6e7"
integrity sha512-jmoBlmWUChXgVi1wGDZsD7pWCaibJKmL+8+E2jaiWiRj8OlJLwQdQQS2CIjgvdg8UUHX+oyagQKicVVcqwxi9Q==
dependencies:
ansi-escapes "^4.2.1"
chalk "^4.1.1"
Expand All @@ -3369,6 +3369,7 @@ inquirer@8.2.2:
string-width "^4.1.0"
strip-ansi "^6.0.0"
through "^2.3.6"
wrap-ansi "^7.0.0"

inquirer@^7.0.4:
version "7.3.3"
Expand Down

0 comments on commit ad78db0

Please sign in to comment.