a82c97775c
Bumps the npm_and_yarn group with 2 updates in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [undici](https://github.com/nodejs/undici). Updates `vitest` from 1.6.1 to 3.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/vitest) Updates `esbuild` from 0.21.5 to 0.25.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.4) Updates `undici` from 5.28.4 to 5.29.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.29.0) Updates `vite` from 5.4.16 to 6.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite) --- updated-dependencies: - dependency-name: vitest dependency-version: 3.1.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.3.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "maven-dependency-submission-action",
|
|
"version": "4.1.2",
|
|
"description": "Submit Maven dependencies to GitHub dependency submission API",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"base-build": "npm ci && tsc",
|
|
"build": "npm run base-build && npm exec -- @vercel/ncc build --source-map lib/src/index.js",
|
|
"build-exe": "npm run build && pkg package.json --compress Gzip",
|
|
"test": "vitest --run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/advanced-security/maven-dependency-submission-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "GitHub, Inc",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/advanced-security/maven-dependency-submission-action/issues"
|
|
},
|
|
"homepage": "https://github.com/advanced-security/maven-dependency-submission-action",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@github/dependency-submission-toolkit": "^2.0.0",
|
|
"commander": "^12.0.0",
|
|
"packageurl-js": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.1",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"chai": "^4.3.6",
|
|
"@yao-pkg/pkg": "^5.11.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"bin": {
|
|
"cli": "lib/src/executable/cli.js"
|
|
},
|
|
"pkg": {
|
|
"targets": [
|
|
"node20-linux-x64",
|
|
"node20-win-x64",
|
|
"node20-macos-x64"
|
|
],
|
|
"assets": [
|
|
"package.json"
|
|
],
|
|
"publicPackages": "*",
|
|
"outputPath": "cli"
|
|
}
|
|
}
|