diff --git a/package-lock.json b/package-lock.json index 4c0800f0e..944134085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } } } diff --git a/pr-checks/package.json b/pr-checks/package.json index 48bcf6ba3..bbd4db873 100644 --- a/pr-checks/package.json +++ b/pr-checks/package.json @@ -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" } }