Skip to content

Commit 01598a1

Browse files
committed
Update @types/console-ui and @types/inquirer
The former directly and the latter transitively. Wheeeee.
1 parent c390b72 commit 01598a1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/capture-console": "1.0.1",
6161
"@types/chai": "4.3.0",
6262
"@types/chai-as-promised": "7.1.4",
63-
"@types/console-ui": "2.2.5",
63+
"@types/console-ui": "2.2.6",
6464
"@types/core-object": "3.0.1",
6565
"@types/debug": "4.1.7",
6666
"@types/ember": "4.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,10 +1151,10 @@
11511151
dependencies:
11521152
"@types/node" "*"
11531153

1154-
"@types/[email protected].5":
1155-
version "2.2.5"
1156-
resolved "https://registry.yarnpkg.com/@types/console-ui/-/console-ui-2.2.5.tgz#02ed5f30fc74664d41ff23284930ee3371b8307e"
1157-
integrity sha512-2aUG5VaXluDoOcIlNUen7D6FwNUV5Y7f+y5iKbDXf78mbCwUVib1iPT+yAthrXZFDm9V8zYf7l+D/cM2+wtJMQ==
1154+
"@types/[email protected].6":
1155+
version "2.2.6"
1156+
resolved "https://registry.yarnpkg.com/@types/console-ui/-/console-ui-2.2.6.tgz#f6fbfd48db3ff857f3b5541201452d8a8489dcda"
1157+
integrity sha512-Mm+cAW+RzZqKl9sl8RJdsXdy1ooX8wOaDuJujNH9GsyLMV+q71MxYMGogKj3RB0lsJ2lKffA3ouc1CgVSPrgiw==
11581158
dependencies:
11591159
"@types/inquirer" "*"
11601160

@@ -1440,9 +1440,9 @@
14401440
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
14411441

14421442
"@types/inquirer@*":
1443-
version "8.1.3"
1444-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.3.tgz#dfda4c97cdbe304e4dceb378a80f79448ea5c8fe"
1445-
integrity sha512-AayK4ZL5ssPzR1OtnOLGAwpT0Dda3Xi/h1G0l1oJDNrowp7T1423q4Zb8/emr7tzRlCy4ssEri0LWVexAqHyKQ==
1443+
version "9.0.2"
1444+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-9.0.2.tgz#846b141c17608aad9fc62572280753bb6ec09184"
1445+
integrity sha512-MQc3adiIh/rDxLkjnvL03rSvuHg+/dKif4dn/MRsnE+oU1bAdyuDbW0w+ewR1M/M/u/Z0YAbw7NZYCpgQ5SW8A==
14461446
dependencies:
14471447
"@types/through" "*"
14481448
rxjs "^7.2.0"

0 commit comments

Comments
 (0)