mirror of
https://github.com/actions/setup-node.git
synced 2026-07-09 16:42:54 +03:00
Update @actions/cache to 5.1.0, add security overrides for undici and fast-xml-parser, update licenses
This commit is contained in:
+5
-1
@@ -27,8 +27,12 @@
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"overrides": {
|
||||
"undici": "^6.24.1",
|
||||
"fast-xml-parser": "^5.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.5",
|
||||
"@actions/cache": "5.1.0",
|
||||
"@actions/core": "^2.0.3",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/github": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user