helm-charts/.github/actions/verify-chart-changelog/package.json
bjw-s-bot[bot] 19f964cc3c
fix(deps): update @types/semver to 7.3.12 (#25)
| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| npm        | @types/semver | 7.3.10 | 7.3.12 |

Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
2022-08-12 07:48:55 +02:00

30 lines
747 B
JSON

{
"name": "verify-chart-version-bump",
"version": "1.0.0",
"description": "",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "npm run build && NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"fs-extra": "^10.1.0",
"json-schema-to-ts": "^2.5.5",
"semver": "^7.3.7",
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/node": "17.0.45",
"@types/semver": "7.3.12",
"@vercel/ncc": "0.34.0",
"typescript": "4.7.4"
}
}