mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.4 to 9.2.5. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.4...v9.2.5) --- updated-dependencies: - dependency-name: ts-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "codeql-runner",
|
|
"version": "1.0.11",
|
|
"private": true,
|
|
"description": "CodeQL runner",
|
|
"scripts": {
|
|
"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.48.0",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
} |