mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update dependency @types/inquirer to v8.1.2 (#8219)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"@types/express-session": "1.17.4",
|
||||
"@types/flat": "5.0.2",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.1",
|
||||
"@types/inquirer": "8.1.2",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/json2csv": "5.0.3",
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -155,7 +155,7 @@
|
||||
"@types/express-session": "1.17.4",
|
||||
"@types/flat": "5.0.2",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.1",
|
||||
"@types/inquirer": "8.1.2",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/json2csv": "5.0.3",
|
||||
@@ -7503,9 +7503,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/inquirer": {
|
||||
"version": "8.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.1.tgz",
|
||||
"integrity": "sha512-01diGjEMJjyTCOXwlnhEQcNH8LYRzy3zpqk19WxKBKmV1nt9yAmpNNS577OWAVhekAesULxIkG1PwsCvjqWYKA==",
|
||||
"version": "8.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.2.tgz",
|
||||
"integrity": "sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/through": "*",
|
||||
@@ -56496,9 +56496,9 @@
|
||||
}
|
||||
},
|
||||
"@types/inquirer": {
|
||||
"version": "8.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.1.tgz",
|
||||
"integrity": "sha512-01diGjEMJjyTCOXwlnhEQcNH8LYRzy3zpqk19WxKBKmV1nt9yAmpNNS577OWAVhekAesULxIkG1PwsCvjqWYKA==",
|
||||
"version": "8.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.1.2.tgz",
|
||||
"integrity": "sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/through": "*",
|
||||
@@ -64773,7 +64773,7 @@
|
||||
"@types/express-session": "1.17.4",
|
||||
"@types/flat": "5.0.2",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/inquirer": "8.1.1",
|
||||
"@types/inquirer": "8.1.2",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/js-yaml": "4.0.3",
|
||||
"@types/json2csv": "5.0.3",
|
||||
|
||||
Reference in New Issue
Block a user