Skip to content

Commit b7e357f

Browse files
⬆️ Bump inquirer from 9.2.20 to 9.2.23 (#1301)
⬆️ Bump inquirer from 9.2.20 to 9.2.23 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.20 to 9.2.23. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@9.2.23) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a3cc00 commit b7e357f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"conf": "12.0.0",
4949
"execa": "^8.0.1",
5050
"fuse.js": "7.0.0",
51-
"inquirer": "^9.2.20",
51+
"inquirer": "^9.2.23",
5252
"inquirer-autocomplete-prompt": "^3.0.1",
5353
"meow": "^13.1.0",
5454
"node-fetch": "^3.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,10 +1216,10 @@
12161216
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
12171217
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
12181218

1219-
"@inquirer/figures@^1.0.1":
1220-
version "1.0.1"
1221-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
1222-
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==
1219+
"@inquirer/figures@^1.0.3":
1220+
version "1.0.3"
1221+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
1222+
integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
12231223

12241224
"@istanbuljs/load-nyc-config@^1.0.0":
12251225
version "1.1.0"
@@ -3499,12 +3499,12 @@ inquirer-autocomplete-prompt@^3.0.1:
34993499
run-async "^2.4.1"
35003500
rxjs "^7.5.6"
35013501

3502-
inquirer@^9.2.20:
3503-
version "9.2.20"
3504-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.20.tgz#e2b6fe09466f4dae039e6de31c68c5a47eac2e15"
3505-
integrity sha512-SFwJJPS+Ms75NV+wzFBHjirG4z3tzvis31h+9NyH1tqjIu2c7vCavlXILZ73q/nPYy8/aw4W+DNzLH5MjfYXiA==
3502+
inquirer@^9.2.23:
3503+
version "9.2.23"
3504+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.23.tgz#cd2fe34edca12315b624fbc3c8cb99b1c4f61f90"
3505+
integrity sha512-kod5s+FBPIDM2xiy9fu+6wdU/SkK5le5GS9lh4FEBjBHqiMgD9lLFbCbuqFNAjNL2ZOy9Wd9F694IOzN9pZHBA==
35063506
dependencies:
3507-
"@inquirer/figures" "^1.0.1"
3507+
"@inquirer/figures" "^1.0.3"
35083508
"@ljharb/through" "^2.3.13"
35093509
ansi-escapes "^4.3.2"
35103510
chalk "^5.3.0"

0 commit comments

Comments
 (0)