- update dependencies
``` Package Current Wanted Latest Location Depended by @types/node 18.6.2 18.6.4 18.6.4 node_modules/@types/node release-changelog-builder-action @typescript-eslint/parser 5.31.0 5.32.0 5.32.0 node_modules/@typescript-eslint/parser release-changelog-builder-action eslint 8.20.0 8.21.0 8.21.0 node_modules/eslint release-changelog-builder-action eslint-plugin-jest 26.6.0 26.7.0 26.7.0 node_modules/eslint-plugin-jest release-changelog-builder-action ```
This commit is contained in:
+2
-1
@@ -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 = {};
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Generated
+454
-341
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user