build(deps-dev): bump @types/inquirer from 8.1.2 to 8.1.3

This commit is contained in:
dependabot[bot] 2021-10-04 22:28:30 +00:00 committed by GitHub
parent f830f6ce8b
commit 7e7b4f0a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"@octokit/rest": "^18.11.4", "@octokit/rest": "^18.11.4",
"@types/inquirer": "^8.1.2", "@types/inquirer": "^8.1.3",
"@types/js-yaml": "^4.0.3", "@types/js-yaml": "^4.0.3",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"clipanion": "^3.1.0", "clipanion": "^3.1.0",

View file

@ -1139,10 +1139,10 @@
"@types/docker-modem" "*" "@types/docker-modem" "*"
"@types/node" "*" "@types/node" "*"
"@types/inquirer@^8.1.2": "@types/inquirer@^8.1.3":
version "8.1.2" version "8.1.3"
resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.2.tgz#48be1d741fa39ade7ce099dbdb8a077eee8f5090" resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.3.tgz#dfda4c97cdbe304e4dceb378a80f79448ea5c8fe"
integrity sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q== integrity sha512-AayK4ZL5ssPzR1OtnOLGAwpT0Dda3Xi/h1G0l1oJDNrowp7T1423q4Zb8/emr7tzRlCy4ssEri0LWVexAqHyKQ==
dependencies: dependencies:
"@types/through" "*" "@types/through" "*"
rxjs "^7.2.0" rxjs "^7.2.0"