![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v16.2.0...v17.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "xkcd-clone",
|
|
"version": "1.2.1",
|
|
"description": "Clone xkcd comics.",
|
|
"main": "./lib/index.js",
|
|
"bin": {
|
|
"xkcd-clone": "./bin/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Henrique Dias <hacdias@gmail.com>",
|
|
"dependencies": {
|
|
"fs-extra": "^9.0.1",
|
|
"node-fetch": "^2.6.1",
|
|
"tachyons": "^4.12.0",
|
|
"tachyons-columns": "^1.0.5",
|
|
"yargs": "^17.0.0"
|
|
}
|
|
}
|