- 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:
Mike Penz
2022-08-05 12:54:11 +00:00
committed by GitHub
parent 70047b300c
commit 09f88b90a5
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",