run-gut-tests-action/package.json
dependabot[bot] 3ba263a3af
Bump ssh2 and dockerode
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>
2023-04-21 04:22:52 +00:00

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"
}
}