1c5c0f7c8a
Snyk has created this PR to upgrade @actions/core from 1.2.6 to 1.6.0. See this package in npm: https://www.npmjs.com/package/@actions/core See this project in Snyk: https://app.snyk.io/org/cwp-2/project/fd2218da-0d06-448b-be57-a7d3e69b0389?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr
21 lines
469 B
JSON
21 lines
469 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.6.0",
|
|
"js-yaml": "^3.13.1",
|
|
"jsonschema": "^1.2.6"
|
|
}
|
|
} |