Files
sonarqube-scan-action/package.json
T
Claire Villard af384e1112 SQSCANGHA-134 Upgrade the libraries to latest version
Fixes CVE-2026-1526 CVE-2026-1528 CVE-2026-2229 CVE-2026-1525 CVE-2025-25285 CVE-2025-25288 CVE-2025-25290 CVE-2026-1527 CVE-2026-22036
2026-04-08 11:14:21 +02:00

25 lines
778 B
JSON

{
"name": "sonarqube-scan-action",
"version": "6.0.0",
"description": "This SonarSource project, available as a GitHub Action, scans your projects with SonarQube [Server](https://www.sonarsource.com/products/sonarqube/) or [Cloud](https://www.sonarsource.com/products/sonarcloud/).",
"type": "module",
"main": "src/main/index.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "node --test"
},
"license": "LGPL-3.0-only",
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "9.0.0",
"@actions/tool-cache": "4.0.0",
"string-argv": "0.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-node-resolve": "16.0.3",
"mock-fs": "5.5.0",
"rollup": "4.60.1"
}
}