Skip to content

Commit 7257559

Browse files
authored
Merge pull request #80 from fossil-engineering/renovate/inquirer-9.x
chore(deps): update dependency inquirer to v9.1.2
2 parents 748e58b + 4dc67ee commit 7257559

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"globby": "11.1.0",
6363
"husky": "8.0.1",
6464
"imagemin-optipng": "8.0.0",
65-
"inquirer": "9.1.0",
65+
"inquirer": "9.1.2",
6666
"lint-staged": "13.0.3",
6767
"next-remote-watch": "1.0.0",
6868
"prettier": "2.7.1"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3814,10 +3814,10 @@ figures@^3.0.0:
38143814
dependencies:
38153815
escape-string-regexp "^1.0.5"
38163816

3817-
figures@^4.0.1:
3818-
version "4.0.1"
3819-
resolved "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz"
3820-
integrity sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==
3817+
figures@^5.0.0:
3818+
version "5.0.0"
3819+
resolved "https://registry.yarnpkg.com/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f"
3820+
integrity sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==
38213821
dependencies:
38223822
escape-string-regexp "^5.0.0"
38233823
is-unicode-supported "^1.2.0"
@@ -4692,17 +4692,17 @@ [email protected]:
46924692
resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz"
46934693
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
46944694

4695-
4696-
version "9.1.0"
4697-
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.1.0.tgz"
4698-
integrity sha512-eukdjrBljg9t55ZnvJjvGi1OyYEzVBFsO/8o5d2MV3mc28u3x4X2kS4eJ/+9U10KiREfPkEBSeCrU/S2G/uRtw==
4695+
4696+
version "9.1.2"
4697+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.1.2.tgz#37f5486f3de0e38820aad83a1f75c52c747e2f9a"
4698+
integrity sha512-Hj2Ml1WpxKJU2npP2Rj0OURGkHV+GtNW2CwFdHDiXlqUBAUrWTcZHxCkFywX/XHzOS7wrG/kExgJFbUkVgyHzg==
46994699
dependencies:
47004700
ansi-escapes "^5.0.0"
47014701
chalk "^5.0.1"
47024702
cli-cursor "^4.0.0"
47034703
cli-width "^4.0.0"
47044704
external-editor "^3.0.3"
4705-
figures "^4.0.1"
4705+
figures "^5.0.0"
47064706
lodash "^4.17.21"
47074707
mute-stream "0.0.8"
47084708
ora "^6.1.2"

0 commit comments

Comments
 (0)