Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1

This commit is contained in:
Henry Mercer 2021-08-11 15:12:11 +01:00 committed by GitHub
commit 5fd8ca8122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
237 changed files with 10113 additions and 5024 deletions

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"description": "CodeQL action",
"scripts": {
@ -16,7 +16,8 @@
"typescript": {
"rewritePaths": {
"src/": "lib/"
}
},
"compile": false
}
},
"license": "MIT",
@ -52,7 +53,7 @@
"micromatch is an unspecified dependency of ava"
],
"devDependencies": {
"@ava/typescript": "1.1.1",
"@ava/typescript": "2.0.0",
"@types/jszip": "^3.4.1",
"@types/long": "4.0.1",
"@types/nock": "^11.1.0",
@ -63,8 +64,8 @@
"ava": "3.8.1",
"eslint": "^7.32.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.1.5",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-github": "^4.2.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.4",
"nock": "^13.1.1",