Merge pull request #847 from mikepenz/feature/dependency_udpates_20220805

Dependency updates - 2022.08.05
This commit is contained in:
Mike Penz
2022-08-05 15:01:19 +02:00
committed by GitHub
4 changed files with 461 additions and 347 deletions
Generated Vendored
+2 -1
View File
@@ -8823,6 +8823,7 @@ const Endpoints = {
getAnalysis: ["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],
getSarif: ["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],
listAlertInstances: ["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],
listAlertsForEnterprise: ["GET /enterprises/{enterprise}/code-scanning/alerts"],
listAlertsForOrg: ["GET /orgs/{org}/code-scanning/alerts"],
listAlertsForRepo: ["GET /repos/{owner}/{repo}/code-scanning/alerts"],
listAlertsInstances: ["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", {}, {
@@ -9556,7 +9557,7 @@ const Endpoints = {
}
};
const VERSION = "6.1.2";
const VERSION = "6.2.0";
function endpointsToMethods(octokit, endpointsMap) {
const newMethods = {};
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+454 -341
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -44,12 +44,12 @@
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^18.6.2",
"@typescript-eslint/parser": "^5.31.0",
"@types/node": "^18.6.4",
"@typescript-eslint/parser": "^5.32.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest": "^26.7.0",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"js-yaml": "^4.1.0",