mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.0 to 5.47.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.47.0...v5.47.1) --- updated-dependencies: - dependency-name: webpack 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.10",
|
|
"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.4",
|
|
"webpack": "^5.47.1",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
} |