mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-04-10 02:18:19 +01:00
Update dependencies: @actions/cache, core, glob, http-client, io, fast-xml-parser
- @actions/core: ^2.0.0 -> ^2.0.3 - @actions/cache: ^5.0.1 -> ^5.0.5 - @actions/glob: ^0.5.0 -> ^0.5.1 - @actions/http-client: ^3.0.0 -> ^3.0.2 - @actions/io: ^1.0.2 -> ^2.0.0 - fast-xml-parser: ^5.3.6 -> ^5.5.11 Run npm audit fix to resolve security vulnerabilities. Update license cache and rebuild dist artifacts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a66eefa2bf
commit
77a2bcb980
12
package.json
12
package.json
@@ -29,14 +29,14 @@
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.1",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/cache": "^5.0.5",
|
||||
"@actions/core": "^2.0.3",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/http-client": "^3.0.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"fast-xml-parser": "^5.3.6",
|
||||
"@actions/glob": "^0.5.1",
|
||||
"@actions/http-client": "^3.0.2",
|
||||
"@actions/io": "^2.0.0",
|
||||
"fast-xml-parser": "^5.5.11",
|
||||
"json5": "^2.2.3",
|
||||
"semver": "^7.6.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user