Merge branch 'main' into aeisenberg/poetry-python2

This commit is contained in:
Andrew Eisenberg 2022-06-24 10:44:08 -07:00 committed by GitHub
commit c08ab55e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2954 additions and 159 deletions

3106
runner/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,11 +7,10 @@
"build-runner": "webpack --mode production && pkg dist/codeql-runner.js --out-path dist"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"pkg": "^5.3.1",
"ts-loader": "9.2.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
"ts-loader": "^9.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}