Skip to content

Commit ef32041

Browse files
committed
Update tools dependencies
(Except TypeScript, which I'll update separately some time in the future together with the main package)
1 parent f529048 commit ef32041

2 files changed

Lines changed: 62 additions & 36 deletions

File tree

tools/package-lock.json

Lines changed: 56 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@colors/colors": "^1.5.0",
13+
"@colors/colors": "^1.6.0",
1414
"prompt": "^1.3.0",
15-
"ts-node": "^10.8.1",
15+
"ts-node": "^10.9.2",
1616
"typescript": "^5.1.3",
17-
"yargs": "^17.5.1"
17+
"yargs": "^17.7.2"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^18.14.2",
21-
"@types/prompt": "^1.1.5",
22-
"@types/yargs": "^17.0.10"
20+
"@types/node": "^20.19.37",
21+
"@types/prompt": "^1.1.9",
22+
"@types/yargs": "^17.0.35"
2323
}
2424
}

0 commit comments

Comments
 (0)