mirror of
https://github.com/github/codeql-action.git
synced 2026-05-21 21:08:32 +00:00
bd77449ac2
Bumps the npm-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.0` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.39` | `20.19.41` | | [nock](https://github.com/nock/nock) | `14.0.12` | `14.0.15` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.2` | `8.59.3` | | [yaml](https://github.com/eemeli/yaml) | `2.8.4` | `2.9.0` | Updates `semver` from 7.7.4 to 7.8.0 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.7.4...v7.8.0) Updates `@eslint/compat` from 2.0.5 to 2.1.0 - [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-v2.1.0/packages/compat) Updates `@types/node` from 20.19.39 to 20.19.41 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `nock` from 14.0.12 to 14.0.15 - [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.12...v14.0.15) Updates `typescript-eslint` from 8.59.2 to 8.59.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-eslint) Updates `yaml` from 2.8.4 to 2.9.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.4...v2.9.0) --- updated-dependencies: - dependency-name: semver dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@types/node" dependency-version: 20.19.41 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: nock dependency-version: 14.0.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: typescript-eslint dependency-version: 8.59.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: yaml dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"name": "codeql",
|
|
"version": "4.36.0",
|
|
"private": true,
|
|
"description": "CodeQL action",
|
|
"scripts": {
|
|
"_build_comment": "echo 'Run the full build so we typecheck the project and can reuse the transpiled files in npm test'",
|
|
"build": "./scripts/check-node-modules.sh && npm run transpile && node build.mjs",
|
|
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
|
|
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
|
|
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
|
|
"ava": "npm run transpile && ava --verbose",
|
|
"test": "npm run ava -- src/",
|
|
"test-debug": "npm run test -- --timeout=20m",
|
|
"transpile": "tsc --build --verbose tsconfig.json",
|
|
"update-pr-checks": "./pr-checks/sync.sh"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"pr-checks"
|
|
],
|
|
"dependencies": {
|
|
"@actions/artifact": "^5.0.3",
|
|
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
|
"@actions/cache": "^5.0.5",
|
|
"@actions/core": "^2.0.3",
|
|
"@actions/exec": "^2.0.0",
|
|
"@actions/github": "^8.0.1",
|
|
"@actions/glob": "^0.5.0",
|
|
"@actions/http-client": "^3.0.0",
|
|
"@actions/io": "^2.0.0",
|
|
"@actions/tool-cache": "^3.0.1",
|
|
"@octokit/plugin-retry": "^8.1.0",
|
|
"archiver": "^7.0.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"follow-redirects": "^1.16.0",
|
|
"get-folder-size": "^5.0.0",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"js-yaml": "^4.1.1",
|
|
"jsonschema": "1.5.0",
|
|
"long": "^5.3.2",
|
|
"node-forge": "^1.4.0",
|
|
"semver": "^7.8.0",
|
|
"uuid": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ava/typescript": "6.0.0",
|
|
"@eslint/compat": "^2.1.0",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@octokit/types": "^16.0.0",
|
|
"@types/archiver": "^7.0.0",
|
|
"@types/follow-redirects": "^1.14.4",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.19.41",
|
|
"@types/node-forge": "^1.3.14",
|
|
"@types/sarif": "^2.1.7",
|
|
"@types/semver": "^7.7.1",
|
|
"@types/sinon": "^21.0.1",
|
|
"ava": "^6.4.1",
|
|
"esbuild": "^0.28.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-github": "^6.0.0",
|
|
"eslint-plugin-import-x": "^4.16.2",
|
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
"eslint-plugin-no-async-foreach": "^0.1.1",
|
|
"glob": "^11.1.0",
|
|
"globals": "^17.6.0",
|
|
"nock": "^14.0.15",
|
|
"sinon": "^22.0.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.59.3"
|
|
},
|
|
"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"
|
|
},
|
|
"glob": "^11.1.0",
|
|
"undici": "^6.24.0"
|
|
}
|
|
}
|