mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-10 13:46:26 +02:00
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "piston-cli",
|
|
"version": "1.0.0",
|
|
"description": "Piston Execution Engine CLI tools",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.2",
|
|
"chalk": "^4.1.0",
|
|
"minimatch": "^3.0.4",
|
|
"nocamel": "^1.0.2",
|
|
"semver": "^7.3.5",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|