Skip to content

Commit 0ae6e46

Browse files
fix: Solve package dependency vulnerabilities
1 parent a42c7f3 commit 0ae6e46

File tree

3 files changed

+1783
-1591
lines changed

3 files changed

+1783
-1591
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"flat": "^5.0.2",
4141
"glob": "^11.0.1",
4242
"html-entities": "^2.3.2",
43-
"inquirer": "^7.3.3",
43+
"inquirer": "^8.2.7",
4444
"lodash": "^4.17.20",
4545
"messageformat-parser": "^4.1.3",
4646
"ncp": "^2.0.0",

src/services/manual.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class ManualTranslation implements TranslationService {
4141

4242
const result = await inquirer.prompt<{ result: string }>([
4343
{
44+
type: 'input',
4445
name: 'result',
4546
message: `[${from} -> ${to}] ${
4647
key !== value ? `(${key}) ` : ''

0 commit comments

Comments
 (0)