Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-import-2.24.0

This commit is contained in:
Henry Mercer 2021-08-11 13:05:55 +01:00 committed by GitHub
commit 060eb52d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
103 changed files with 4756 additions and 292 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",