mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 00:38:48 +00:00
9dd4cfed96
Bumps the npm-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.3` | `8.1.0` | | [jsonschema](https://github.com/tdegrunt/jsonschema) | `1.4.1` | `1.5.0` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.3` | `2.0.4` | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `21.0.0` | `21.0.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.28.0` | | [nock](https://github.com/nock/nock) | `14.0.11` | `14.0.12` | Updates `@octokit/plugin-retry` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v8.0.3...v8.1.0) Updates `jsonschema` from 1.4.1 to 1.5.0 - [Commits](https://github.com/tdegrunt/jsonschema/commits) Updates `@eslint/compat` from 2.0.3 to 2.0.4 - [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.0.4/packages/compat) Updates `@types/sinon` from 21.0.0 to 21.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `esbuild` from 0.27.4 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.4...v0.28.0) Updates `nock` from 14.0.11 to 14.0.12 - [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.11...v14.0.12) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: jsonschema dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@eslint/compat" dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@types/sinon" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: nock dependency-version: 14.0.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
96 lines
3.0 KiB
JSON
96 lines
3.0 KiB
JSON
{
|
|
"name": "codeql",
|
|
"version": "4.35.2",
|
|
"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 && npx tsx ./pr-checks/bundle-metadata.ts",
|
|
"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"
|
|
},
|
|
"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.15.11",
|
|
"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.7.4",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ava/typescript": "6.0.0",
|
|
"@eslint/compat": "^2.0.4",
|
|
"@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.9",
|
|
"@types/node-forge": "^1.3.14",
|
|
"@types/sarif": "^2.1.7",
|
|
"@types/semver": "^7.7.1",
|
|
"@types/sinon": "^21.0.1",
|
|
"ava": "^7.0.0",
|
|
"esbuild": "^0.28.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-import-resolver-typescript": "^3.8.7",
|
|
"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.4.0",
|
|
"nock": "^14.0.12",
|
|
"sinon": "^21.0.3",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.58.0"
|
|
},
|
|
"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"
|
|
},
|
|
"brace-expansion@2.0.1": "2.0.2",
|
|
"glob": "^11.1.0"
|
|
}
|
|
}
|