mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
Bumps the npm group with 6 updates: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `4.0.3` | `4.0.5` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.3.1` | `1.3.2` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.32.0` | `9.33.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.39.0` | `8.39.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.39.0` | `8.39.1` | | [nock](https://github.com/nock/nock) | `14.0.8` | `14.0.9` | Updates `@actions/cache` from 4.0.3 to 4.0.5 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@eslint/compat` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.3.2/packages/compat) Updates `@eslint/js` from 9.32.0 to 9.33.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.39.0 to 8.39.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.39.0 to 8.39.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.1/packages/parser) Updates `nock` from 14.0.8 to 14.0.9 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v14.0.8...v14.0.9) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@eslint/compat" dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: nock dependency-version: 14.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
108 lines
3.2 KiB
JSON
108 lines
3.2 KiB
JSON
{
|
|
"name": "codeql",
|
|
"version": "3.29.9",
|
|
"private": true,
|
|
"description": "CodeQL action",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"test": "ava src/**.test.ts --serial --verbose",
|
|
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
|
|
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
|
|
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
|
|
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
|
|
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
|
|
},
|
|
"ava": {
|
|
"typescript": {
|
|
"rewritePaths": {
|
|
"src/": "lib/"
|
|
},
|
|
"compile": false
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/artifact": "^2.3.1",
|
|
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
|
"@actions/cache": "^4.0.5",
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@actions/glob": "^0.5.0",
|
|
"@actions/http-client": "^2.2.3",
|
|
"@actions/io": "^1.1.3",
|
|
"@actions/tool-cache": "^2.0.2",
|
|
"@octokit/plugin-retry": "^6.0.0",
|
|
"@octokit/types": "^14.1.0",
|
|
"@schemastore/package": "0.0.10",
|
|
"@types/node-forge": "^1.3.13",
|
|
"@types/uuid": "^10.0.0",
|
|
"archiver": "^7.0.1",
|
|
"check-disk-space": "^3.4.0",
|
|
"console-log-level": "^1.4.1",
|
|
"del": "^6.1.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-url": "^3.0.0",
|
|
"follow-redirects": "^1.15.11",
|
|
"fs": "0.0.1-security",
|
|
"get-folder-size": "^2.0.1",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonschema": "1.4.1",
|
|
"long": "^5.3.2",
|
|
"node-forge": "^1.3.1",
|
|
"octokit": "^5.0.3",
|
|
"path": "^0.12.7",
|
|
"semver": "^7.7.2",
|
|
"uuid": "^11.1.0",
|
|
"zlib": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ava/typescript": "6.0.0",
|
|
"@eslint/compat": "^1.3.2",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.33.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@types/archiver": "^6.0.3",
|
|
"@types/console-log-level": "^1.4.5",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/get-folder-size": "^2.0.0",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "20.19.9",
|
|
"@types/semver": "^7.7.0",
|
|
"@types/sinon": "^17.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
"@typescript-eslint/parser": "^8.32.1",
|
|
"ava": "^6.4.1",
|
|
"eslint": "^8.57.1",
|
|
"eslint-import-resolver-typescript": "^3.8.7",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-github": "^5.1.8",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-no-async-foreach": "^0.1.1",
|
|
"nock": "^14.0.9",
|
|
"removeNPMAbsolutePaths": "3.0.1",
|
|
"sinon": "^21.0.0",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"overrides": {
|
|
"@actions/tool-cache": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"@octokit/request-error": {
|
|
"semver": ">=5.1.1"
|
|
},
|
|
"@octokit/request": {
|
|
"semver": ">=8.4.1"
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"semver": ">=9.2.2"
|
|
},
|
|
"eslint-plugin-import": {
|
|
"semver": ">=6.3.1"
|
|
},
|
|
"eslint-plugin-jsx-a11y": {
|
|
"semver": ">=6.3.1"
|
|
}
|
|
}
|
|
}
|