mirror of
https://github.com/github/codeql-action.git
synced 2026-04-03 18:22:18 +00:00
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"private": true,
|
|
"description": "Dependencies for the sync.ts",
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.3",
|
|
"@actions/github": "^8.0.1",
|
|
"@octokit/core": "^7.0.6",
|
|
"@octokit/plugin-paginate-rest": ">=9.2.2",
|
|
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.9",
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|