mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2025-01-14 04:53:40 +01:00
3ba263a3af
Bumps [ssh2](https://github.com/mscdex/ssh2) to 1.11.0 and updates ancestor dependency [dockerode](https://github.com/apocas/dockerode). These dependencies need to be updated together. Updates `ssh2` from 0.8.9 to 1.11.0 - [Release notes](https://github.com/mscdex/ssh2/releases) - [Commits](https://github.com/mscdex/ssh2/compare/v0.8.9...v1.11.0) Updates `dockerode` from 3.2.1 to 3.3.5 - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v3.2.1...v3.3.5) --- updated-dependencies: - dependency-name: ssh2 dependency-type: indirect - dependency-name: dockerode dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"name": "run-gut-tests-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"package": "ncc build main.js -o dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/josephbmanley/run-gut-tests-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/josephbmanley/run-gut-tests-action/issues"
|
|
},
|
|
"homepage": "https://github.com/josephbmanley/run-gut-tests-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"dockerode": "^3.3.5"
|
|
}
|
|
}
|