mirror of
https://github.com/github/codeql-action.git
synced 2026-04-01 09:12:17 +00:00
Tidy up pr-checks/package.json
This commit is contained in:
13
package-lock.json
generated
13
package-lock.json
generated
@@ -9917,17 +9917,16 @@
|
||||
},
|
||||
"pr-checks": {
|
||||
"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.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "*",
|
||||
"@actions/github": "*",
|
||||
"@octokit/core": "*",
|
||||
"@octokit/plugin-paginate-rest": "*",
|
||||
"@octokit/plugin-rest-endpoint-methods": "*",
|
||||
"@types/node": "^20.19.9",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"tsx": "^4.21.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,16 +2,15 @@
|
||||
"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.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "*",
|
||||
"@actions/github": "*",
|
||||
"@octokit/core": "*",
|
||||
"@octokit/plugin-paginate-rest": "*",
|
||||
"@octokit/plugin-rest-endpoint-methods": "*",
|
||||
"@types/node": "^20.19.9",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"tsx": "^4.21.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user