chore(deps): update dependency @types/inquirer to v7.3.2 (#42569)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-21 18:48:22 +05:30
committed by GitHub
parent 9d1a312867
commit d1ac6d7a3a
2 changed files with 7 additions and 7 deletions

View File

@ -29,9 +29,9 @@
"dev": true
},
"@types/inquirer": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.1.tgz",
"integrity": "sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g==",
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.2.tgz",
"integrity": "sha512-EkeX/hU0SWinA2c7Qu/+6+7KbepFPYJcjankUgtA/VSY6BlVHybL0Cgyey9PDbXwhNXnNGBLU3t+MORp23RgAw==",
"dev": true,
"requires": {
"@types/through": "*",
@ -39,9 +39,9 @@
}
},
"@types/node": {
"version": "15.12.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.1.tgz",
"integrity": "sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw==",
"version": "15.12.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.4.tgz",
"integrity": "sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==",
"dev": true
},
"@types/through": {

View File

@ -23,7 +23,7 @@
"create-project": "ts-node create-project"
},
"devDependencies": {
"@types/inquirer": "7.3.1",
"@types/inquirer": "7.3.2",
"bson-objectid": "2.0.1",
"cross-env": "7.0.3",
"gray-matter": "4.0.3",