Skip to content

Commit c7e67d3

Browse files
committed
fix(deps): update dependency inquirer to v8.2.2
1 parent 50c2498 commit c7e67d3

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"concurrently": "6.5.1",
9292
"console.table": "0.10.0",
9393
"fs-extra": "10.0.0",
94-
"inquirer": "8.2.0",
94+
"inquirer": "8.2.2",
9595
"jsonpath": "1.1.1",
9696
"lodash": "4.17.21",
9797
"reflect-metadata": "0.1.13",
@@ -110,7 +110,7 @@
110110
"@semantic-release/changelog": "5.0.1",
111111
"@types/concurrently": "6.4.0",
112112
"@types/fs-extra": "9.0.13",
113-
"@types/inquirer": "8.2.0",
113+
"@types/inquirer": "8.2.1",
114114
"@types/jest": "27.4.1",
115115
"@types/jsonpath": "0.2.0",
116116
"@types/lodash": "4.14.181",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,10 +1835,10 @@
18351835
dependencies:
18361836
"@types/node" "*"
18371837

1838-
"@types/[email protected].0":
1839-
version "8.2.0"
1840-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.0.tgz#b9566d048f5ff65159f2ed97aff45fe0f00b35ec"
1841-
integrity sha512-BNoMetRf3gmkpAlV5we+kxyZTle7YibdOntIZbU5pyIfMdcwy784KfeZDAcuyMznkh5OLa17RVXZOGA5LTlkgQ==
1838+
"@types/[email protected].1":
1839+
version "8.2.1"
1840+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.1.tgz#28a139be3105a1175e205537e8ac10830e38dbf4"
1841+
integrity sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw==
18421842
dependencies:
18431843
"@types/through" "*"
18441844
rxjs "^7.2.0"
@@ -6054,10 +6054,10 @@ init-package-json@^1.10.3:
60546054
validate-npm-package-license "^3.0.1"
60556055
validate-npm-package-name "^3.0.0"
60566056

6057-
6058-
version "8.2.0"
6059-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.0.tgz#f44f008dd344bbfc4b30031f45d984e034a3ac3a"
6060-
integrity sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ==
6057+
6058+
version "8.2.2"
6059+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.2.tgz#1310517a87a0814d25336c78a20b44c3d9b7629d"
6060+
integrity sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==
60616061
dependencies:
60626062
ansi-escapes "^4.2.1"
60636063
chalk "^4.1.1"
@@ -6069,7 +6069,7 @@ [email protected]:
60696069
mute-stream "0.0.8"
60706070
ora "^5.4.1"
60716071
run-async "^2.4.0"
6072-
rxjs "^7.2.0"
6072+
rxjs "^7.5.5"
60736073
string-width "^4.1.0"
60746074
strip-ansi "^6.0.0"
60756075
through "^2.3.6"
@@ -10204,6 +10204,13 @@ rxjs@^7.2.0:
1020410204
dependencies:
1020510205
tslib "~2.1.0"
1020610206

10207+
rxjs@^7.5.5:
10208+
version "7.5.5"
10209+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
10210+
integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
10211+
dependencies:
10212+
tslib "^2.1.0"
10213+
1020710214
[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
1020810215
version "5.2.1"
1020910216
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"

0 commit comments

Comments
 (0)