22ea34885d
Validate Data / validate-data (push) Has been cancelled
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"name": "validate-data",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "github/c2c-actions-experience",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.12.4",
|
|
"@types/node": "^14.0.1",
|
|
"ts-node": "^8.10.1",
|
|
"typescript": "^3.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"js-yaml": "^4.1.1",
|
|
"jsonschema": "^1.2.6"
|
|
}
|
|
} |