mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-20 20:28:04 +03:00
SQSCANGHA-134 Upgrade the libraries to latest version (#227)
Co-authored-by: Julien Carsique <julien.carsique@sonarsource.com>
This commit is contained in:
+6
-6
@@ -10,15 +10,15 @@
|
||||
},
|
||||
"license": "LGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.11.1",
|
||||
"@actions/github": "6.0.1",
|
||||
"@actions/tool-cache": "2.0.2",
|
||||
"@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": "28.0.6",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
"@rollup/plugin-commonjs": "29.0.2",
|
||||
"@rollup/plugin-node-resolve": "16.0.3",
|
||||
"mock-fs": "5.5.0",
|
||||
"rollup": "4.59.0"
|
||||
"rollup": "4.60.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user