Merge branch 'main' into henrymercer/drop-codeql-v2.11.5

This commit is contained in:
Henry Mercer 2024-01-02 18:03:32 +00:00
commit 35b10b5ff7
619 changed files with 68850 additions and 7145 deletions

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.23.0",
"version": "3.23.0",
"private": true,
"description": "CodeQL action",
"scripts": {
@ -30,7 +30,7 @@
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^5.0.2",
"@octokit/types": "^12.3.0",
"@octokit/types": "^12.4.0",
"@schemastore/package": "0.0.10",
"@types/uuid": "^9.0.7",
"adm-zip": "^0.5.10",
@ -54,26 +54,26 @@
],
"devDependencies": {
"@ava/typescript": "4.1.0",
"@types/adm-zip": "^0.5.4",
"@types/adm-zip": "^0.5.5",
"@types/get-folder-size": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "16.11.22",
"@types/semver": "^7.5.5",
"@types/sinon": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@types/node": "20.9.0",
"@types/semver": "^7.5.6",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"ava": "^5.3.1",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.5",
"nock": "^13.3.8",
"nock": "^13.4.0",
"removeNPMAbsolutePaths": "3.0.1",
"sinon": "^17.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"overrides": {
"@actions/tool-cache": {